|
|
Joined: 1/18/2010 Posts: 38
|
Hi,
Has anybody got problems when trying to use the cms:Cart control in a page created with Page Builder. I've created a page with the following alias : "mysite.com/cart/". When I try to add a product to my cart, it adds the querystring "product=XX", but the product is not actually added to the cart... Is there a way to fix that ?
It's working well when calling the physical page (ex : mysite.com/cart.aspx?product=XX), but it would have been better for us to use Url Aliasing, and I don't want to recode the CMS:Product control...
Thanks
Version: 8.00 (Build 8.0.0.128)
|
|
Joined: 9/10/2007 Posts: 50
|
Hi,
Can you check if you have TemplateProduct property set on cart control? If so remove it and try your steps.
Let me know if you have any problems.
Thanks,
|
|
Joined: 1/18/2010 Posts: 38
|
I don't have TemplateProduct property on my Cart control.
Here's my Cart control :
CMS:Cart ID="Cart1" runat="server" OnPreProcessXml="Cart1_PreProcessXml" DisplayXslt="~/xsl/Cart.xsl" TemplateCheckout="checkout.aspx"
Is there something else I can try ?
Thanks
|
|
|
|