Search found 1479 matches

Search found 1479 matches

Re: Events - the way how OpenCart files should be modified

Here is an updated extension for basic quotations request.
It is based on an event and will install as a module that you can install / uninstall from extensions / modules / MW OC Quotes Button.
Example code in relation to this thread.

Jump to post
  • Wed May 04, 2022 10:22 pm
  • Replies 55
  • Views 17377
Re: edit erased

Here is an updated extension for basic quotations request. It is based on an event and will install as a module that you can install / uninstall from extensions / modules / MW OC Quotes Button. It is different from the initial extension I posted here and you should not have a problem installing it t...

Jump to post
  • Wed May 04, 2022 10:18 pm
  • Replies 24
  • Views 7169
Re: [LEGAL] EC Court Decision about "Buy Button" (and how to name it)

The arguments are void by the correct terms and conditions. The contract is stated in the terms and conditions of using and purchasing on a site. If those terms and conditions are stated correctly and you agree to them they are legally binding and override any other argument. EU law is often faulty ...

Jump to post
  • Wed May 04, 2022 9:54 am
  • Replies 12
  • Views 296392
Re: opencart 3.0.3.8 error in module google recaptcha

Code: Select all

$data['route'] = $this->request->get['route'] ?? '';

Jump to post
  • Mon May 02, 2022 6:51 am
  • Replies 4
  • Views 610
Re: Help!!! Can't receive email of new orders

I forgot an detail, I always close the Paypal window, because I just want to test it. So will it send email if the customer don't pay the order? The customer just click "confirm order", and jump to Paypal, but he didn't pay the order, will OC send email in such a situation? I tested COD p...

Jump to post
  • Sun May 01, 2022 11:15 pm
  • Replies 9
  • Views 1624
Re: CSS info for Opencart

My personal opinion is the css for oc themes is a nightmare. css stylesheet interacting with bootstrap on the same elements. Those that claim its all easy and no problem css. just claim that others of us are useless with css if we see a problem :-) Like I say personal opinion and I'm not really a we...

Jump to post
  • Sat Apr 30, 2022 10:12 pm
  • Replies 11
  • Views 1180
Re: Is Opencart-Support.com legit or scam?

Yes, but original website also for support is this https://deawid.com/ I saw some "partners" in the footer..but I don't know :laugh: That is correct They have different websites but essentially the same extensions. The link you give is the MAIN site for this developer. There is not much w...

Jump to post
  • Sat Apr 30, 2022 10:03 pm
  • Replies 22
  • Views 2388
Re: Is Opencart-Support.com legit or scam?

xxvirusxx wrote:
Sat Apr 30, 2022 4:27 pm
Yes. because is a nulled one
Original extension, but I don't recommend that developer.
https://www.opencart.com/index.php?rout ... n_id=20834
?
It is the same extension from the same developer.

Jump to post
  • Sat Apr 30, 2022 9:37 pm
  • Replies 22
  • Views 2388
Re: [SOLVED] Backend filters

Click this in your post

Jump to post
  • Sat Apr 30, 2022 7:20 am
  • Replies 15
  • Views 639
Re: Can I ocmod a tpl file?

After the modification the modified tpl is placed in the modifications folder only. But not that folder you have listed, my modification folder is in a directory outside of the public_html directory. And no extension I have was placed back in the original folder. well where your mod folder is. So y...

Jump to post
  • Sat Apr 30, 2022 7:14 am
  • Replies 16
  • Views 1063
Re: Can I ocmod a tpl file?

3x uses twig - if you have an EXTENSION that has added the tpl then maybe its in a different location Like the modification folder Has your extension placed the files in the original folder OR only in the MODIFICATIONS folder. Do you see the file here catalog/view/theme/default/template/product/EXTE...

Jump to post
  • Sat Apr 30, 2022 3:00 am
  • Replies 16
  • Views 1063
Re: Can I ocmod a tpl file?

There are no .tpl files in 3.0.3.8 what are you doing.
You have been told already.
NO OCMod is going to find ANYTHING with a tpl extension.
What is this extension you speak of

Jump to post
  • Sat Apr 30, 2022 12:08 am
  • Replies 16
  • Views 1063
Re: Is Opencart-Support.com legit or scam?

Well I just bumped into this extension by accident. Its not a scam in any way. It is actually pretty usable on a basic level. The developer is utterly useless when it comes to any support / issues That's how I come across it, I got asked to help someone adapt it to their needs and fix some issues. W...

Jump to post
  • Fri Apr 29, 2022 8:06 pm
  • Replies 22
  • Views 2388
Re: Default Email template is not working properly

You can try this Find system/library/template/twig/lexer.php line 162 if (isset($this->positions[2][$this->position][0]) ) { $text = rtrim($text); Change to if (isset($this->positions[2][$this->position][0]) && ($this->options['whitespace_trim'] === $this->positions[2][$this->position][0])) ...

Jump to post
  • Thu Apr 28, 2022 11:16 pm
  • Replies 8
  • Views 523
Re: Backend filters

Well those middle links are links to sub categories they are not filters. The menu to the right is filters so you need to make sure you have the correct category/subcatagory and the correct filters set up in the product. The gloves appear from the middle menu because they are in the sub category wel...

Jump to post
  • Wed Apr 27, 2022 7:17 am
  • Replies 15
  • Views 639
Re: Not sure how to install this module

So is it a secret module or something.
Knowing which extension it is might get you more help.

Jump to post
  • Tue Apr 26, 2022 1:37 am
  • Replies 15
  • Views 1175
Re: Backend filters

You are filtering Hand-Protection /Welders-Gloves - filter 22 ALSO Hand protection - filter 22 The missing pair of sheepskin TIG welders gloves is not in https://www.toolmasters.ca/Safety-Products/Hand-Protection/Welders-Gloves?filter=22 but IS IN https://www.toolmasters.ca/Safety-Products/Hand-Prot...

Jump to post
  • Mon Apr 25, 2022 10:46 pm
  • Replies 15
  • Views 639
Re: How do I fix "Warning: You do not have permission to access the API!" 3.0.3.8

If you FTP into your site you will see a folder called public_html or something like that. That is where your website lives. In the directory above public_html in ftp it will look like, a folder with a forward slash with no name. Double click that and you should see folders called htdocs/public_html...

Jump to post
  • Fri Apr 22, 2022 7:37 am
  • Replies 22
  • Views 2111
Re: OC 3.0.2.0 How to sent orders in separate mail?

I think so Go to admin store settings MAIL TAB Go to the bottom and you will see send ADDITIONAL ALERT MAIL Add the address you want there. Then UNCHECK the alert mail you do NOT want. Where is the MAIL TAB? I only see MAIL in Marketing but it's not that. System > Settings > Store > mail tab

Jump to post
  • Thu Apr 21, 2022 9:43 pm
  • Replies 12
  • Views 614

Search found 1479 matches