mark3mark Posted August 19, 2008 Share Posted August 19, 2008 hi guys and gals I just need a little help with my shopping cart supplied by http://www.Xsilva.com I have got the shopping cart looking as much like our original web site as possible. no it has this product list page and then you click to go in to product detail and then you click "add to cart" Im wanting to add "add to cart" on the product page. I asked the company xsilva about doing this and this was there reply: "What you should do is review the file product_detail.tpl and see what tags and parameters are set in there within the form. The "add to cart" button sends these values to the file xls_op_addtoorder.php. The file that sets the information under product_detail.tpl is under the file xls_view_product.php using the $tpl->set commands. If you understand PHP enough, you will be able to see what is being pulled from the products to set in the template, you can implement something similar under the file xls_view_category.php which controls the product_list.tpl file. If you are not too familiar with PHP, you may want to contact a designer if you do not already have one and ask them to implement that particular aspect." I can supply all those files to some one if they would like to have a look for me. cheers. mark3mark Link to comment https://forums.phpfreaks.com/topic/120447-shopping-cart-help-xsilva/ Share on other sites More sharing options...
mark3mark Posted August 20, 2008 Author Share Posted August 20, 2008 just had to fix some typo's and bad sentence structure hi guys and gals I just need a little help with my shopping cart supplied by http://www.Xsilva.com I have got the shopping cart looking as much like our original web site as possible. now it has this product list page and then you click to go in to product detail and then you click "add to cart" Im wanting to add "add to cart" to the products on the product list page. I asked the company xsilva about doing this and this was there reply: "What you should do is review the file product_detail.tpl and see what tags and parameters are set in there within the form. The "add to cart" button sends these values to the file xls_op_addtoorder.php. The file that sets the information under product_detail.tpl is under the file xls_view_product.php using the $tpl->set commands. If you understand PHP enough, you will be able to see what is being pulled from the products to set in the template, you can implement something similar under the file xls_view_category.php which controls the product_list.tpl file. If you are not too familiar with PHP, you may want to contact a designer if you do not already have one and ask them to implement that particular aspect." I can supply all those files to some one if they would like to have a look for me. cheers. mark3mark Link to comment https://forums.phpfreaks.com/topic/120447-shopping-cart-help-xsilva/#findComment-620633 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.