Search found 11 matches

Page 1 of 1

Search found 11 matches

Re: contact us - blank page when sending

Hi,
You need see this "www.gamers-outlet.net/index.php?route=i ... ct/success" after pressing the continue button for all correct
I think is problem prettyURL, revise SEO extension that you use.

Bye!

Jump to post
  • Thu Feb 06, 2014 11:06 pm
  • Replies 1
  • Views 724
Re: copy files to another domain-issue

Hi uricohen,
1.) See prefix database in "config.php" root & "admin/config.php" and change to new configuration server
2.) Revise yours permissions folder
3.) Delete older cache in "/vqmod/vqcache"

Good luck

Jump to post
  • Wed Feb 05, 2014 11:21 pm
  • Replies 5
  • Views 692
Re: Free shipping message problem

Hi nvedia, I tried using "number_format" in thousand units: <?php $thousand = $price; number_format($thousand, 2, '.', ''); if ($thousand > 100) { echo "<h4>Free Shipping</h4>"; } ?> But no working to me :-\ , I think change this is more fasted. Bye!

Jump to post
  • Wed Feb 05, 2014 6:20 pm
  • Replies 10
  • Views 1458
Re: Free shipping message problem (SOLVED)

Solved!
This isn't more clean, but working to me 8)

In "catalog/language/english/english.php" I make this:

Code: Select all

$_['thousand_point']        = '.';
Change to

Code: Select all

$_['thousand_point']        = '';  // are is blank
Bye!

Jump to post
  • Wed Feb 05, 2014 4:43 pm
  • Replies 10
  • Views 1458
Re: Free shipping message problem

No,
$100 to $999.99 is perfect, showing message "Free shipping" (apply script ok)
$1.000 or up this price no showing message ($1.000 product price for example core think is 1 unit and three zeros = 1$, one dollar, no apply custom script)

Jump to post
  • Wed Feb 05, 2014 5:44 am
  • Replies 10
  • Views 1458
Re: Free shipping message problem

Hi butte!
All prices up to $999,99 no showed message.
Core think that thousand is unit when jump to x.xxxx, four digits whith ".".
I use theme default, no extensions.

Jump to post
  • Tue Feb 04, 2014 4:43 pm
  • Replies 10
  • Views 1458
Re: Bank Transfer details not emailed to the customer

Hi!
Check your file bank_transfer.php in catalog/language/YOUR LANGUAGE/payment/

Bye!

Jump to post
  • Tue Feb 04, 2014 2:44 am
  • Replies 2
  • Views 659
Re: Email not working

Hi Tom!
I don't understand your problem ???
Next week I fix my email problem change in email config to same email to have in my web hosting: info@myweb.com, for example.

I hope help you

Jump to post
  • Tue Feb 04, 2014 12:23 am
  • Replies 3
  • Views 817
Free shipping message problem

Hi to all! Free shipping is $100, and each product's price exceeds $100 automatic showed "Free Shipping". I put this in product.tpl: <?php if ($price > 100) { ?><h4>Free Shipping</h4><?php } ?> Is perfect, all working good, but a problem is when product price is up to $999... No showed mes...

Jump to post
  • Mon Feb 03, 2014 11:25 pm
  • Replies 10
  • Views 1458
Re: añadir productos a subcategorias??

Hola Oriol. Esto lo solucionas en la misma ficha del artículo que estás creando. 1.) Asegúrate antes primero que en las categoría que tengas hayas seleccionado la casilla "TOP" primero, así te saldrá en el menú principal. 2.) Subcategorías, creas tal cual una categoría y luego le indicas a...

Jump to post
  • Mon Feb 25, 2013 3:59 am
  • Replies 5
  • Views 3507

Page 1 of 1

Search found 11 matches