Search found 35 matches

Search found 35 matches

Re: add to cart button not working (Internet Explorer)

I solved this very simply - in catalog/view/theme/YOURTEMPLATE/template/product/product.tpl <script type="text/javascript"><!-- $(document).ready(function() { $('.colorbox').colorbox({ overlayClose: true, opacity: 0.5, rel: "colorbox" }); }); //</script> --> Last line -- replace ...

Jump to post
  • Mon Oct 06, 2014 4:52 am
  • Replies 37
  • Views 14218
Re: Troubles with the image manager oc 1.5.5.1

OK, not the the exact same issue but I just had a similar issue (that's how i found this thread). I needed customer_group to have an image for a project. So I take admin/category files (controller, language, model and template) and copy over everything I think is connected. Now I have image uploader...

Jump to post
  • Tue Jun 24, 2014 6:33 am
  • Replies 54
  • Views 33613
Re: ParcelForce prices different per zone

I created a UK postcode based shipping module if anyone is interested - you don't need to use GeoZones - it's grouped into areas covered by UK Mail, if i remember correctly. If there is any interest I'll modify it to work with Parcel Force and publish it as an extension.

Jump to post
  • Thu Mar 27, 2014 9:56 pm
  • Replies 15
  • Views 4979
Re: Errors after change of Store URL (VQMOD)

I'm getting the same problem. I'm fine local but when I put it online on a customers dev site it give this error. The zones error seems to be because the JSON data has "LOG FILE COULDN'T BE WRITTEN" appended to the end. So it's not an error with the zones. I have found through experience o...

Jump to post
  • Fri Nov 15, 2013 6:40 am
  • Replies 3
  • Views 2172
Re: Adding a Blog Page - (wordpress based)

Having had a go at this myself I'm coming to realise that may the best solution... :o
I know OpenCart pretty well, but not Wordpress well enough...
Tim

Jump to post
  • Thu Nov 14, 2013 10:29 pm
  • Replies 29
  • Views 22623
Re: SEO-url batch creation

Thanks for this. I was planning to write a script to do something similar tonight.
Now I don't need to. Maybe I can use the time to make something else to contribute as a free mod instead - any suggestions? What would help someone out?? Sensible suggestions only, please... :laugh:
Tim

Jump to post
  • Tue Nov 12, 2013 9:07 pm
  • Replies 24
  • Views 34526
Re: Rewrite OpenCart for PHP 5.5 using PDO...

If myslqi will do the job then I'm happy.
I'm still learning so probably I don't appreciate all the factors involved.
I shall read the link and try to understand.
Tim

Jump to post
  • Mon Nov 11, 2013 7:26 pm
  • Replies 14
  • Views 7261
Re: Opencart awfully slow and Maximum execution time problem

Just a bump - I'm getting this on localhost.... (xampp) I've restarted apache, mysql, and restarted machine several times. So not too many people on - only me in development! :crazy: I can access localhost/mysite/admin but storefront keep giving me the Fatal Error Maximum connect etc. Can someone he...

Jump to post
  • Fri Nov 08, 2013 7:45 am
  • Replies 8
  • Views 5067
Re: Rewrite OpenCart for PHP 5.5 using PDO...

Cool beans. So everyone's happy. Now I need to unpick all my modifications into vQmods - in preparation for upgrades.
Thanks.

Jump to post
  • Fri Nov 08, 2013 2:06 am
  • Replies 14
  • Views 7261
Re: Rewrite OpenCart for PHP 5.5 using PDO...

OK. Thanks. Like the OP I'd love to contribute to OpenCart as a coder, but I don't think at my current level of skill would add anything useful. (Probably the opposite). ::)

Jump to post
  • Fri Nov 08, 2013 1:36 am
  • Replies 14
  • Views 7261
Re: Rewrite OpenCart for PHP 5.5 using PDO...

PDO is a more sizable rewrite. But this may help as a starting point http://www.sitepoint.com/migrate-from-the-mysql-extension-to-pdo/ also, the mysql extension may be deprecated but mysqli is the likely replacement we'll see in opencart Interesting choice - The link you recommend suggests skipping...

Jump to post
  • Thu Nov 07, 2013 6:26 pm
  • Replies 14
  • Views 7261
Re: [1.5.0] Remove Affiliates and specials

I just downloaded this FREE mod -
http://www.opencart.com/index.php?route ... on_id=7300
removes the link in the footer and redirects the affliate page to the home page, so if someone did try a URL hack that should solve that.

Jump to post
  • Sat Oct 12, 2013 5:32 am
  • Replies 4
  • Views 1813
Re: [vQmod] Change "Cart" to "Basket"

Hi, I've just made a few mods to make this work with v1.5.6. I didn't realise this had been superceded by the preg match. As I've done the work now I may as well put it here if anyone wants it. I've left Iain's original author credit as he did the original work - so thanks for that and hope that is ...

Jump to post
  • Fri Oct 11, 2013 3:30 am
  • Replies 21
  • Views 10042
Re: Adding a Blog Page - (wordpress based)

I was working on this to get a simple solution. However I got stuck and I'm currently working on something else if I get a solution which isn't "get a programmer to do it" ill be sure to post it here

Jump to post
  • Wed Aug 28, 2013 7:09 pm
  • Replies 29
  • Views 22623
Re: Royal Mail Airmail World Zone Changes 2012

Fantastic help. You just saved my store.... I work with shipping set to Kilos so the following is the string you need if that is the case... $rates = explode(',', '.1:3.50,.25:4.70,.5:7.55,.750:10.40,1:13.25,1.250:16.10,1.500:18.95,1.750:21.80,2.000:24.65'); for grams $rates = explode(',', '100:3.50...

Jump to post
  • Sat Aug 24, 2013 5:27 am
  • Replies 4
  • Views 3737
Re: WordPress as subdirectory

I have a wp blog in a sub directory www.gomidesigns.co.uk/blog. It seems to work fine but I'm having trouble with getting the RSS feed to work? Is this a known problem or have I set it up wrong?
I get the error - this is not a valid feed.

Jump to post
  • Sat Jul 20, 2013 5:54 pm
  • Replies 2
  • Views 657
Re: Adding a Blog Page - (wordpress based)

General question about the Wordpress blog in a /blog directory installation. I have my site at the top level www.gomidesigns.co.uk and a blog at www.gomidesigns.co.uk/blog However when I try to use the RSS feed link (provided by 2011 theme) it gives an error. In my yahoo feed reader - "There we...

Jump to post
  • Fri Jul 19, 2013 9:39 pm
  • Replies 29
  • Views 22623
Re: Adding a Blog Page - (wordpress based)

Fantastic, maybe I need to follow this route again - more carefully.

williamrichard wrote: I'm tried to implement this, it's work perfectly for me.
Can you post a link to your finished site, please??
Thanks tim

Jump to post
  • Mon Jul 15, 2013 7:39 pm
  • Replies 29
  • Views 22623
Re: Display WordPress content on OC home page?

If some one finds an easy way, that would be great.
Been trying to integrate the two for a while now.
Have made great progress, but can't seem to get that last mile.

Tim

Jump to post
  • Mon Jun 03, 2013 4:19 am
  • Replies 4
  • Views 4655
Re: Adding a Blog Page - (wordpress based)

2. Insert the required wordpress code into your new page! http://rivergraphics.net/resources-tutorials/how-to-integrate-a-wordpress-blog-into-an-existing-website/ Hi Tophat, Been trying to replicate your success for sometime now without joy. Can you clarifiy the above comment - do you follow the wh...

Jump to post
  • Mon Jun 03, 2013 12:45 am
  • Replies 29
  • Views 22623

Search found 35 matches