Search found 10 matches

Page 1 of 1

Search found 10 matches

Re: How to change Default Currency from USD to other currenc

I believe uksitebuilder provided the best solution for this: http://forum.opencart.com/viewtopic.php?f=20&t=37902&p=182248#p182248 In your admin, system -> localisation -> currencies You have your default currency set as USD and also set it to Disabled You have an additional currency set as ...

Jump to post
  • Fri Mar 09, 2012 2:18 am
  • Replies 35
  • Views 94646
Re: Show Weight UNIT

Just as a heads up for anyone reading this in 2012 with OpenCart v1.5.3.1... Jonathan 's solution works, but I had to modify it a bit. The detailed process to display the weight along with the weight unit in the product display is as follows: In catalog/controller/product/product.php Find (around li...

Jump to post
  • Thu Mar 08, 2012 8:45 am
  • Replies 30
  • Views 12118
Re: Displaying something other than $0 when no price is give

A little trick to make this a lot easier for you.. Remember all prices pass through the currency->format() function, even if they are 0 1. EDIT: system/library/currency.php (or system/helper/currency.php for certain versions) 2. FIND: $string = ''; 3. BEFORE, ADD: if ($format && (float)$val...

Jump to post
  • Wed Mar 07, 2012 8:33 am
  • Replies 63
  • Views 65230
Re: How to change Default Currency from USD to other currenc

I have the exact same questions as "superguru" above me... anyone knows what we can do??

Jump to post
  • Sun Mar 04, 2012 5:18 am
  • Replies 35
  • Views 94646
Re: Newsletter subscribe

thank you supaflex!

here's the vQmod in case anybody needs it...

Jump to post
  • Thu Feb 23, 2012 6:39 am
  • Replies 11
  • Views 6443
Re: Ex Tax Removal!!!

You can find a vQmod for this in the following thread: http://forum.opencart.com/viewtopic.php ... 48#p250899

Jump to post
  • Tue Feb 14, 2012 10:27 am
  • Replies 18
  • Views 35292
Re: How to show the product with the VAT included

bfer To remove this line, you need to alter the .tpl files within the catalog/view/theme/YOURTHEME/template/product/*.tpl files. Start with the main Product page (which is product.tpl) and around line 41 (default theme) find: <span class="price-tax"><?php echo $text_tax; ?> <?php echo $ta...

Jump to post
  • Tue Feb 14, 2012 10:23 am
  • Replies 15
  • Views 9440
Re: [vQmod] Remove Add to Compare

nevermind... got it to work! to remove the " Product Compare (0) ", just add another ' operation ' for that instance under: <file name="catalog/view/theme/YOURTHEME/template/product/category.tpl"> inside the xml file. Here's the code in case anybody needs it: <operation> <search ...

Jump to post
  • Sat Feb 11, 2012 8:30 am
  • Replies 41
  • Views 32243
Re: [vQmod] Remove Add to Compare

olimax, thank you for the file. and thank you for the heads up twigg! I am only having one issue, that is the same one that terrynshed stated: I noticed that the 'Product Compare (0)' just above the list of items in any particular category is still there. How do I get rid of this one? Do I have to a...

Jump to post
  • Sat Feb 11, 2012 7:05 am
  • Replies 41
  • Views 32243

Page 1 of 1

Search found 10 matches