Right here comes a right puzzler...
the site we're working on uses one add to cart button per page, 2 products, so 2 quantity boxes. Now when we have both quantities set to zero and add to cart a message appears - fine, as one would expect. Our problem comes in its positioning.
We've worked out that NETQUOTEVAR:CARTERRORLISTXML drives the error except when there's one add to cart button on the page and that also creates the message, so 2 messages appear. We comment out the NETQUOTEVAR:CARTERRORLISTXML in Act_ProductBody.html and get the one error message we want, though we are unable to move it anywhere, it always appears above the add to cart button.
How do we either remove from being generated by the add to cart button or move this generated message below the button.
Regards Garry
PS our test site is HERE
just add zero products to the cart and you'll see the message above the add to cart button
the site we're working on uses one add to cart button per page, 2 products, so 2 quantity boxes. Now when we have both quantities set to zero and add to cart a message appears - fine, as one would expect. Our problem comes in its positioning.
We've worked out that NETQUOTEVAR:CARTERRORLISTXML drives the error except when there's one add to cart button on the page and that also creates the message, so 2 messages appear. We comment out the NETQUOTEVAR:CARTERRORLISTXML in Act_ProductBody.html and get the one error message we want, though we are unable to move it anywhere, it always appears above the add to cart button.
How do we either remove from being generated by the add to cart button or move this generated message below the button.
Regards Garry
PS our test site is HERE
just add zero products to the cart and you'll see the message above the add to cart button
Comment