Re: Shared Product as an Option.
Please check this extension maybe help you : https://www.opencart.com/index.php?rout ... n_id=18773
Jump to post- Wed Jun 26, 2024 6:10 pm
- Replies 6
- Views 5253
Re: How to Set Price xxxx - xxxx
you can try this extension: https://www.opencart.com/index.php?rout ... n_id=42059
Jump to post- Sun Jun 19, 2022 11:40 pm
- Replies 9
- Views 712
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 511
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 1863
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 15520
Re: Product Page Additional Image size
what you try?
Jump to post- Wed Jul 03, 2019 4:09 pm
- Replies 4
- Views 664
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 10
- Views 3839
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 460
Re: Force https on all pages
Share your .htaccess rewrite code...
Jump to post- Fri Jun 21, 2019 7:44 pm
- Replies 7
- Views 1389
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 811
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 1047
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 811
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 1021
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 19
- Views 18427
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 1475
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 617
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 4954
Re: Journal Theme UI/UX Expert
Check your PM
Jump to post- Thu May 23, 2019 1:33 pm
- Replies 5
- Views 1697
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 1092
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 1092