Search found 26 matches

Search found 26 matches

Re: SEO URL in SUBDOMAIN HELP

letxobnav wrote:
Fri Mar 29, 2019 9:16 pm
well, why did you not tell me you installed an SEO URL extension?

first add seo keywords to all your categories, then test again.
My friend, i installed later just to try just to check if with extension works or not..... then i removed..

Jump to post
  • Sat Mar 30, 2019 2:12 pm
  • Replies 28
  • Views 15254
Re: SEO URL in SUBDOMAIN HELP

letxobnav wrote:
Fri Mar 29, 2019 3:51 pm
can you check:

admin->design->seo url

check the listings there for store & language setting

and

product_id=xxx
category_id=xxx

etc.
product_id=xxx ... working
category_id=xxx ... not working

Jump to post
  • Fri Mar 29, 2019 8:56 pm
  • Replies 28
  • Views 15254
Re: SEO URL in SUBDOMAIN HELP

yes, it means that OC was only able to construct that seo url from the originals on your page and could not construct any of the rest. so that may mean that there is something wrong with the keyword queries or your keyword/query settings. since fresh installation was not working.. what i should do?

Jump to post
  • Fri Mar 29, 2019 1:56 pm
  • Replies 28
  • Views 15254
Re: SEO URL in SUBDOMAIN HELP

Hi, I installed a seo extension and tested .. working fine. Now Then removed it. Now seo URL on products started working fine without extra extension.
But category seo url not working...

Jump to post
  • Fri Mar 29, 2019 4:26 am
  • Replies 28
  • Views 15254
Re: SEO URL in SUBDOMAIN HELP

looks ok, you can remove those statements and in the same function you will find: if ($url) { unset($data['route']); add after that put: echo $url; What this function does is look at your links in non-seo style and try to find the seo keywords in the database that match the route/get parameters (th...

Jump to post
  • Fri Mar 29, 2019 2:30 am
  • Replies 28
  • Views 15254
Re: SEO URL in SUBDOMAIN HELP

looks ok, you can remove those statements and in the same function you will find: if ($url) { unset($data['route']); add after that put: echo $url; What this function does is look at your links in non-seo style and try to find the seo keywords in the database that match the route/get parameters (th...

Jump to post
  • Fri Mar 29, 2019 2:28 am
  • Replies 28
  • Views 15254
Re: SEO URL in SUBDOMAIN HELP

looks ok, you can remove those statements and in the same function you will find: if ($url) { unset($data['route']); add after that put: echo $url; What this function does is look at your links in non-seo style and try to find the seo keywords in the database that match the route/get parameters (th...

Jump to post
  • Fri Mar 29, 2019 1:40 am
  • Replies 28
  • Views 15254
Re: SEO URL in SUBDOMAIN HELP

you could try in catalog/controller/startup/seo_url.php in public function rewrite just before: foreach ($data as $key => $value) { add error_log($link); error_log('rewrite data: ' .print_r($data,true)); to write to your error log or echo $link; echo '<pre>rewrite data: ' .print_r($data,true).'</pr...

Jump to post
  • Thu Mar 28, 2019 3:03 am
  • Replies 28
  • Views 15254
Re: SEO URL in SUBDOMAIN HELP

you could try in catalog/controller/startup/seo_url.php in public function rewrite just before: foreach ($data as $key => $value) { add error_log($link); error_log('rewrite data: ' .print_r($data,true)); to write to your error log or echo $link; echo '<pre>rewrite data: ' .print_r($data,true).'</pr...

Jump to post
  • Thu Mar 28, 2019 2:50 am
  • Replies 28
  • Views 15254
Re: SEO URL in SUBDOMAIN HELP

when i enter in subdomain.yourdomain.com, all works fine, just SEO URL not working well.. i can give an example,,, http://loja.okcomputersmz.com/index.php?route=product/category&path=71_79 http://loja.okcomputersmz.com/canetas Seems to work now? Not working.. See what I comment in my last post ...

Jump to post
  • Wed Mar 27, 2019 5:47 am
  • Replies 28
  • Views 15254
Re: SEO URL in SUBDOMAIN HELP

Does the parent category of Pens have a SEO URL (Keyword) assigned to it ? You should make sure all categories, products, info pages and manufacturers have unique SEO Keywords assigned to them. There are probably free extensions that will auto populate those for you if you don’t wish to do them all...

Jump to post
  • Wed Mar 27, 2019 5:45 am
  • Replies 28
  • Views 15254
Re: SEO URL in SUBDOMAIN HELP

So, when you visit subdomain.yourdomain.com OpenCart loads Or is it subdomain/yourdomain.com/subfolder/ ? when i enter in subdomain.yourdomain.com, all works fine, just SEO URL not working well.. i can give an example,,, http://loja.okcomputersmz.com/index.php?route=product/category&path=71_79 ...

Jump to post
  • Tue Mar 26, 2019 5:55 pm
  • Replies 28
  • Views 15254
Re: SEO URL in SUBDOMAIN HELP

Of course it does, it passes the SEO Keywords to index.php via a $route variable. To the OP, your .htaccess file looks to be correct if your domain/subdomain is pointing to the folder where opencart is installed. Are you by any chance running a different web server than Apache, such as NGinX ? host...

Jump to post
  • Tue Mar 26, 2019 1:52 pm
  • Replies 28
  • Views 15254
Re: SEO URL in SUBDOMAIN HELP

Change this line to this: RewriteBase /xxx/ Hi, i did try this before but not working... My home directory is /htdocs/ if i install opencart in /htdocs/xxx/ then RewriteBase /xxx/ works fine but my case is different my opencart is in same lever of home directory : /xxx/ thats why having problems......

Jump to post
  • Mon Mar 25, 2019 7:47 pm
  • Replies 28
  • Views 15254
Re: SEO URL in SUBDOMAIN HELP

Change this line to this: RewriteBase /xxx/ Hi, i did try this before but not working... My home directory is /htdocs/ if i install opencart in /htdocs/xxx/ then RewriteBase /xxx/ works fine but my case is different my opencart is in same lever of home directory : /xxx/ thats why having problems....

Jump to post
  • Mon Mar 25, 2019 7:36 pm
  • Replies 28
  • Views 15254
Re: Fresh Instalation mail not working

alvin102 wrote:
Sat Mar 16, 2019 11:52 am
so what was the problem? How did you fix it?
Yes fixed.. thanks.

Jump to post
  • Mon Mar 25, 2019 2:21 pm
  • Replies 11
  • Views 1955
SEO URL in SUBDOMAIN HELP

HI, i need help to configure htaccess file.. so SEO URL can work well My home directory is /htdocs/ Hi, i have subdomain, folder pointed in folder /xxx/ (same level as home directory) where opencart is installed.. my htaccess codes are: Options +FollowSymlinks Options -Indexes RewriteEngine On Rewri...

Jump to post
  • Mon Mar 25, 2019 2:19 pm
  • Replies 28
  • Views 15254
Re: Checkout Minimum Amount

xxvirusxx wrote:
Sun Mar 03, 2019 9:59 pm
Search on forum or Google. I will not search for you....
Searched.. not found, that's why asked for Help.. :)
I Found some but it was for old version of Opencart, is not possible to use that solution because Opencart scripts changed a lot during evolution of versions.

Jump to post
  • Sun Mar 03, 2019 10:13 pm
  • Replies 6
  • Views 793
Re: Checkout Minimum Amount

xxvirusxx wrote:
Sun Mar 03, 2019 9:02 pm
https://www.opencart.com/index.php?rout ... er%20total

And some time ago I found free solutions on forum, you can try to search.
Any Free solution?

Jump to post
  • Sun Mar 03, 2019 9:42 pm
  • Replies 6
  • Views 793
Checkout Minimum Amount

Hi, i need Help.
I want to setup minimum total amount to checkout, if less than that minimum total amount, system should not accept to checkout.
I try to search, but cannot find any solution..
Help me..
Using Open cart 3.0.3.1

Jump to post
  • Sun Mar 03, 2019 8:46 pm
  • Replies 6
  • Views 793

Search found 26 matches