Re: Add item to chart don't work
speckados <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.contributions |
|---|---|
| Message-ID | <c1d817a4d1e147585c73345568bdea6c@osCommerce-Forums> |
This message was sent from: Contributions
http://forums.oscommerce.com/viewtopic.php?p=226792#226792
----------------------------------------------------------------
[quote="speckados"]Steps
I've a 2.2MS2 installation working
Copy files on includes
config.php add define('DIR_WS_TEMPLATE', DIR_WS_INCLUDES . 'template.html');
Use original template.html.
Go to Chart, adn work but don't work all.
On all productos, button for Add to chart don't work. I see code generate and it's wrong.
Examples:
[url]http://hostin2.lomejordeinternet.net/compras/product_info.php?products_id=9[/url]
What it's wrong ?[/quote]
New test.
If put $display_template_output = 0 and $display_normal_ourput =1 work fine (Without templates)
Isee code generate, and the problem it's that template not put tag form
[code]<form name="cart_quantity" method="post" action="http://hostin2.lomejordeinternet.net/cesta/catalog/product_info.php?products_id=14&action=add_product">[/code]