Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Author « Topic »  

PinMan
Starting Member

USA
26 Posts

Pre-sales questions only
(More Details...)

Posted - 01/27/2020 :  14:41:05  
On my products detail I have a tab for pricing even without the $showquantitypricing=TRUE; set in includes.php. I thought adding that to the includes.php would actually add the qty pricing to the details but instead I still just have a tab. I want the qty pricing to be more visible. https://revolutionarypinball.com/proddetail.php?prod=23-6535_white

Am I doing something wrong?

Frank

Edited by - PinMan on 01/27/2020 17:17:12

dbdave
ECT Moderator

USA
10276 Posts

Posted - 01/27/2020 :  17:32:12  
Hi, I would drop that tab and add the quantity pricing to your layout list.

https://www.ecommercetemplates.com/help/css-layouts.asp#proddetail

quote:
vsadmin/includes.php

$detailpagelayout='navigation, checkoutbutton, productimage, productid, manufacturer, sku, productname, discounts, instock, description, listprice, price, quantity, currency, dateadded, options, addtocart, previousnext, emailfriend, reviews, socialmedia';

Please note that a minimum version of 6.2.6 is required.

The custom fields can be added to the list, also in the order of your choice. For these to appear you'll need to add custom1, custom2, custom3

If you want to include the keyword tags introduced in Version 6.4 you would add this to the list searchwords

You can also add the rating stars on the detail page..
reviewstars
reviewstarslarge
Which will display the review stars in the same way as on the product pages (6.4.4 required)

If you want to include the quantity pricing display introduced in Version 6.5 you would add this to the list quantitypricing

PinMan
Starting Member

USA
26 Posts

Pre-sales questions only
(More Details...)

Posted - 01/27/2020 :  18:27:59  
How do I make the tab go away? I tried to set $showquantitypricing to FALSE but it changed nothing. I also removed the line from includes.php altogether and that didn't remove it either.

Frank

PinMan
Starting Member

USA
26 Posts

Pre-sales questions only
(More Details...)

Posted - 01/27/2020 :  18:44:01  
Thank you. I was able to get it figured out from your link. Much appreciated.

Frank

dbdave
ECT Moderator

USA
10276 Posts

Posted - 01/27/2020 :  19:01:48  
Hi Frank, that's good news.
Interesting products.
I grew up in the bowling alley constantly begging the folks for quarters for the pinball machines.

David

PinMan
Starting Member

USA
26 Posts

Pre-sales questions only
(More Details...)

Posted - 01/27/2020 :  19:21:13  
Same here. Bowling alley and skating rink. lol

I do have one more quick question. Now that the qty pricing box shows up under my short description, it is centered. How would I align it to the right so it's actually directly under the short description?

https://revolutionarypinball.com/proddetail.php?prod=23-6694-1_black

Frank

dbdave
ECT Moderator

USA
10276 Posts

Posted - 01/27/2020 :  20:13:12  
Hi Frank, there are a number of considerations there, but I used my browser to test adding the following to your style.css file

div.detailquantpricingwrap {
float: right;
margin-right: 10px;
}

That moved it over to the right and moved the add to cart button up.
This was at a full width view though.
Things begin to move around on smaller screen (responsive) sizes.

You will probably want to check those break points in your css file and make changes for the div.detailquantpricingwrap class there, to get things looking better.

David

Edited by - dbdave on 01/27/2020 20:13:49

PinMan
Starting Member

USA
26 Posts

Pre-sales questions only
(More Details...)

Posted - 01/27/2020 :  21:32:38  
I realized the folly of my ways. lol If you go over like 9 or 10 lines in a small description things start to get thrown off. Since I was putting all my info in the small desc. it caused alignment issues even with the qty pricing box after it was added. Once I moved all the description to the large description section (except for product size and name) everything lined up just as it should with no editing to CSS.

Frank

Edited by - PinMan on 01/27/2020 21:33:16

dbdave
ECT Moderator

USA
10276 Posts

Posted - 01/28/2020 :  08:12:02  
Hi Frank, I see that.
The page looks good to me now too.

Thanks,
David
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.03 seconds. Snitz Forums 2000