Search found 55 matches

Search found 55 matches

Re: [BETA2] Upgrade Script - 1.4.x to 1.5.x - NO PRODUCT OPT

No problem, I'll post it over when I've got it done - it might be a while until I get enough time to finish it off.
(but its better than me manually having to re-enter over 400 sets of production options!)

:)

Jump to post
  • Wed Oct 12, 2011 9:01 pm
  • Replies 69
  • Views 100749
Re: [BETA2] Upgrade Script - 1.4.x to 1.5.x - NO PRODUCT OPT

I just wanted to know if I had to start working on the script myself, or whether you were developing one. (Just checking, as this thread was started some time ago - and things change). It's perfectly possible to create a script to do the job of porting product options across - although you may not h...

Jump to post
  • Wed Oct 12, 2011 8:00 pm
  • Replies 69
  • Views 100749
Re: Wordpress in subdirectory - htaccess issue?

Typical, minutes after posting - I find the answer.

It was so simple too, I've overlooked it to many times.

Code: Select all

# Stop any rewrites of the /articles subdir
RewriteRule ^articles/.*$ - [PT]

Fixed :D

Jump to post
  • Tue Sep 06, 2011 3:48 am
  • Replies 1
  • Views 3162
Wordpress in subdirectory - htaccess issue?

I've installed wordpress in a subdirectory of my OC site called "/articles". It all works fine, as long as you keep the index.php on the end of the URL. As soon as you take it off, something in the HTACCESS or OC kicks in and creates a redirect loop (it seems). So: http://www.mysite.com/ar...

Jump to post
  • Tue Sep 06, 2011 3:43 am
  • Replies 1
  • Views 3162
Htaccess Rewrite Rule (return 410) ?

I'm usually pretty good with Htaccess rewrites, but this one has me a bit baffled. I want to make any page start with: /index.php?route=product/browse return a 410, to get it removed from Googles index. This rule works fine on http://localhost, but when I use it on my live Http://www.blahblah.com si...

Jump to post
  • Fri Jun 24, 2011 1:10 am
  • Replies 0
  • Views 649
Re: Leverage browser caching

All the .htaccess suggestions in this guide still stand.

How To Speed Up Page Content - Opencart

(although some of the code mods may not, they're done from a 1.3.2 build)

Jump to post
  • Thu Jun 09, 2011 5:05 pm
  • Replies 11
  • Views 15393
Re: Coupon Apply in Cart?

Thought so :( I'm on 1.4.8b. Even if 1.5.0 *did* support it, I've just spent the best part of 4 months customising our build (which went live last week) so I don't want to upgrade yet. Although I might see if I can get 'coupon in cart' working for 1.4.8 and 1.5.0 when I've got some spare dev time :)...

Jump to post
  • Thu Jun 09, 2011 5:01 pm
  • Replies 2
  • Views 525
Coupon Apply in Cart?

I've searched the forums for this one, but there doesn't seem to be a definitive answer out there. Has anyone managed to add the "apply coupon" function to the standard 'view cart' page? The reason being that many customers (like myself), when given a coupon code for use online - want to s...

Jump to post
  • Thu Jun 09, 2011 4:14 am
  • Replies 2
  • Views 525
Re: Forcing Category URL Verification

I've given it a good test and it seems to work fine, even when you're just requesting a 'category only' url such as: http://www.blahblah.com/ cat1invalid[/b] http://www.blahblah.com/cat1/ cat2invalid[/b]/cat3 http://www.blahblah.com/cat1/cat2/cat3/cat4/[b]cat5invalid[/b] and also if you request an i...

Jump to post
  • Sun May 15, 2011 5:40 pm
  • Replies 2
  • Views 667
Re: Forcing Category URL Verification

Ok, think I've sorted it. Please note, I've modified catalog\controller\common\SEO_URL.php from version 1.4.9.3 - just copy paste the entire contents below into the file (after making a backup). <?php class ControllerCommonSeoUrl extends Controller { public function index() { if (isset($this->reques...

Jump to post
  • Sat May 14, 2011 5:56 am
  • Replies 2
  • Views 667
Forcing Category URL Verification - FIXED!

So the following category exists in my store: http://blahblah.com/Clothing/Mens/Jumpers/ but if I request: http://blahblah.com/Jumpers/ then it shows the category content from: http://blahblah.com/Clothing/Mens/Jumpers/ So, as my brains a bit fried from some Mod_Rewrite funkyness: 1. Does the curren...

Jump to post
  • Sat May 14, 2011 5:01 am
  • Replies 2
  • Views 667
Re: Sneak Peek: OpenCart 1.5.0 *ALPHA*

'Share Buttons' and the content of Footers are pretty irrelevant as these are simple things to add/change in the theme and would take you about 2 minutes to do. This is also true of menu styles, whether you want a menu to appear on Hover or Click, or hover after a number of seconds. (jquery anyone?)...

Jump to post
  • Tue Jan 18, 2011 10:05 pm
  • Replies 647
  • Views 187508
Re: Progress Towards 1.5.0

Qphoria wrote:SEO Doctor is a great FF addon that tells you exactly what could help
Along with PageSpeed and YSlow - although these are more to do with the mechanics of the page (load times, redirects, sprites, caching, etc), which also improves user experience :)

Jump to post
  • Mon Dec 06, 2010 8:23 pm
  • Replies 908
  • Views 237237
Re: Progress Towards 1.5.0

All those features would be nice, but many can be supported with mods. Ok it's not great having to plug in lots of mods, but most products require this to get them to work exactly how you want as they only provide core functionality (e.g. wordpress) :) 1) Theres a mod for this 2) This would be nice,...

Jump to post
  • Thu Dec 02, 2010 5:07 pm
  • Replies 908
  • Views 237237
Re: Imported DB, image manager issues.

So I've fixed my issue. If for some reason your product image tag src is completely empty, then it's probably because the Thumb conversion has failed. This is also highlighted, if you delete your Cache contents - nothing will re-appear in the cache. The likely reason for this is because the Thumbnai...

Jump to post
  • Thu Dec 02, 2010 3:18 am
  • Replies 13
  • Views 3234
Re: Imported DB, image manager issues.

Wow this is incredibly coincidental - I have the exact same problem after upgrading from 1.3.2 to 1.4.9.1. Images are in the right directory. Product table points to the images correctly in the file structure. But no product images show, the <img> SRC tag is empty. What did I do to get this state? 1...

Jump to post
  • Thu Dec 02, 2010 1:19 am
  • Replies 13
  • Views 3234
Re: Are Extensions in the market vetted?

Hi Q, I know that it will take time to go through the mods - and users should always be wary and check them through. But I was hoping the Opencart Developers (you, Daniel, etc) get a % of the sale price for the extensions in the 'Extensions' area, which would help offset some of the effort checking ...

Jump to post
  • Mon Nov 01, 2010 3:17 am
  • Replies 3
  • Views 892
Are Extensions in the market vetted?

Simple question for Daniel or Q. - Are extensions in the 'Extensions' area of Opencart.com (of which I've bought quite a few), vetted for any malicious code? Most mods/extensions are quite small and can be manually checked by someone who knows PHP, but some are quite large indeed and have a fair few...

Jump to post
  • Mon Nov 01, 2010 12:54 am
  • Replies 3
  • Views 892
Re: Progress Towards 1.5.0

I'd the devs valuable time to be spent working on OpenCart and not faffing with having to update a "version" column on the roadmap as they decide (or discover) which version each item will finally be in. (the movement of one item could push them all back a very, etc). Developing is hard en...

Jump to post
  • Sat Oct 23, 2010 12:45 am
  • Replies 908
  • Views 237237
Re: 1.5.0 Template Discussion

Its weighting on the overall seo will be minimal at best Indeed, which is what I said - my main point was to make it easier to re-style the site. (which would also include setting the height&width's on images, making the user experience better). Even so, any effect on SEO in a positive way is a...

Jump to post
  • Fri Oct 01, 2010 8:11 pm
  • Replies 103
  • Views 33069

Search found 55 matches