How to... > Shopping cart > An enhanced shopping cart
You have to make some final adjustments to get things working as they should do.
Make a link to your shopping cart
At the bottom of each product page you will have to create an extra text block with a link to the shopping cart page, so your customers, when they have finished ordering can go to the shopping cart to complete their order. The WebsiteX5 shopping cart page is imcart.html.
The message language
The message which is given when the customer adds items to his shopping cart is in English. If you want to change this in your own language you will have to edit the file js/x5cartextra.js.
Open this file with notepad and look for the two alerts near the bottom of the file. You can change the text within the quotes to the language of your website. For example in Dutch this could become:
if (iQty==1) {
alert ("Er is 1 produkt toegevoegd aan uw winkelwagen.");
}
else {
alert ("Er zijn " + iQty + " produkten toegevoegd aan uw winkelwagen.");
}
You can now test. Please check to see if the correct products are added to the shopping cart!
Final issues
Sub-Menu: