KevinRobson
Advanced Member
USA
248 Posts |
Posted - 09/28/2022 : 09:24:50
With this line in the includes.asp file: productpagelayout="productimage,productname,price,quantity,currency,options,addtocart"
Products.asp shows the base price with a "configure" button to select options for products that have options. Is it possible to show the actual product option prices like on proddetail.asp?
|
Vince
Administrator
42768 Posts |
Posted - 09/28/2022 : 10:00:02
|
KevinRobson
Advanced Member
USA
248 Posts |
Posted - 09/28/2022 : 11:42:55
No, a search for "noproductoptions" returns nothing in includes.asp
|
KevinRobson
Advanced Member
USA
248 Posts |
Posted - 09/28/2022 : 13:08:44
Is there a parameter similar to "ShowProductOptions"?
|
Vince
Administrator
42768 Posts |
Posted - 09/28/2022 : 14:01:11
|
KevinRobson
Advanced Member
USA
248 Posts |
Posted - 09/29/2022 : 06:42:27
That box is not check. Here's a screen shot, https://bgapffa.fwffb.net/working/options.png
|
Vince
Administrator
42768 Posts |
Posted - 09/29/2022 : 09:30:05
|
Vince
Administrator
42768 Posts |
Posted - 09/30/2022 : 03:13:17
Hi Kevin I've found the problem and it was because the parameter "noproductoptions" was actually in the products.asp page itself, so I've removed it from there and the options appear. The rest of those parameters could probably be removed or at least added directly to the includes.asp file to tell the truth. While there I made a few other changes to the css/style.css stylesheet and the includes.asp file to improve the layout so hopefully things look a bit better now. There is one other issue and that is that the quantity appears on the products pages even though the product is using the multi-purchase options so I'll investigate that now. There are still options which have the "configure" button but those options do actually have "detail page only" set. I'll leave you to change that. Vince Click Here for Shopping Cart SoftwareClick Here to sign up for our newsletterClick Here for the latest updater
|
Vince
Administrator
42768 Posts |
Posted - 09/30/2022 : 03:47:56
|
KevinRobson
Advanced Member
USA
248 Posts |
Posted - 09/30/2022 : 09:11:34
Thank you! What was the issue?
|
Vince
Administrator
42768 Posts |
Posted - 09/30/2022 : 09:21:43
Hi Kevin I posted twice so maybe you missed the previous post... quote: I've found the problem and it was because the parameter "noproductoptions" was actually in the products.asp page itself, so I've removed it from there and the options appear. The rest of those parameters could probably be removed or at least added directly to the includes.asp file to tell the truth. While there I made a few other changes to the css/style.css stylesheet and the includes.asp file to improve the layout so hopefully things look a bit better now.
There is one other issue and that is that the quantity appears on the products pages even though the product is using the multi-purchase options so I'll investigate that now.
There are still options which have the "configure" button but those options do actually have "detail page only" set. I'll leave you to change that.
Vince Click Here for Shopping Cart SoftwareClick Here to sign up for our newsletterClick Here for the latest updater
|
KevinRobson
Advanced Member
USA
248 Posts |
Posted - 10/05/2022 : 06:41:44
On productdetail.asp if the product has options it displays nicely. If the product does not have options the Add To Cart button is out of place. There's a screen shot of two products at https://bgapffa.fwffb.net/working/products.jpg
I'm sure it's a CSS thing, but can't find where it is.
|
Marshall
Ecommerce Template Guru
USA
1909 Posts |
Posted - 10/05/2022 : 07:43:19
Look in your style.css sheet. There is a float:left for the add to cart button. You may need to add clear:both; to that as it does appear to be a float issue.
Marshall CENLYT Productions - ms designs Affordable Web Design Custom Ecommerce Designs Responsive Websites Cenlyt.com
|
Vince
Administrator
42768 Posts |
Posted - 10/05/2022 : 08:08:06
|
KevinRobson
Advanced Member
USA
248 Posts |
Posted - 10/08/2022 : 04:10:41
That did the trick. Thank you!
|
|
|