[FIX] website_sale: if I add a suggested product to the card: Page not found wrong url

bzr revid: chm@openerp.com-20140114095721-xjj4keju12znfoky
This commit is contained in:
Christophe Matthieu 2014-01-14 10:57:21 +01:00
parent 449a37dc0d
commit 057184bb64
1 changed files with 1 additions and 1 deletions

View File

@ -678,7 +678,7 @@
}'/>
</td>
<td class="text-center">
<a t-href="./add_cart/#{ product.id }/"><strong>Add to Cart</strong></a>
<a t-href="/shop/add_cart/#{ product.product_variant_ids[0].id }/"><strong>Add to Cart</strong></a>
</td>
</tr>
</tbody>