Re: In Regard to the Master Product / Variant Products
Your query is not clear, can you share some more info so that we can assist you
Jump to post- Tue Feb 28, 2023 12:28 pm
- Replies 5
- Views 469
Re: Anyone tried PWA solution for production site? how is going?
Kindly share full information so that we can assist you
Jump to post- Mon Feb 27, 2023 1:10 pm
- Replies 3
- Views 403
Re: "Facebook for OpenCart" is it working or not ?
Also kindly explain more details about the error you are facing
Jump to post- Fri Feb 24, 2023 3:05 pm
- Replies 6
- Views 420
Re: "Facebook for OpenCart" is it working or not ?
You did not write anything about the extension. is it the default Facebook extension or third-party extension?
what kind of problem are you facing?
please share detail after that other helps you.
- Fri Feb 24, 2023 12:54 pm
- Replies 6
- Views 420
Re: Subdomain for same store with different prices for products
All you have to create a sub-domain using Cpanel or ask your hosting provider to create the sub-domain (in your case it is "b2b"). Then you have to log in to your existing opencart website admin panel. You can check the official OpenCart document on multi-store visit System > Settings and ...
Jump to post- Wed Feb 22, 2023 5:49 pm
- Replies 5
- Views 205
Re: Can OC v2.2.0.0 run on PHP8.0+?
You need to update the OpenCart version to 3x. By default 4x version is supported the PHP version 8. You can move your site accordingly. There is plenty of online articles are present that will guide you to update the opencart version correctly. I strongly suggest you to take the backup of the datab...
Jump to post- Wed Feb 22, 2023 1:28 pm
- Replies 8
- Views 309
Re: Subdomain for same store with different prices for products
what about the multis-store concept. Enter the updated price of product for b2b store and it will share the same customer data, so there will be no issue at all.
Jump to post- Wed Feb 22, 2023 1:21 pm
- Replies 5
- Views 205
Re: Html Codes in Customer Confirmation Mail
You did not mention what kind of problem you are facing exactly. what HTML tags did you try to save in the customer.php file? Please share more detail so we can help you. BTW if you are looking for a quick solution, we have an email template module [https://www.opencart.com/index.php?route=marketpla...
Jump to post- Tue Feb 21, 2023 4:11 pm
- Replies 3
- Views 171
Re: Searching for an extension to rename image names to product name slug directly on upload
Currently, this extension is not there but if you want we can make a custom for you
You can mail us on sehajkaur.multimedia@gmail.com
- Extensions Support
- Searching for an extension to rename image names to product name slug directly on upload
- Tue Feb 21, 2023 12:56 pm
- Replies 2
- Views 387
Re: Can't save Attribute setting
Please share more detail like what attributes are you trying to save. what are the exact errors? You can check the error on the error log by visiting > system > maintenance > error log.
After that, we will able to help you.
- Fri Feb 17, 2023 6:35 pm
- Replies 3
- Views 311
Re: Question about affiliate program and customer groups that have special prices
Unfortunately, we can't give you a suggestion on code editing because this involves payment. It should be a double test before going to live for the customers. Our company is the official partner of OpenCart. We are happy to help you fulfill the affiliate requirement. Just create a ticket or live su...
Jump to post- Thu Feb 16, 2023 1:07 pm
- Replies 2
- Views 158
Re: Booking a date with calendar and availability
You can check our extension https://www.opencart.com/index.php?rout ... eservation
Jump to post- Thu Feb 16, 2023 1:01 pm
- Replies 2
- Views 205
Re: Video order
We are an official partner of OpenCart, and our team can help you to custom this option we can quote you our best rates
You can contact us through sale@opencartextensions.in or can create a ticket directly on our website.
- Thu Feb 16, 2023 12:56 pm
- Replies 2
- Views 280
Re: Cannot Access My Dashboard
Are you sure, the charges have been applied to your website, not from other sources? did you check the Paypal account transaction history on which transaction the charges have been applied? is it recurring payment charges that apply on weekends only? Information is not sufficient to give you advice ...
Jump to post- Tue Feb 14, 2023 1:11 pm
- Replies 2
- Views 388
Re: Download Artikel mit Auswahl möglich ?
What problem are you exactly facing? According to the option name, format, and color selection, do you want to attach the files to that order and customers will only download that files? As far as I know, it is not the default behavior of OpenCart, you might go with the custom or look for an extensi...
Jump to post- Mon Feb 13, 2023 1:07 pm
- Replies 2
- Views 231
Re: Installing Theme on existing site
OpenCart version 2x has VQMOD and 3x uses OCMOD. Both technologies create a space for appending new code into existing ones through XML, this means, Your current default theme or OpenCart files will be untouched and remain the same whatever theme or extension you are going to install on your website...
Jump to post- Mon Feb 13, 2023 12:52 pm
- Replies 5
- Views 570
Re: Membership / Subscription module
You can mail us at sehajkaur.multimedia@gmail.com we will let you know the best solution for this
Jump to post- Mon Feb 13, 2023 11:52 am
- Replies 5
- Views 959
Re: Missing 'Extensions Modules' Page
You can check the error log present on “System → Maintenance → Error Logs” to know what went wrong.
OpenCart store all the error in the log and it will use to resolve the issue that came into the website.
- Wed Feb 08, 2023 12:42 pm
- Replies 3
- Views 604
Re: Membership / Subscription module
For this you need to have customisations in module from developer to make it work like you want
Jump to post- Mon Feb 06, 2023 12:19 pm
- Replies 5
- Views 959
Re: Store language - where is it stored?
get the current language from the session $this->session->data['language'] from the database get the list of languages $this->config->get('config_language') or just print the current language code echo $this->language->get('code') You can use all these codes to get the language of the OpenCart Store
Jump to post- Fri Feb 03, 2023 12:25 pm
- Replies 2
- Views 349