Hi, sorry if this is just obvious, but I cannot get zencart to add the price of the attributes to the price of the product?
What can I be doing wrong?
Ex: http://artos.dk/zencart/index.php?ma...19&language=da
Best regards
Johnny
Hi, sorry if this is just obvious, but I cannot get zencart to add the price of the attributes to the price of the product?
What can I be doing wrong?
Ex: http://artos.dk/zencart/index.php?ma...19&language=da
Best regards
Johnny
Your Attributes are outside of the <form name="cart_quantity" ... > </form> for the add to cart so they are not included ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Thank you, I think I see what you mean.
But is it not possible to have the add to cart on the right and the attributes on the left as I have now?
Or can I make a separate tpl_product_info_display.php for products with this attribute?
You need to get the <form> tag above the Attributes ...
You should see something similar to:
That has to be above the Attributes ...Code:<!--bof Form start--> <?php echo zen_draw_form('cart_quantity', zen_href_link(zen_get_info_page($_GET['products_id']), zen_get_all_get_params(array('action')) . 'action=add_product', $request_type), 'post', 'enctype="multipart/form-data"') . "\n"; ?> <!--eof Form start-->
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!