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
 All Forums
 Technical
 ASP (Windows server) versions
 Displaying Option Pricing On products.asp
Author « Topic »  

KevinRobson
Advanced Member

USA
245 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

42479 Posts

Posted - 09/28/2022 :  10:00:02  
Hi Kevin
Have you got the parameter, "noproductoptions" in your includes.asp file by any chance? If so, can you take that out?

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

KevinRobson
Advanced Member

USA
245 Posts

Posted - 09/28/2022 :  11:42:55  
No, a search for "noproductoptions" returns nothing in includes.asp

KevinRobson
Advanced Member

USA
245 Posts

Posted - 09/28/2022 :  13:08:44  
Is there a parameter similar to "ShowProductOptions"?

Vince
Administrator

42479 Posts

Posted - 09/28/2022 :  14:01:11  
In that case Kevin, are these multi purchase options by any chance? If so there is a setting in the admin product options page to set a multi purchase option as "Detail Page Only".

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

KevinRobson
Advanced Member

USA
245 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

42479 Posts

Posted - 09/29/2022 :  09:30:05  
Hi Kevin
Could you then update first if possible as that will make sure you have a good set of scripts. Then please send me the site FTP login to my email (vince AT ecommercetemplates DOT com) and I'll investigate.

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

Vince
Administrator

42479 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 Software
Click Here to sign up for our newsletter
Click Here for the latest updater

Vince
Administrator

42479 Posts

Posted - 09/30/2022 :  03:47:56  
Hi Kevin
quote:
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.
This is fixed now.

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

KevinRobson
Advanced Member

USA
245 Posts

Posted - 09/30/2022 :  09:11:34  
Thank you!
What was the issue?

Vince
Administrator

42479 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 Software
Click Here to sign up for our newsletter
Click Here for the latest updater

KevinRobson
Advanced Member

USA
245 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
1875 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

42479 Posts

Posted - 10/05/2022 :  08:08:06  
Yes, I think Marshall is correct and you need to add this to css/style.css

div.detailaddtocartquant{
clear: both;
}

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

KevinRobson
Advanced Member

USA
245 Posts

Posted - 10/08/2022 :  04:10:41  
That did the trick.
Thank you!
  « 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