Re: Ajax Quickcheckout free - scroll problem
no one?
Jump to post- Fri Sep 15, 2023 12:52 pm
- Replies 3
- Views 492
Ajax Quickcheckout free - scroll problem
Hi, I am using ajax quickcheckout free version and i have an issue with AJAX. When i fill the form ( name , phone , address ), at the checkout step SOMETIMES its scroll up. I have try to find the issue but i can't. I also contact the support and i am waiting. Is anybody can help me, guide me or quot...
Jump to post- Fri Sep 15, 2023 3:09 am
- Replies 3
- Views 492
Re: Stop generate layouts automatically when i create multi-store
Yes, i know its a challenging task. I am working for this task the last 4 years and i have invest lot of money to happen this. That it was my last issue before start mass production. I have establish to make my open cart multistore store to react like a way you create a simple product. I have multis...
Jump to post- Sat Aug 19, 2023 5:06 pm
- Replies 6
- Views 875
Re: Stop generate layouts automatically when i create multi-store
Thanks a lot my friend. I will explain you. Maybe I need to add it also on Opencart bugs. Just to know i am front end developer and i have developed lot of opencart themes, so i can say that this feedback is coming from an advanced users. I have already 30 stores in the opencart. All the stores got ...
Jump to post- Sat Aug 19, 2023 1:16 pm
- Replies 6
- Views 875
Re: Stop generate layouts automatically when i create multi-store
anybody?
Jump to post- Sat Aug 19, 2023 2:55 am
- Replies 6
- Views 875
Stop generate layouts automatically when i create multi-store
Hi All I'm currently facing a rather frustrating issue with layouts in Opencart, particularly in the context of managing multiple stores for SEO purposes. Whenever I save my multistore settings, Opencart seems to automatically generate the default layouts for me. While I understand the convenience t...
Jump to post- Fri Aug 18, 2023 7:21 pm
- Replies 6
- Views 875
Re: Opencart 3 filter autocomplete (AJAX)
I found and i wrote a code and is working. Because is not existing on Opencart 3 i will share it with you. Need to change this, on that directory catalog/view/theme/ YOUR THEME /template/extension/module/filter.twig <script type="text/javascript"> $(document).ready(function() { $('#button-...
Jump to post- Sun Jan 29, 2023 12:55 am
- Replies 1
- Views 465
Opencart 3 filter autocomplete (AJAX)
Hi I need to autocomplete the filters on Opencart 3. I am 100% sure that i need to change that code on the file filter.twig of my template I found some code for opencart 2 but not working for 3 HERE THE ORIGINAL OPENCART 3 CODE <script type="text/javascript"><!-- $('#button-filter').on('cl...
Jump to post- Sun Jan 29, 2023 12:37 am
- Replies 1
- Views 465
Problem with category_to_store table. Don't showing all categories
Hi I have an opencart with lot of multistores. What i discover, if a category is not assign to any store, then it disappear from my BackOffice (www.example.com/admin/) , but the category is still in the opencart database. I have try to manual assign the category to the category_to_store_table and no...
Jump to post- Sun Dec 04, 2022 2:07 am
- Replies 3
- Views 2291
Re: Opencart multistore one domain checkout
Hi I would like to know if is possible through multistore to have different domains and have same session or same domain checkout domain1.com domain2.com -- to checkout the domain1.com domain3.com -- to checkout the domain1.com I don't see an advantage. Multi-store uses the same checkout modules, p...
Jump to post- Mon Mar 08, 2021 11:18 pm
- Replies 5
- Views 532
Opencart multistore one domain checkout
Hi
I would like to know if is possible through multistore to have different domains and have same session or same domain checkout
domain1.com
domain2.com -- to checkout the domain1.com
domain3.com -- to checkout the domain1.com
- Mon Mar 08, 2021 1:31 am
- Replies 5
- Views 532
Re: Get customfield in the admin area
so can you give me an example please?
Jump to post- Fri Sep 14, 2018 8:58 pm
- Replies 3
- Views 420
Get customfield in the admin area
OC Version: 3.0.2.0 Theme: default Hi I am trying to do something like the below in the admin dashboard but unfortunately is not working. I want to print the custom field number --> Customers --> Customers. Until now I done This one is working fine {% if email %}{{ email }}{% endif %} for email This...
Jump to post- Fri Sep 14, 2018 5:19 pm
- Replies 3
- Views 420
Summernote add plugins
OC Version: 3.0.2.0
Theme: default
Extension/Mods: summernote
Hi
I would like to add plugins in summernote editor. For example i want to add this
https://github.com/cocaux/summernote-accordion
Where can i find opencart summernote files?
- Mon Sep 10, 2018 1:59 am
- Replies 2
- Views 560
Problem with form loading - Opencart 3.0.2.0
Hi I have created a vqmod plugin where adds a form in the administrator-->customers-->customers-->edit a customer. Example of the source code & inspect Form is the attachmentt. If I look to the source code i can see my form there. If i inspect element is not there. It's look like the opencart by...
Jump to post- Fri Sep 07, 2018 9:06 pm
- Replies 1
- Views 352
Re: insert database custom fields code problem - Opencart 3
now i have change the code to this. if working fine but else if is not working public function assignaccount() { if(isset($this->request->get['login'])){ $data['email'] = $this->customer->getEmail(); $this->load->model('account/customer'); $customer_info = $this->model_account_customer->getCustomerB...
Jump to post- Fri Sep 07, 2018 3:41 pm
- Replies 4
- Views 1709
Re: insert database custom fields code problem - Opencart 3
As a new forum user, please read the forum rules. No OC version posted, unelaborated request. Dumped codes. Thanks for your answer. If i am not wrong you mentioned me yesterday the same about OC version. So we need to write the exact version and not only Opencart 3? My opencart Version is 3.0.2.0 C...
Jump to post- Fri Sep 07, 2018 4:32 am
- Replies 4
- Views 1709
insert database custom fields code problem - Opencart 3
Hi I have created the following code (CODE1) which is working very good and save my custom field. Unfortunately my other code (CODE2) which doing the same thing is not working. Do you have any idea what is going wrong? CODE 1 public function assignaccount() { if(isset($this->request->get['login'])){...
Jump to post- Fri Sep 07, 2018 3:49 am
- Replies 4
- Views 1709
Re: Don't load vqmod in specific Customer Groups Opencart 3
Especially I need to get customer group id to edit.twig (edit account) . Can you please me in what files i need to edit so to be able to call customergroupid?
Jump to post- Wed Sep 05, 2018 8:31 pm
- Replies 2
- Views 398
Don't load vqmod in specific Customer Groups Opencart 3
Hi
Firstly I have 2 customer groups.
I have created a vqmod plugin. I would like to load it only if the customer group of my user is the 1. Is that possible?
- Wed Sep 05, 2018 8:17 pm
- Replies 2
- Views 398