Search found 7644 matches

Search found 7644 matches

Google Shopping Now FREE To List from 27th April 2020

Starting next week (week commencing 27th April 2020) Google have announced that it will be free to list on Google Shopping. See their blog post announcement here -> https://www.blog.google/products/shopping/its-now-free-to-sell-on-google/ In a nutshell, you will be able to list your products on the ...

Jump to post
  • Wed Apr 22, 2020 10:20 pm
  • Replies 2
  • Views 8920
Re: google shopping config and setup

Or you can use the best selling Opencart Google Shopping extension (see my signature)

Jump to post
  • Wed Apr 22, 2020 10:09 pm
  • Replies 3
  • Views 704
Re: Insert OpenCart Into Existing Website

I among many others would be interested to see if you get this working and of course you can profit by selling your method as an extension/module The fact is though, OpenCart is not a shopping cart like mal's e-commerce, gumroad, paypal cart, etc It is a fully fledged e-commerce store with all the s...

Jump to post
  • Wed Apr 22, 2020 9:47 pm
  • Replies 7
  • Views 1001
Re: Config problem

The first line of that error seems to suggest the database username/password needs to be checked as one or both appear to be incorrect.

Also check that the DB is on localhost. Some hosts (e.g. cloud hosting) put DB's on a separate server and connect to it via an IP Address, rather than localhost

Jump to post
  • Mon Apr 20, 2020 7:26 pm
  • Replies 4
  • Views 298
Re: Insert OpenCart Into Existing Website

OpenCart is a full site not a plugin shopping cart to be added to an existing site.

Some CMS developers have managed to incorporate OpenCart into CMS sites such as Joomla

However, OpenCart is not built to be plugged in easily. Especially when it comes to users integration etc.

Jump to post
  • Mon Apr 20, 2020 7:21 pm
  • Replies 7
  • Views 1001
Re: Google Sitemap

The problem seems to be with Google Search Console being temperamental Some users on the Google Community forums have had success with adding a trailing slash. Some users just leave it a few days and the feed they uploaded that had "could not fetch" as the status have magically started to ...

Jump to post
  • Tue Apr 07, 2020 10:53 pm
  • Replies 14
  • Views 1562
Re: FRIENDLY URLS

Well, the bottom block of your htaccess is all commented out, so SEO URLs will not work until your remove the '#' at the beginning of each line in that bottom block of code

Jump to post
  • Tue Apr 07, 2020 10:29 pm
  • Replies 2
  • Views 514
Re: Price as number

Not tested this, but might work

Code: Select all

{# if your price has space between currency symbol - e.g. $ 400.00 #}
{% if price[2:] < 1000 %}

{# if your price does not have a space between currency symbol - e.g. $400.00 #}
{% if price[1:] < 1000 %}

Jump to post
  • Tue Mar 31, 2020 7:14 pm
  • Replies 27
  • Views 1791
Re: Multi-store pricing + url question

Multistores can have any domain name you wish, not only subdomain names.

Pricing can be done by using the discount tab combined with customer groups

Jump to post
  • Tue Mar 24, 2020 10:51 pm
  • Replies 3
  • Views 348
Re: Reward Point

The price if the product without tax is 114.88

You have specified that it takes 278 points to purchase the product outright.

You have specified that if someone buys the product they get 13 points.

(114.88 / 278) * 13 = 5.37

Jump to post
  • Tue Mar 24, 2020 3:44 am
  • Replies 4
  • Views 820
Re: Popup

Appears to be a bug in Bootstrap

The following may help or set you on the right path to a fix:

https://stackoverflow.com/questions/193 ... o-the-left

Jump to post
  • Mon Mar 23, 2020 1:54 am
  • Replies 2
  • Views 278
Re: OC 2.3, can't get htaccess 301 redirects to work

# SEO URL Settings RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^www\.domain\.com [NC] RewriteRule (.*) https://domain.com/$1 [R=301,L] RewriteCond %{QUERY_STRING} ^route=common/home$ RewriteCond %{REQUEST_METHOD} !^POST$ RewriteRule ^index\.php$ https://domain.com? [R=301,L] RewriteCond...

Jump to post
  • Sun Mar 22, 2020 6:28 am
  • Replies 4
  • Views 606
Re: Hosting

Well, you will probably want to look at VPS or Dedicated hosting if you want reliability (e.g. no shared hosting)

A few UK companies that come to mid: TSOHost, FastHost, UK Fast

Jump to post
  • Sat Mar 21, 2020 6:49 pm
  • Replies 6
  • Views 642
Re: OC 2.3, can't get htaccess 301 redirects to work

Please post full .htaccess content.

Order of commands / rules is important in .htaccess

Jump to post
  • Sat Mar 21, 2020 6:42 pm
  • Replies 4
  • Views 606
Re: HTTPS Mixed Content and Broken Images

As it is a custom theme, it could simply be that the theme is coded to fetch the images via http only You should check with the theme developer first on that. Failing that, and as long as you have set the config URLs all to be https, you should probably post a request in the commercial support forum...

Jump to post
  • Sat Mar 21, 2020 6:39 pm
  • Replies 3
  • Views 498
Re: Stock availability removed from template

Should be pretty easy to accomplish by editing the template file for the product page.

Are you using the default theme or a 3rd party theme?

Jump to post
  • Sat Mar 21, 2020 6:31 pm
  • Replies 1
  • Views 277
Re: Hosting

Depends where in the world you are, what your target audience is, what amount of products you will be selling, what amount of visitors you will be expecting.

Jump to post
  • Fri Mar 20, 2020 5:02 pm
  • Replies 6
  • Views 642
Re: SEO Friendly URL still a bug on some links?

- contact
- return
- sitemap
- index logo link

Have never been set to have SEO Keywords

There are some extensions that will allow you to fix this

- category links

Definitely can have SEO URLs

Check you have enabled .htaccess in your store root

Check each Category has a SEO Keyword

Jump to post
  • Tue Mar 10, 2020 3:44 pm
  • Replies 6
  • Views 426
Re: Please Help Me How To Fix It

THere is no such columnas 'hsn' in the default OpenCart installation. This has been added either by an extension/module or hard-coded by a developer. Suggest you check what extension may have added this column (it seems to be some kind of product coding system) and check with the developer of the ex...

Jump to post
  • Tue Mar 10, 2020 3:41 pm
  • Replies 1
  • Views 285

Search found 7644 matches