Search found 9 matches

Page 1 of 1

Search found 9 matches

Re: Opencart 2.2 theme

Yes did that too, still pulls the default header.tpl

Jump to post
  • Fri Apr 29, 2016 4:18 am
  • Replies 2
  • Views 300
Opencart 2.2 theme

Can somebody please explain how the new theme works in 2.2 I have copied the default_theme.php from admin/controller/theme admin/language/en-gb/theme admin/view/template/theme and renamed them theme_test.php I have opened up the admin/controller/theme/theme_test.php and renamed all references to dea...

Jump to post
  • Thu Apr 28, 2016 9:27 pm
  • Replies 2
  • Views 300
Re: META Title

Its under Admin, system, settings, store. Amend the Title to what you want.

Jump to post
  • Fri Apr 19, 2013 9:21 pm
  • Replies 2
  • Views 168
Guest checkout default

Is there away to make the guest checkout option default?
opencart 1.5.2.1

Thanks

Jump to post
  • Fri Jul 20, 2012 6:14 pm
  • Replies 7
  • Views 9513
Add product on checkout

Does anyone know if its possible to add a button on the check out to add another product. I have tried adding this code to step 4 <input type="button" value="Add to Cart" onclick="addToCart('40');" class="button"> but then get an error that shipping method is ...

Jump to post
  • Mon Mar 19, 2012 5:43 pm
  • Replies 0
  • Views 192
Re: select option pass to another page

I eventually found the solution!
The code above is correct but page checkout.tpl only posts textarea and radio button
I amended the line approx 781to:.

Code: Select all

data: $('#shipping-method input[type=\'radio\']:checked, #shipping-method textarea, #shipping-method select'), 
Hope this helps anyone else!

Jump to post
  • Thu Mar 15, 2012 8:00 pm
  • Replies 4
  • Views 549
Re: select option pass to another page

Its the

Code: Select all

= $this->request->post['simple_question'];
If I add 'TEST' it works fine
for some reason on a select option it's not finding the variable.

Any suggestions? Thanks

Jump to post
  • Fri Mar 09, 2012 7:05 pm
  • Replies 4
  • Views 549
Re: select option pass to another page

Thanks Qphoria for your reply.

I have added

Code: Select all

$this->session->data['simple_question'] = $this->request->post['simple_question'];
to shipping_method.php but get an unexpected token, undefined index.

What else am I missing!
Thanks

Jump to post
  • Fri Mar 09, 2012 12:52 am
  • Replies 4
  • Views 549
select option pass to another page

Hi Guys, This is now dooing my head in! I would like to create a simple drop down box on Step 4 delivery method on the checkout. Then pass this variable to step 6 then on to the email. I don't need to store this in the database. However when I set this up its always blank. in shipping_method.tpl <se...

Jump to post
  • Fri Mar 09, 2012 12:16 am
  • Replies 4
  • Views 549

Page 1 of 1

Search found 9 matches