ColorMagic
Starting Member
USA
18 Posts Pre-sales questions only (More Details...)
|
Posted - 03/14/2022 : 12:07:31
I was able to hide the prices on the products page, thanks for the help. Is there a way to enable it on the "quick buy" window, and not the products page? Once I typed the script on the product page to hid the pricing, it disappeared on the quick buy window. Basically the options I would like to achieve is: 1: keep quick buy button and have price enabled on that window when selecting options, but not the products page or 2: eliminate the quick buy button so just the details button can be selected, to see the price when selecting options for the product.
Sean
|
Vince
Administrator
42874 Posts |
Posted - 03/15/2022 : 03:54:36
Hi Sean In the post about hiding the price I see there were a couple of different suggestions. One was to hide the price using CSS and the other to use the $productpagelayout parameter. I think you used the CSS method but I would really suggest using the parameter. If you've tried this and have problems, let us know and we'll help sort them out but this is the way to go... $productpagelayout='productimage, productname, reviewstars, listprice, discounts, price, description, detaillink, addtocart'; The elements there can be added / removed as you prefer. Vince Click Here for Shopping Cart SoftwareClick Here to sign up for our newsletterClick Here for the latest updater
|
ColorMagic
Starting Member
USA
18 Posts Pre-sales questions only (More Details...)
|
Posted - 03/15/2022 : 07:14:04
I searched for "$productpagelayout" in the includes.php and that is not there, that's why I did the other way.
Sean
|
Vince
Administrator
42874 Posts |
Posted - 03/15/2022 : 07:36:34
|
ColorMagic
Starting Member
USA
18 Posts Pre-sales questions only (More Details...)
|
Posted - 03/15/2022 : 08:41:17
Excellent, that worked. Thanks Vince
Sean
|
drivers
Ecommerce Template Expert
USA
890 Posts |
Posted - 03/15/2022 : 22:09:06
I was actually hoping for the parameter version of the quick buy (soft cart) to eliminate the pricing in there without using css... there is a product page layout, product detail page layout, but I can't find the quick buy/soft cart lay out? Does one exist and I'm just missing it in my includes file?
When it gets late at night, go to bed... try again tomorrow.
|
Vince
Administrator
42874 Posts |
Posted - 03/16/2022 : 03:34:31
Hi Drivers If the layout parameters are not set then defaults are used. In the case of the Quick Buy this would likely be... $quickbuylayout="productimage,productname,discounts,instock,reviewstars,productid,sku,description,options,listprice,price,currency,detaillink,addtocartquant"; Yours may be different but from that you should be able to see what parameters can be used and adjust accordingly. Vince Click Here for Shopping Cart SoftwareClick Here to sign up for our newsletterClick Here for the latest updater
|
drivers
Ecommerce Template Expert
USA
890 Posts |
Posted - 03/16/2022 : 15:59:43
Actually, the quickbuy layout is there, ... it is the soft cart layout that I need. In the div div#scdiv ... its the popup from the add to cart from the product detail page. When it gets late at night, go to bed... try again tomorrow.
Edited by - drivers on 03/16/2022 16:01:52
|
drivers
Ecommerce Template Expert
USA
890 Posts |
Posted - 03/16/2022 : 16:02:09
Just bumping this since I edited my response. :)
When it gets late at night, go to bed... try again tomorrow.
|
Vince
Administrator
42874 Posts |
Posted - 03/17/2022 : 05:18:51
|
drivers
Ecommerce Template Expert
USA
890 Posts |
Posted - 03/17/2022 : 10:00:58
Need prices in the cart for gift certificate and direct payments :) Ill hit it with some CSS and see if I can nail it that way. Thanks :)
When it gets late at night, go to bed... try again tomorrow.
|
Vince
Administrator
42874 Posts |
Posted - 03/17/2022 : 14:08:12
|
drivers
Ecommerce Template Expert
USA
890 Posts |
Posted - 03/18/2022 : 08:56:16
Ah, I meant that I would like to have no prices for any of my inventory items... but I still need prices to show in the cart on checkout if someone purchases a gift certificate or makes a direct payment in order to allow checkout for those two items. I'll try the globals, if they don't work as needed then I'll add them to store pages until I get the effect I need :) using this site as a bid builder
When it gets late at night, go to bed... try again tomorrow.
|
Vince
Administrator
42874 Posts |
Posted - 03/18/2022 : 16:32:01
|
drivers
Ecommerce Template Expert
USA
890 Posts |
Posted - 03/19/2022 : 03:34:36
Golden! You guys are coding kings!
When it gets late at night, go to bed... try again tomorrow.
|
Vince
Administrator
42874 Posts |
Posted - 03/19/2022 : 04:01:50
|
|
|