Re: Invoices?
https://www.google.com/search?q=opencart+how+to+print+invoices&oq=opencart+how+to+print+invoices The first one that comes up for me seems to be clear https://www.inmotionhosting.com/support/edu/opencart/printing-order-invoices-in-opencart/ Opencart documentation maybe a little less clear IMO but...
Jump to post- Fri Jun 13, 2025 9:13 pm
- Replies 2
- Views 260
Re: Which file to modify and how to change the home page so that the products appear in the Glade style on cell phones i
Jump to post- General Support
- Which file to modify and how to change the home page so that the products appear in the Glade style on cell phones inste
- Fri Jun 13, 2025 12:28 am
- Replies 12
- Views 1118
Re: Which file to modify and how to change the home page so that the products appear in the Glade style on cell phones i
As already written above - Opencart default puts the products in grid view (Glade Style) on a mobile (cell phone). Opencart does not put two on a row it puts one. 1. If your question is how to put two on a row instead of one this has been asked and answered many times https://www.google.com/search?q...
Jump to post- General Support
- Which file to modify and how to change the home page so that the products appear in the Glade style on cell phones inste
- Thu Jun 12, 2025 1:15 am
- Replies 12
- Views 1118
Re: Which file to modify and how to change the home page so that the products appear in the Glade style on cell phones i
I presume it is a typo or language error for grid since "instead of list" Jump to post
- General Support
- Which file to modify and how to change the home page so that the products appear in the Glade style on cell phones inste
- Wed Jun 11, 2025 6:54 pm
- Replies 12
- Views 1118
Re: How to properly restrict Bingbot from crawling unnecessary links?
If you set up a profile with Bing Webmaster Tools they have an option there to set times you want them to crawl and rate limiting.
You can not stop them from crawling the pages they want to crawl, but they do have other options to resolve your issues.
- Wed Jun 11, 2025 2:51 am
- Replies 6
- Views 718
Re: Which file to modify and how to change the home page so that the products appear in the Glade style on cell phones i
Not sure why it is showing in list view on a mobile but theoretically - You would have to change the catalog/view/javascript/common.js and add some code to detect screen width (to detect a mobile) There are some tutorials / examples around - not specifically for opencart, but you may need a develope...
Jump to post- General Support
- Which file to modify and how to change the home page so that the products appear in the Glade style on cell phones inste
- Wed Jun 11, 2025 2:46 am
- Replies 12
- Views 1118
Re: Modificare structura pret opencart 3.0.3.8
Your site does not appear to be default, so it probably has other things going on but theoretically you might be able to use a split in php in the controller or twig in the template and then you will be able to add a css class.
Jump to post- Wed Jun 11, 2025 2:43 am
- Replies 1
- Views 569
Re: Limitare numar carecatere
For characters - look at the product controller and see how it is done for product description and do the same for product name
For lines use css clamp
- Wed Jun 11, 2025 2:32 am
- Replies 1
- Views 390
Re: Gift voucher
Please read the forum rules before posting - https://forum.opencart.com/viewtopic.php?t=200480 Specifically the Opencart version in all four digits which you will find at the bottom of every admin page Gift vouchers and Coupons are not the same thing. Please read the documentation already provided i...
Jump to post- Fri May 30, 2025 7:40 pm
- Replies 6
- Views 2317
Re: Gift voucher
@grgr Thanks for the info - only 85 other possibilities to ask the crystal ball :laugh: In fairness it took 2 years to discover gift vouchers exist .. maybe in another two they might realise the Opencart version is on every page in admin footer. On another side note - https://www.opencart.com/index....
Jump to post- Fri May 30, 2025 8:32 am
- Replies 6
- Views 2317
Re: Gift voucher
https://docs.opencart.com/en-gb/sale/gift-voucher/
Jump to post- Fri May 30, 2025 6:47 am
- Replies 6
- Views 2317
Re: Problem with Checkout and PayPal Checkout Integration extension
After testing I did not have the basket or checkout issue as described above. There was an issue with adding the offending product to the cart, but on second attempt it was fixed, so likely to be an issue with an extension you may be playing with at this moment. Also be aware that it may have been i...
Jump to post- Thu May 29, 2025 10:06 pm
- Replies 4
- Views 1413
Re: Can't get past step 3 of the install process
Welcome to Opencart and the forum. Opencart 4 is any version is not suitable for live sites (or users with no Opencart experience generally). Please use Opencart 3.0.4.0 or 3.0.4.1, you can download them here https://www.opencart.com/index.php?route=cms/download/history You can find the installation...
Jump to post- Wed May 28, 2025 11:54 am
- Replies 1
- Views 1522
Re: Images Not Showing on Product Pages After Migration (OpenCart 3.0.3.8)
The site is a wordpress site.
At a guess this is spam or some SEO company that promises "lots of links" and all they do is post spam on forums ..
If this is a real person, please provide a link to the actual site
- Tue May 27, 2025 9:08 pm
- Replies 4
- Views 3093
Re: about version 3.0.4.1
You can check on github but not a small task. There is no need to upgrade since the major issues have been resolved in 3.0.4.0 and it is a good version. In future you might want to consider not making changes to core files or at the very least making notes of what you have changed. Upgrading now or ...
Jump to post- Mon May 26, 2025 2:08 pm
- Replies 10
- Views 4053
Re: [CLOSED] Custom products
It was just the first answer on google, I did not remember it. Not sure what the confusion is - the cart is not an order .. saved item is not an order and wish list is not an order .. the order process can not start until checkout .. only after payment is it an order … anything between the two is a ...
Jump to post- Mon May 26, 2025 5:04 am
- Replies 12
- Views 4924
Re: Custom products
New question new topic please.
Jump to post
- Sun May 25, 2025 9:52 pm
- Replies 12
- Views 4924
Re: Multiple stores with separate databases
All new topics should be opened as a new topic. This is a new question asking how to set up subdomains and multi store. This may relate to your original question but for the purpose of this forum it is a completely different question. Nevertheless .. Setting up multi stores in Opencart has been aske...
Jump to post- Thu May 22, 2025 6:53 am
- Replies 16
- Views 5689
Re: Multiple stores with separate databases
The biggest con is that the stores will be tied together quite tightly and if you want a different feature for one of the countries it will be more difficult. Unless the feature uses layouts or supports multistore - which is usually the majority. You can also use the layout feature within the produ...
Jump to post- Tue May 20, 2025 6:49 pm
- Replies 16
- Views 5689