Variant Prices Showing up only in CART

For general questions and discussions specific to the AbleCommerce GOLD ASP.Net shopping cart software.
Post Reply
Tea-Dev
Lieutenant (LT)
Lieutenant (LT)
Posts: 55
Joined: Wed Oct 12, 2011 11:15 am

Variant Prices Showing up only in CART

Post by Tea-Dev » Wed Apr 24, 2013 9:45 am

I am using AC GOLD. We use variant as differnt product have different prices based on size(length) and material (gold, silver,..).
Although the overide or adjusted price shows up in the CART, but that same price is not being displayed on the BuyProductDialog.

We currently show the MSRP and Price fields. Would like to show the price (whatever is the adjusted price) to show on that page.
Does anyone has a possible fix for this?

Thanks

User avatar
ForumsAdmin
AbleCommerce Moderator
AbleCommerce Moderator
Posts: 399
Joined: Wed Mar 13, 2013 7:19 am

Re: Variant Prices Showing up only in CART

Post by ForumsAdmin » Wed Apr 24, 2013 10:45 am

Variant price will be displayed once you make selections for the options. Without knowing the option selections price can not be determined.

Tea-Dev
Lieutenant (LT)
Lieutenant (LT)
Posts: 55
Joined: Wed Oct 12, 2011 11:15 am

Re: Variant Prices Showing up only in CART

Post by Tea-Dev » Wed Apr 24, 2013 11:10 am

For some reason, when we are on the BuyProductDialog page, we see the dropdown list. Once a user selects an option, we notice that the sku number changes, but the prices do not change.
If it is supposed to show, what is the field ID name on the page? Also, I assume that ProductPrice.ascx.cs will reference that field so that it can display the proper price. Can someone highlight the code and price ID field.

Appreciate any comments.
Thanks.

User avatar
ForumsAdmin
AbleCommerce Moderator
AbleCommerce Moderator
Posts: 399
Joined: Wed Mar 13, 2013 7:19 am

Re: Variant Prices Showing up only in CART

Post by ForumsAdmin » Wed Apr 24, 2013 11:21 am

Yes the price is supposed to be updated.

There are different prices. Not all of them are displayed by ConLib/Utility/ProductPrice control. But yes the standard price is displayed by this control.

Have you made any customizations?

Tea-Dev
Lieutenant (LT)
Lieutenant (LT)
Posts: 55
Joined: Wed Oct 12, 2011 11:15 am

Re: Variant Prices Showing up only in CART

Post by Tea-Dev » Wed Apr 24, 2013 1:14 pm

yes. to show MSRP or Price. But this is controlled thru the fields that are on the screen i.e. we are filling Price.Text and RetailPrice.Text.
No other changes were done.
Which price field should be populated once the dropdown list changes?
we do not use Variable pricing (min/Max), so that code has been commented in Productprice

Post Reply