Search found 2596 matches

Search found 2596 matches

Re: Serious Alias Strip Bug of special char

SEO keywords are not "stripped out", as you put it, or html_entity_decoded. If they were you would end up with something like "+" being placed in the URL address. Which wouldn't make it very search engine or user friendly or even usable as an address.

Jump to post
  • Tue Aug 30, 2016 10:19 pm
  • Replies 8
  • Views 939
Re: Edit transparent word of "text area"

Refer attached picture is options "text area" , wonder how to edit the the red circle transparent word "text area", wish to change to another word ? Which FTP file that I need to access , seem find nothing about textarea, any idea on this would appreciate. The title of the text ...

Jump to post
  • Tue Aug 30, 2016 10:07 pm
  • Replies 7
  • Views 991
Re: Serious Alias Strip Bug of special char

But why is it so ? Does that mean, Opencart code is not intelligent enough to strip the special characters from the alias ? Or is it a bug ? This is not a bug in OpenCart. There are characters that you can not use in SEO keywords, the plus sign (+) is one of them. Others include ampersands (&),...

Jump to post
  • Tue Aug 30, 2016 9:51 pm
  • Replies 8
  • Views 939
Re: Just can't install the damned extensions!

Did you refresh your modification cache?

Jump to post
  • Sun Aug 28, 2016 6:31 pm
  • Replies 3
  • Views 1534
Re: Looking for template for trading business

That looks like the default template for OpenCart 2.x. It is not compatible with OC 1.5.x. You'd either have to update your site to a newer version of OC or get it modified to work with your current setup.

Jump to post
  • Sun Aug 28, 2016 5:54 pm
  • Replies 2
  • Views 1203
Re: Official Opencart v2.3.0.2 bug reports

This bug fix file: https://github.com/pekka2/OpenCart-Migration-Upgrade-Tool/blob/master/bugs_2.3.0.2-fix.ocmod.xml The above should do it. Found on the previous page of this thread! No offence intended, but perhaps if you had actually read through this thread before posting, you would have found i...

Jump to post
  • Sun Aug 28, 2016 5:34 pm
  • Replies 229
  • Views 239749
Re: Api integration, where would i get these credentials??

OpenCart 2.x: In order to use any of the API methods, you will need to login first. Login credentials for the API users are managed from OpenCart’s admin panel by going to System > Users > API. Creating a new pair of credentials is pretty straight-forward. After you have obtained your username and ...

Jump to post
  • Sun Aug 28, 2016 5:22 pm
  • Replies 3
  • Views 2199
Re: polling ext work

You haven't provided a lot of information here.

What poll module are you using? Where did you get it from? Which version of OpenCart?

Jump to post
  • Fri Aug 26, 2016 11:21 pm
  • Replies 1
  • Views 326
Re: multistore email sending from wrong domain

From your first post on this thread: using oc 2.2. However, the error message you are getting states: 'Error: Could not load model extension/total/voucher!' in /public_html/vqmod/vqcache/vq2-system_storage_modification_system_engine_loader.php:62 The model files for the "total" extensions ...

Jump to post
  • Wed Aug 24, 2016 3:42 pm
  • Replies 10
  • Views 1571
Re: Prevent adding a duplicate SKU

You'd need to modify a few files - model, controller, template and language. The controller to define the variables for the error message plus the validation, language file to define the actual error message, the template to include the error message if there is a matching SKU and, of course, the mo...

Jump to post
  • Tue Aug 23, 2016 9:46 pm
  • Replies 2
  • Views 794
Re: Automatic change Customer Group when register

Not really sure what you mean, since a customer doesn't become a member of a customer group until they register., So, whatever customer group you want them to be a member of should be set as the default in your store settings (under the "Option" tab) in the admin.

Jump to post
  • Tue Aug 23, 2016 6:49 pm
  • Replies 1
  • Views 476
Re: multistore email sending from wrong domain

I don't know whether this will work (in theory, it should), but, in admin/controller/sale/order.php , replace line 481: $data['store_url'] = $this->request->server['HTTPS'] ? HTTPS_CATALOG : HTTP_CATALOG; with: $data['store_url'] = $this->request->server['HTTPS'] ? str_replace("http", &quo...

Jump to post
  • Tue Aug 23, 2016 6:45 pm
  • Replies 10
  • Views 1571
Re: how to display shipping_method in the backend recent ord

I've updated the vQmod .xml (see attached) to include the order list in the admin and in the customer's account.

Jump to post
  • Tue Aug 23, 2016 6:23 pm
  • Replies 17
  • Views 3208
Re: Featured setting Issue

Go to "Extensions->Extensions", then select "Modules" from the drop-down list.

Jump to post
  • Tue Aug 23, 2016 6:19 pm
  • Replies 2
  • Views 333
Re: how to display shipping_method in the backend recent ord

do i need to upload that xml throught vqmod manager? If the vQmod manager has an upload function, then I suppose you could. It's not a question I can answer, as I've never used the vQmod manager, so I don't know if it has an upload function. Personally, I'd upload via FTP and place it in the vqmod/...

Jump to post
  • Tue Aug 23, 2016 1:32 pm
  • Replies 17
  • Views 3208
Re: Upgraded and moved to new domain showing default opencar

These are the things I did: - a fresh (new - not an upgrade) install of 2.1.0.2 on a new domain folder, - created a new database on the new domain, - imported the saved database (from the existing store) into the new database that was created, - did the install - checked the config.php and admin/co...

Jump to post
  • Tue Aug 23, 2016 11:13 am
  • Replies 9
  • Views 1728
Re: how to display shipping_method in the backend recent ord

It appears that the getOrders() function in the model doesn't retrieve the shipping method, which is causing the error. I've fixed this up and put all the above into the attached vQmod .xml file.

Jump to post
  • Tue Aug 23, 2016 10:57 am
  • Replies 17
  • Views 3208
Re: how to display shipping_method in the backend recent ord

Actually, there are 3 files you should edit - the controller, template and language files. In the language file ( admin/language/en-gb/dashboard/recent.php ), insert: $_['column_shipping_method'] = 'Shipping Method'; In the controller ( admin/controller/dashboard/recent.php , insert: $data['column_s...

Jump to post
  • Mon Aug 22, 2016 10:57 pm
  • Replies 17
  • Views 3208
Re: How To Show SEO URL & Not Product ID on Product Page

In your XAMPP installation folder, you'll find another folder called "htdocs", this is your "root", i.e. http://127.0.0.1/ (you could also use "localhost" instead of the IP address, e.g. http://localhost/). The RewriteBase starts at the root (/). the URL SEO Link goes t...

Jump to post
  • Mon Aug 22, 2016 12:56 am
  • Replies 12
  • Views 7004

Search found 2596 matches