Search found 130 matches

Search found 130 matches

Re: category twig

you can delete your cache by visiting
/system/storage/cache
and delete all the files and folders in the cache folder.

Jump to post
  • Sun Jan 05, 2020 10:30 pm
  • Replies 14
  • Views 1874
Re: change admin path for opencart 3

better use .htaccess to allow or deny ip address.
sample .htaccess
order deny,allow
deny from all
allow from your-ip-address.
every time you want to access your admin, just edit .htaccess and change your ip address.

Jump to post
  • Sun Jan 05, 2020 10:26 pm
  • Replies 11
  • Views 3230
Re: how to remove ?limit=* ?search=* from product seo url

the version 3.0.2.0 is already with ". $url". so your solution is still not working. yes, I said: remove the ". $url" part. when in catalog view with display limit set or sort order set, the url's of the products copy those parameters over, they should not. Then again, the canon...

Jump to post
  • Thu Dec 19, 2019 3:05 pm
  • Replies 22
  • Views 6130
Re: how to remove ?limit=* ?search=* from product seo url

thekrotek wrote:
Thu Dec 19, 2019 4:44 am
Most likely these URLs are from search results. Don't see any other reason.
yes, you are right.

Jump to post
  • Thu Dec 19, 2019 4:47 am
  • Replies 22
  • Views 6130
Re: how to remove ?limit=* ?search=* from product seo url

you can check opencart demo site: https://demo.opencart.com/index.php?route=product/product&product_id=40?limit=75 https://demo.opencart.com/index.php?route=product/product&product_id=40?limit=25 https://demo.opencart.com/index.php?route=product/product&product_id=40?limit=50 https://dem...

Jump to post
  • Thu Dec 19, 2019 4:41 am
  • Replies 22
  • Views 6130
Re: how to remove ?limit=* ?search=* from product seo url

Nonsense, product url's should not have a limit, sort or order parameter. These are not product URLs, but search URLs instead. you can check your google webmaster center to see it under "Coverage > Alternate page with proper canonical tag". i don't know why google have those urls.

Jump to post
  • Thu Dec 19, 2019 4:38 am
  • Replies 22
  • Views 6130
Re: how to remove ?limit=* ?search=* from product seo url

Nothing to do with SEO url's, that is because the catalog controller adds the $url variable to the product urls which it should not. 'href' => $this->url->link('product/product', 'path=' . $this->request->get['path'] . '&product_id=' . $result['product_id'] . $url) maybe you are using the older...

Jump to post
  • Thu Dec 19, 2019 4:35 am
  • Replies 22
  • Views 6130
Re: how to remove ?limit=* ?search=* from product seo url

Nothing to do with SEO url's, that is because the catalog controller adds the $url variable to the product urls which it should not. 'href' => $this->url->link('product/product', 'path=' . $this->request->get['path'] . '&product_id=' . $result['product_id'] . $url) thank you for you quick reply...

Jump to post
  • Thu Dec 19, 2019 4:05 am
  • Replies 22
  • Views 6130
Re: Upgrading to 3.0

just try to set permission 777 (all recursive) to the below folder: system/storage/ [edit by forum moderation] WARNING: never set permission to 0777 Reason: with these permissions everybody and everything has full access to any action. Example: imagine you have several instances of different systems...

Jump to post
  • Thu Dec 19, 2019 3:33 am
  • Replies 8
  • Views 581
how to remove ?limit=* ?search=* from product seo url

how to remove ?limit=* ?search=* from product seo url? for example: https://example.com/seo-url?limit=25 https://example.com/seo-url?limit=50 https://example.com/seo-url?limit=75 https://example.com/seo-url?limit=100 https://example.com/seo-url?search=opencart how to redirect and remove those parts ...

Jump to post
  • Thu Dec 19, 2019 3:25 am
  • Replies 22
  • Views 6130
Re: how to automatically add product id to the seo url ?

thekrotek wrote:
Thu Apr 11, 2019 5:47 am
You can achieve this only with custom coding or 3rd party SEO extension.
do you have a recommended extension?

Jump to post
  • Thu Apr 11, 2019 3:52 pm
  • Replies 8
  • Views 5473
how to automatically add product id to the seo url ?

how to automatically add product id to the seo url ?
for example:
from
example.com/seo-keyword-product_id
to
example.com/seo-keyword-3

Jump to post
  • Thu Apr 11, 2019 5:08 am
  • Replies 8
  • Views 5473
Re: Order ID Change?

you can move to cubecart, they have the order id you want.
opencart is impossible.

Jump to post
  • Mon Mar 18, 2019 5:40 pm
  • Replies 12
  • Views 4914
Re: Site speed extremely slow

you need to move to a better hosting provider or vps for your site.
your total products are not too many.
you can try my site, over 2.3 million products, pages loads lightening fast.

Jump to post
  • Sat Mar 16, 2019 11:03 pm
  • Replies 13
  • Views 5385
Re: Default v3.0.3.1 issues with cart and admin login

and opencart 3.0+ using twig theme, you need to log in to your admin and clear your cache after installing.

Jump to post
  • Sat Mar 16, 2019 10:50 pm
  • Replies 4
  • Views 480
Re: Default v3.0.3.1 issues with cart and admin login

this is your hosting provider's issue.
you can try to install opencart step by step to see if there is any issue?
don't use auto install script.

Jump to post
  • Sat Mar 16, 2019 10:47 pm
  • Replies 4
  • Views 480
Re: Can we simply empty oc_session table from phpmyadmin ?

yes,you can.
without session,you will have to sign in again.
simply empty oc_session table will force you to sign in again.

Jump to post
  • Thu Dec 20, 2018 2:08 am
  • Replies 3
  • Views 2113
Re: Using my 2.3.0.2 database to build a new 3.0.2.0 store

you need to start over, old extensions (2.3+) cannot be used in opencart 3.0+

Jump to post
  • Tue Dec 18, 2018 5:27 am
  • Replies 5
  • Views 2033
category page suggestion

it is better to show only latest 2000 products per category.
if having too many products in one category, then the category page will show down the whole site.
what do you think?

Jump to post
  • Thu Dec 13, 2018 11:09 pm
  • Replies 0
  • Views 1972

Search found 130 matches