Search found 7 matches

Page 1 of 1

Search found 7 matches

Re: shop contact details in invoice?

philbydevil wrote: .. checked in the contact.ptl file to see what was used there.
Me too ;D

Jump to post
  • Mon Jan 17, 2011 7:15 pm
  • Replies 10
  • Views 2485
Re: Browser problems with opencart Firefox vs Internet Explo

Looks the same to me in FF3.6 and IE8 What browser versions are you using? By the way, I don't think that differences in look between IE and the rest of the world when you're editing your template's HTML/CSS have anything to do with opencart. That's just something you have to take into account when ...

Jump to post
  • Mon Jan 17, 2011 6:03 pm
  • Replies 2
  • Views 2147
Re: shop contact details in invoice?

I checked the default theme's order confirmation mail template, and it doesn't contain the shop address etc. So I copied it to my theme's folder and added <?php echo $address; ?> and it works :) Now I only have to find the other variable names (like telephone). I'll let you know. Edit: telephone num...

Jump to post
  • Mon Jan 17, 2011 4:23 pm
  • Replies 10
  • Views 2485
Re: shop contact details in invoice?

Hardcoding the store address is fairly easy, just figure out where you want it and put it into catalog/view/theme/theme/default/mail/order_confirm.tpl But there should be another way to do it so it's not hard coded. Something like: <?php echo $store_address; ?> But this isn't quite right. Thanks fo...

Jump to post
  • Mon Jan 17, 2011 3:54 pm
  • Replies 10
  • Views 2485
shop contact details in invoice?

I've searched for it, but couldn't find anything. What I want is to add the shop's contact details (store name, address, telephone) to the invoice. Right now it only shows the logo. Is there are possibility to set this somewhere in the admin panel (I've been looking all over, but I might have missed...

Jump to post
  • Mon Jan 17, 2011 4:20 am
  • Replies 10
  • Views 2485
Re: [MOD] GeoZone - Add All Countries Button

I changed the fix a bit to cut down on the ajax requests (calling for each of the 180+ countries to get their zones was killing my browser ;) , so the new button code of IBBoard is fine , and the code to place at the end of the page becomes: <script type="text/javascript"><!-- function add...

Jump to post
  • Mon Jan 17, 2011 4:05 am
  • Replies 97
  • Views 107574

Page 1 of 1

Search found 7 matches