Search found 16 matches

Page 1 of 1

Search found 16 matches

[BUG] [1.5.2.x] NoChex not working - FIX ATTACHED

I am trying to setup nochex, but it doesnt seem to be working... Ive enabled it in the admin, but when a customer tries to check out nothing happens, after you have added all your details such as address etc and then click continue it doesnt do anything... Have I missed something? I am using V1.5.2.1

Jump to post
  • Tue Mar 27, 2012 6:16 pm
  • Replies 6
  • Views 2494
Re: Need to add a php script

OK odd but I think this is causing it... function isDayOK($ts) { global $holidays; global $daysWorking; $dayDate = date(DATE_FORMAT, $ts); $dayOfTheWeek = date('N', $ts); if (in_array($dayDate, $holidays)) { return false; } if (!$daysWorking[$dayOfTheWeek]) { return false; } return true; } Here is t...

Jump to post
  • Fri Feb 18, 2011 12:48 am
  • Replies 12
  • Views 2792
Re: Need to add a php script

OK this is out my error log 2011-02-17 5:36:45 - PHP Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument in /home/content/40/7355040/html/shop/catalog/model/catalog/timer.php on line 90 and this is line 90 of the file in question... if (in_arra...

Jump to post
  • Thu Feb 17, 2011 9:27 pm
  • Replies 12
  • Views 2792
Re: Need to add a php script

ok they tried to do it,

still get 500 error, i removed vqmod but still not working... this is very strange :crazy:

Jump to post
  • Thu Feb 17, 2011 8:46 pm
  • Replies 12
  • Views 2792
Re: Need to add a php script

I did try that but it only reognises the first few lines as php. I have asked the people who designed the script to have a go at inserting it. If they cant get it right (god help us all LOL) then I am going to remove vqmod and try php include again, I am fairly sure they were conflicting somehow... ...

Jump to post
  • Thu Feb 17, 2011 7:51 pm
  • Replies 12
  • Views 2792
Re: Need to add a php script

Script runs fine if you view it in it's own page... When using php included it doesn't load the page and after 5 minutes of trying to load it gave a random SQL error first time and second time gave a 500 error, I am using the vqmod to display SKU on product page, could they be conflicting or somethi...

Jump to post
  • Thu Feb 17, 2011 10:56 am
  • Replies 12
  • Views 2792
Re: Need to add a php script

I tried that, but it bombed my site... Dunno why but it didn't like it

Jump to post
  • Thu Feb 17, 2011 10:42 am
  • Replies 12
  • Views 2792
Need to add a php script

Hello I have a php script which I need to add to the product page,

any ideas? php include does not work and crashes my website....

I think I will need to add it to catalog/model/catalog/product.php and then call it in the product.tpl file...

but I have no idea how to do that...

Jump to post
  • Thu Feb 17, 2011 10:04 am
  • Replies 12
  • Views 2792
Re: [HOW TO] Speed Up Page Content

banane wrote:why not to add

Code: Select all

<?php flush(); ?>
between </head> and <body>?
it speeds up the rendering because sends asap the first part of the page
more info here: http://developer.yahoo.com/performance/rules.html#flush
Which file should this be added to?

Jump to post
  • Wed Feb 16, 2011 9:40 pm
  • Replies 57
  • Views 122694
Re: [HOW TO] Speed Up Page Content

OK I got the image subdomain thing to work, and it made a HUGE difference, I am now trying to add the gzip & cache thing... This is my .htaccess # 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...

Jump to post
  • Wed Feb 16, 2011 9:35 pm
  • Replies 57
  • Views 122694
Order History + Update Email with html?

Hello, I was wondering if there was a MOD that allowed me to include links in the Order History area and Order Update email? I have tried <a href="http://www.google.com">Google</a> But in the email it just shows as Google (no link) and in order history it shows the code ... any help would ...

Jump to post
  • Thu Feb 10, 2011 5:19 am
  • Replies 0
  • Views 437
Re: Auto Product Tags

awww... is no one willing to make this? You will make a forutne selling it in the extensions area... please someone make it :-p

Jump to post
  • Tue Feb 08, 2011 6:10 am
  • Replies 2
  • Views 1702
Auto Product Tags

Hey Peeps, I am using this module... Auto SEO http://www.opencart.com/index.php?route=extension/extension/info&extension_id=80&filter_search=seo&filter_license=0&sort=e.date_modified&order=DESC It automatically creates SEO Keywords for your products based on the products name, No...

Jump to post
  • Mon Feb 07, 2011 11:19 pm
  • Replies 2
  • Views 1702
Re: Display SKU on product page

Thank you very much :-) it's an awesome module :-)

Jump to post
  • Mon Feb 07, 2011 11:13 pm
  • Replies 7
  • Views 5619
Display SKU on product page

Hi peeps, I was wondering if anyone know how to display the product SKU on the product page just like the model nudel number shows... any help would be hugely appreciated, I want to use the SKU as the manufactures model number as I use my own custom model number in the normal model number. Thanks a ...

Jump to post
  • Sun Feb 06, 2011 9:31 pm
  • Replies 7
  • Views 5619

Page 1 of 1

Search found 16 matches