Page 1 of 1
Search found 5 matches
Re: SOLVED! How do you call Opencart header to pages outside
Thanks for your help on this smithis... And everyone else that offered their input. Here's what finally worked... Compliments of http://www.Viteb.com Given your existing pages: yoursite.com/page.php (i.e. your page outside the shop), yoursite.com/shop/catalog/controller/common/header.php -and- your...
Jump to post- Mon Jun 04, 2012 8:58 pm
- Replies 17
- Views 16599
Re: add to cart
Hi Avvici I updated the said code and now it takes me to the page but does not add anything and says shopping cart empty. I have put: <form action="http://www.intelliproducts.co.uk/tempcart/index.php?route=checkout/cart&product_id=50&quantity=1 method="post"> <input type="...
Jump to post- Mon Jun 04, 2012 8:12 pm
- Replies 15
- Views 15473
Re: add to cart
Hi Avvici I have changed cart.php under catalog/controller/checkout folder.. below is the part of code; I have added the code to top of public function index() as below: public function index() { $this->language->load('checkout/cart'); if(isset($this->request->get['productid']) && isset($thi...
Jump to post- Mon Jun 04, 2012 3:56 pm
- Replies 15
- Views 15473
Re: add to cart
Hi Avvici I have followed your post and changed cart.php found under catalog/controller/checkout with your code in the top. However, I get following errors: Warning: Invalid argument supplied for foreach() in /home/exlors/public_html/intelliproducts.co.uk/tempcart/catalog/controller/checkout/cart.ph...
Jump to post- Sat Jun 02, 2012 2:51 pm
- Replies 15
- Views 15473
Re: addtocart button on one of my existing web pages?
Hi Great tips! I tried replicating the same in my site but I am getting the errors as mentioned above; I am using latest opencart. RichKnight, I looked at the post that you have pointed to but it is producing errors. Can you please help me with a headsup of what exactly did you followed? Thanks in a...
Jump to post- Sat Jun 02, 2012 2:49 pm
- Replies 17
- Views 4572
Search found 5 matches