Page 1 of 1
Search found 13 matches
PayPal IMPORTANT UPDATE
Got the following email from PayPal, does anyone know if anything needs to be done by Payment Pro uses? UPDATE: A complete upgrade schedule is now available here. Original email included below. --- In keeping with industry standards set by the Certification Authority/Browser (CA/B) Forum, PayPal wil...
Jump to post- Fri Jul 26, 2013 11:40 pm
- Replies 0
- Views 269
Re: "Out Of Stock" text colour change
Done IT! <span><?php echo $text_stock; ?></span> <?php if($stock == "In Stock") { $my_color_stock = '#0000FF'; } elseif($stock != "In Stock") { $my_color_stock = '#FF0000'; } ?> <span style="font-size:14px;font-weight:bolder;color:<?php echo $my_color_stock; ?>;"><?php ...
Jump to post- Fri May 31, 2013 6:21 pm
- Replies 29
- Views 19414
Re: "Out Of Stock" text colour change
HI, we are trying to do the same thing in v1.5.5.1 so In Stock shown as bold blue and Out Of Stock shown as bold red this code makes all red: <span><?php echo $text_stock; ?></span> <?php if($stock >= 1) { $my_color_stock = 'blue'; } elseif($stock < 1) { $my_color_stock = 'red'; } ?> <span style=&qu...
Jump to post- Fri May 31, 2013 5:45 pm
- Replies 29
- Views 19414
Re: Auto Update Currency, change the rate source?
Great that got the currency to update, but the formula was the wrong way round: foreach ($lines as $line) { $currency = utf8_substr($line, 4, 3); $value = utf8_substr($line, 11, 6); $value = ( $value / 102.9 * 100 ); This would equate to current exchange rate1.1667 less 2.9% = 1.1338, so before the ...
Jump to post- Thu May 30, 2013 1:41 am
- Replies 13
- Views 15470
Re: Auto Update Currency, change the rate source?
When in System - Settings - Store: Local -> Auto Update Currency: is set to Yes, just click on Dashboard to update the currencies. Tried that, still no change in the admin section or on the store front. Also tried switching the Auto Update Currency Off -> save then switch it back On, no change. I c...
Jump to post- Wed May 29, 2013 11:22 pm
- Replies 13
- Views 15470
Re: Auto Update Currency, change the rate source?
this is what i have added, am i right?
Code: Select all
foreach ($lines as $line) {
$currency = utf8_substr($line, 4, 3);
$value = utf8_substr($line, 11, 6);
$value = ( $value / 102.9 * 100 );
- Wed May 29, 2013 11:08 pm
- Replies 13
- Views 15470
Re: Auto Update Currency, change the rate source?
hmm. have logged in and checked under site settings and currencies - but can not see anything...
Jump to post- Wed May 29, 2013 10:55 pm
- Replies 13
- Views 15470
Re: Auto Update Currency, change the rate source?
thanks!
How do i force open cart to update the rate so i can see if the code has worked?
- Wed May 29, 2013 10:44 pm
- Replies 13
- Views 15470
Re: Auto Update Currency, change the rate source?
Just worked out that it is a difference of 2.9% the wrong way, so that will soon add up!
- Wed May 29, 2013 9:22 pm
- Replies 13
- Views 15470
Auto Update Currency, change the rate source?
Hi We like the "Auto Update Currency" feature, but we have a slight problem with it, our local currency is GBP, but we sell a lot of items throughout Europe, so offering Euro rates helps our customers, but the rate that open cart uses on a daily basis differs from the exchange rate that Pa...
Jump to post- Wed May 29, 2013 3:58 pm
- Replies 13
- Views 15470
Re: SEO not working on 1.5.5.1
Yes it is the 404 error. SetEnv DEFAULT_PHP_VERSION 5 # 1.To use URL Alias you need to be running apache with mod_rewrite enabled. # 2. In your opencart directory rename htaccess.txt to .htaccess. # For any support issues please visit: http://www.opencart.com Options FollowSymlinks # Prevent Directo...
Jump to post- Fri May 24, 2013 5:53 pm
- Replies 16
- Views 5593
Re: SEO not working on 1.5.5.1
Just changed a few to all lower case, but still getting the 404 error - but thanks for the tip :) we have also installed the System Information module, but everything looks good - green ticks. I am sure it is something really simple that we are missing, but we just seem to be going round in circles ...
Jump to post- Thu May 23, 2013 2:21 am
- Replies 16
- Views 5593
SEO not working on 1.5.5.1
Hi We have built our site on 1.5.5.1 all worked fine, we then moved the build on to our new Linux VS, installed the SSL and now SEO URL's do not work, if we switch them off in the admin panel we can navigate to products and catergories with no issue, switch them on and we get the: The requested URL ...
Jump to post- Wed May 22, 2013 10:07 pm
- Replies 16
- Views 5593
Search found 13 matches