products from opencart to shopify
I want to syncronize an opencart website with an shopify one.
I need to import automatic 4000 products from opencart to shopify and daily stock and prices automatic updates from opencart to shopify.
Is there a way or a tool that can do that?
- Mon Dec 07, 2020 3:30 pm
- Replies 2
- Views 349
opencart products to ebay.co.uk
Hi,
I just created seller account on ebay.co.uk
I have an ecommerce website with 4000 products.
Is there a way to import all from opencart into ebay.co.uk?
Thank you!
- Tue Oct 27, 2020 4:43 pm
- Replies 2
- Views 282
Re: website is very slow
Yes I know, but I think in this case this is the main factor that is slowing the website. Jump to postthekrotek wrote: ↑Sat Oct 10, 2020 1:50 amYou do realize that your site speed does not only depend on hosting, right?techplusweb wrote: ↑Sat Oct 10, 2020 1:31 amActually I just bought 2, namecheap is slower than first one, but anyway I need some hosting to take max 2 seconds to load.
- Sat Oct 10, 2020 2:04 am
- Replies 8
- Views 1486
Re: website is very slow
Actually I just bought 2, namecheap is slower than first one, but anyway I need some hosting to take max 2 seconds to load. Jump to postpaulfeakins wrote: ↑Fri Oct 09, 2020 6:17 pmBuy cheap, buy twice?techplusweb wrote: ↑Fri Oct 09, 2020 1:22 amMy website is taking like 6-7 second to load.
...
I have hosting at namecheap.com![]()
- Sat Oct 10, 2020 1:31 am
- Replies 8
- Views 1486
Re: website is very slow
https://www.etaboo.co.uk Jump to post
- Fri Oct 09, 2020 1:36 am
- Replies 8
- Views 1486
website is very slow
My website is taking like 6-7 second to load.
Any tips or tools on how to improve the speed?
I have hosting at namecheap.com
Thanks!
- Fri Oct 09, 2020 1:22 am
- Replies 8
- Views 1486
Re: opencart 3.0.2.0 product and categories custom titles
Does it needs to do modifcations in product.twig files in theme folder? no, and the changes you made are good so you either are running a non-default template which sets the title itself or you already have a modification of the product.php file. Yes I am working with Journal Theme, so it's not the...
Jump to post- Fri Oct 02, 2020 6:04 am
- Replies 6
- Views 1451
Re: opencart 3.0.2.0 product and categories custom titles
in catalog/controller/product/product.php change: if ($category_info) { $data['breadcrumbs'][] = array( 'text' => $category_info['name'], 'href' => $this->url->link('product/category', 'path=' . $path) ); } to: if ($category_info) { $data['breadcrumbs'][] = array( 'text' => $category_info['name'], ...
Jump to post- Fri Oct 02, 2020 2:14 am
- Replies 6
- Views 1451
opencart 3.0.2.0 product and categories custom titles
How to setup additional text for title pages. For example now is just category and product name I want to show: For category and subcategories: Subcategory name | Category name | Website Ttle for products: Product name | Subcategory name | Category name | Website Title Even if it's not possible all ...
Jump to post- Thu Oct 01, 2020 12:50 am
- Replies 6
- Views 1451
shipping price
I have 2 types of shipping:
flat rate - for orders less than $50
free shipping - for orders bigger than $50
For orders bigger then $50 both shipping options shows.
free and flat rate.
Is there a way for orders bigger then $50 to shows only free shipping?
- Sat Sep 12, 2020 2:16 pm
- Replies 3
- Views 397
Re: .htaccess problem
working perfect!letxobnav wrote: ↑Thu Sep 03, 2020 4:38 pmput this:right after:Code: Select all
RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [R=301,L] RewriteCond %{HTTPS} !on RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
Code: Select all
RewriteBase /
thank you very much! Jump to post
- Thu Sep 03, 2020 8:39 pm
- Replies 4
- Views 388
.htaccess problem
Redirect problem on .htaccess The correct https://www. redirects are only made on home page, not done correctly on categories pages and products pages. example: correct domain.co.uk - redirects to https://www.domain.co.uk http://domain.co.uk - redirects to https://www.domain.co.uk http://www.domain....
Jump to post- Thu Sep 03, 2020 4:20 pm
- Replies 4
- Views 388
add custom title to category and pages products
I want to add additional text to title of pages.
example:
Category name | Additional text
or
Product name | Additional text
or
Contact us | Additional text
How to do that?
Opencart version 3.0.2.0
- Mon Dec 16, 2019 3:00 am
- Replies 2
- Views 507
Re: home page, shopping cart page, account friendly url
?
Jump to post- Mon Apr 22, 2019 10:05 pm
- Replies 3
- Views 375
Re: home page, shopping cart page, account friendly url
Transform from: www.website.com/index.php?route=information/contact
to
www.website.com/contact
- Sun Apr 21, 2019 3:07 am
- Replies 3
- Views 375
home page, shopping cart page, account friendly url
What module you recommend for opencart 3.0.2.0 to make friendly url for home page, contact, account, shopping cart etc?
Jump to post- Sun Apr 21, 2019 12:58 am
- Replies 3
- Views 375
product search problem
When i search a product and go to it's page the problem is that in the product path is not showing me :
home - > category - > subcategory - > product name
It shows:
home - > search product name
How can i do with the search to show the category path of the product?
Thanks!
- Mon Apr 01, 2019 5:52 pm
- Replies 2
- Views 364
Re: related products directly in mysql
Thank you very much!
I found this module and saved me a lot of work.
https://www.opencart.com/index.php?rout ... pdwlF5NUDr
- Fri Feb 08, 2019 3:38 pm
- Replies 2
- Views 405
related products directly in mysql
I want to add 6 related products to each product directly my mysql.
How can this be done?
I am using some tool for import/export products but related products aren't working.
- Fri Feb 08, 2019 1:45 am
- Replies 2
- Views 405
Re: order provenience
im looking for some opencart module that wil show in each order in admin panel the reffer site: facebook, email marketing, social media, seo, adwords etc....
is there a way to find something like this?
- Fri Apr 07, 2017 3:14 pm
- Replies 2
- Views 523