Re: Cart before Checkout OC 3.0.3.2
helpful: viewtopic.php?t=123766
Jump to post- Wed Oct 09, 2019 7:00 pm
- Replies 2
- Views 278
Re: Anybody know the name of this theme?
I think this one : https://themeforest.net/item/streetwear ... e/20981336
Jump to post- Tue Oct 08, 2019 3:16 pm
- Replies 2
- Views 944
Re: SQL Error
contact your hosting provider in order to resolve this issue.
Jump to post- Fri Sep 06, 2019 6:06 pm
- Replies 6
- Views 11989
Re: Product Page Additional Image size
what you try?
Jump to post- Wed Jul 03, 2019 4:09 pm
- Replies 4
- Views 390
Re: Change name of dashboard menu fields
it's at
Code: Select all
admin\language\en-gb\common\column_left.php
- Sun Jun 23, 2019 2:48 am
- Replies 9
- Views 702
Re: Printable Cart Page
This Extension may be helpful: https://www.opencart.com/index.php?rout ... n_id=12579
Jump to post- Sun Jun 23, 2019 2:06 am
- Replies 4
- Views 299
Re: Force https on all pages
Share your .htaccess rewrite code...
Jump to post- Fri Jun 21, 2019 7:44 pm
- Replies 7
- Views 588
Re: some icons in home page not shown!
Which payment method are you use?
Jump to post- Fri Jun 21, 2019 5:16 pm
- Replies 4
- Views 419
Re: error log in admin page
your solution is here: viewtopic.php?f=202&t=200896&start=20#p710204
Jump to post- Tue Jun 18, 2019 6:30 pm
- Replies 2
- Views 669
Re: some icons in home page not shown!
if your Url has a WWW then you need to add www in both config file
Jump to post- Tue Jun 18, 2019 4:12 pm
- Replies 4
- Views 419
Re: update product weight in specific category
Code: Select all
UPDATE oc_product as p SET p.weight = '2' WHERE p.product_id in (SELECT pc.product_id FROM oc_product_to_category as pc WHERE pc.category_id = 1111);
- Wed Jun 12, 2019 5:51 pm
- Replies 7
- Views 452
Re: Adoption of WebP image format
Maybe this Module useful: https://www.opencart.com/index.php?rout ... n_id=36923
Jump to post- Wed Jun 05, 2019 8:25 pm
- Replies 18
- Views 8835
Re: Undefined index: payment_address. Looking for help!
2019-06-04 8:59:41 - PHP Warning: unlink(/home/rstrading/domains/rstrading.nl/storage_prod/cache/cache.catalog.language.1559642381): No such file or directory in /home/rstrading/domains/rstrading.nl/public_html/system/library/cache/file.php on line 68 Solution : https://forum.opencart.com/viewtopic...
Jump to post- Tue Jun 04, 2019 5:23 pm
- Replies 10
- Views 817
Re: Opencart Demo website Home Page Error
viewtopic.php?t=202937#p717405
Jump to post- Sat Jun 01, 2019 11:03 am
- Replies 1
- Views 201
Re: Configuration Step #3 w/ Docker
On step 3: Add hostname "mysql" instead of localhost
Jump to post- Thu May 23, 2019 6:09 pm
- Replies 3
- Views 1916
Re: Journal Theme UI/UX Expert
Check your PM
Jump to post- Thu May 23, 2019 1:33 pm
- Replies 5
- Views 915
Re: Reduce h1 font size only on homepage and only on mobile devices. Is it possible?
I mean this is the way you fix.
this is not a full answer
I gave a just way to solve this Jump to post
- Tue May 21, 2019 3:52 pm
- Replies 5
- Views 539
Re: Reduce h1 font size only on homepage and only on mobile devices. Is it possible?
yes, it's possible
using media query :
read more at :
https://www.tutorialrepublic.com/css-tu ... ueries.php
https://www.w3schools.com/css/css3_mediaqueries_ex.asp Jump to post
- Tue May 21, 2019 3:03 pm
- Replies 5
- Views 539
Re: Holiday Notice / Banner for Opencart 3.0.2.0 ?
I would prefer to be able to get it at the very top (above my top menu) so that customers don't spend time filling a basket only to realise the processing delay at checkout. Any ideas how I would do that? Use this Module May be helpfull : https://www.opencart.com/index.php?route=marketplace/extensi...
Jump to post- Fri May 17, 2019 3:53 pm
- Replies 3
- Views 283
Re: Htaccess 301 redirect issue
share your .htaccess file
Jump to post- Fri May 17, 2019 3:11 pm
- Replies 7
- Views 338