Search found 18 matches

Page 1 of 1

Search found 18 matches

Re: Order update email - notification sent to admin

We get the notification to our admin email aswell.. There's an extension that does this, and sometimes people change their core files to do it. This isn't default behaviour, so you have added this feature yourself. You'll now need to reverse it if you don't want it anymore. Thank you! In that case ...

Jump to post
  • Tue Nov 22, 2022 2:46 pm
  • Replies 3
  • Views 450
Order update email - notification sent to admin

When updateing customer order to new status and checking the "notify customer" box. We get the notification to our admin email aswell.. how to turn this off? We dont need to get email when we set status to "sent" and so on. We have unchecked all the alert boxes in settings - emai...

Jump to post
  • Fri Nov 18, 2022 8:31 pm
  • Replies 3
  • Views 450
One page checkout problem - OC 3038 (AJAX Quick Checkout PRO)

We are just about to relaunch our webshop with opencart. But I have an issue with the checkout that is a bit urgent and maybe someone could help med. We have tried the free version of AJAX Quick Checkout and liked it. So we bought the PRO version with a bit more flexibility. But for some reson, the ...

Jump to post
  • Fri Oct 21, 2022 3:16 pm
  • Replies 1
  • Views 2825
[SOLVED] Free/Flat shipping mod bug - OC 3038

I have free shipping and flat rate active. Free shipping set to "320 kr" gives free shipping available if items in cart is 320kr+80kr(VAT 25%) order total 400kr No problem there. But I have a MOD to hide the flat rate option if free shipping is available. However, if the cart items is abov...

Jump to post
  • Fri Oct 07, 2022 2:29 pm
  • Replies 4
  • Views 1472
Re: frustrating using OCMOD search on multi line code OC3038

Thank you guys, think I have a much better understanding of this now :) The OCMOD docs does not go into details about index, redex, offset If a search is not unique, use the search 'index' attribute: <operation> <search index="1"><![CDATA[<div class="btn-group">]]></search> <add ...

Jump to post
  • Fri Oct 07, 2022 2:14 pm
  • Replies 9
  • Views 4572
Re: frustrating using OCMOD search on multi line code OC3038

Try offset: <file path="catalog/view/theme/default/template/product/product.twig"> <operation> <search><![CDATA[<div class="btn-group">]]></search> <add position="replace" offset="3"><![CDATA[<!-- lines removed -->]]></add> </operation> </file> Find the searc...

Jump to post
  • Wed Oct 05, 2022 6:21 pm
  • Replies 9
  • Views 4572
frustrating using OCMOD search on multi line code OC3038

I am trying to make mainly frontend design changes to our new site. I like the idé of OCMOD but the search function is crap :( or I am bad at using this. I am really tempted to start editing the core files at this point as it would be so much easier :P The main problem is the search system of OCMOD....

Jump to post
  • Wed Oct 05, 2022 4:27 pm
  • Replies 9
  • Views 4572
Re: Ajax Quick Checkout - not translating correct (OC 3.0.3.8)

Yes I have. As seen in your picture, "shipping method" "cart" an so on is not translated for you ether. Work just fine from language files.... That is weird. Absolutely nothing happens for me after editing language files. And the developer also pointed me to the database for edi...

Jump to post
  • Mon Sep 26, 2022 7:33 pm
  • Replies 7
  • Views 1117
Re: Ajax Quick Checkout - not translating correct (OC 3.0.3.8)

You have translated everything from? catalog\language\en-gb\extension\d_quickcheckout Yes I have. As seen in your picture, "shipping method" "cart" an so on is not translated for you ether. But I got a reply from the Dev. support now. The translations lands in the database files...

Jump to post
  • Mon Sep 26, 2022 4:11 pm
  • Replies 7
  • Views 1117
Re: Ajax Quick Checkout - not translating correct (OC 3.0.3.8)

For now, I figured out a work around.
Added custom CSS ".ve-card__header{display: none;}"
As the problem with wrong translating only was on the headers, and the headers are not needed for the checkout to look good.

But it still would be good the know what is wrong here.

Jump to post
  • Fri Sep 23, 2022 3:21 pm
  • Replies 7
  • Views 1117
Re: Ajax Quick Checkout - not translating correct (OC 3.0.3.8)

xxvirusxx wrote:
Thu Sep 22, 2022 10:17 pm
Module settings...
I am sorry, but that did not help me at all. What do you mean?
Inside the module itself.. what they call visual editor, there is nothing for language in settings

Jump to post
  • Fri Sep 23, 2022 3:06 pm
  • Replies 7
  • Views 1117
Ajax Quick Checkout - not translating correct (OC 3.0.3.8)

I am trying out the popular extension from Dreamvention, Ajax Quick Checkout. The free light version. Everything is working good, except translating to Swedish. I found the language files on the server after installation and copied them to my Swedish folder and made the changes to Swedish - nothing....

Jump to post
  • Thu Sep 22, 2022 9:22 pm
  • Replies 7
  • Views 1117
Re: How to edit theme files(twig) for backend admin pages? OC 3.0.3.8

I have just installed an OC 3.0.3.8 and used the Design > theme edit function for editing the twig files. This seems to be a good way to edit the site as its easy to restore and so on. It's actually a very very bad way to make changes for various reasons such as it would prevent all extensions work...

Jump to post
  • Thu Sep 22, 2022 9:08 pm
  • Replies 3
  • Views 501
How to edit theme files(twig) for backend admin pages? OC 3.0.3.8

I have just installed an OC 3.0.3.8 and used the Design > theme edit function for editing the twig files. This seems to be a good way to edit the site as its easy to restore and so on. But I don't seem to have access to the theme for the backend admin pages? I can see there is twig files for this on...

Jump to post
  • Wed Sep 21, 2022 2:59 pm
  • Replies 3
  • Views 501
Re: Start page not loading correct - stock OC 3.0.3.8

I guess i solved it. I change the config files to only call for https. Both define('HTTP_SERVER', define('HTTPS_SERVER', set to https urls. I dont think I would want to run a mixed site any ways, all urls should go under SSL Maybe this is a "bad" way of doing it but i works I did not edit ...

Jump to post
  • Tue Sep 20, 2022 10:02 pm
  • Replies 5
  • Views 1538
Re: Start page not loading correct - stock OC 3.0.3.8

You need to edit your config.php files to make all the URLs use https. Then redirect http to https in htaccess. Search this forum, there are a lot of examples. This info sent me in the right track. But it this problem I am having is only in Chrome browser, not Firefox for ex. It looks like in is on...

Jump to post
  • Tue Sep 20, 2022 8:06 pm
  • Replies 5
  • Views 1538
Start page not loading correct - stock OC 3.0.3.8

I´ve been searching for the fix on this for some time now, found some posts about the same issue but really no solution. I have a new installed OC 3.0.3.8 (only added Swedish language pack, but issue was prior to this) The start page is not rendered correctly. Its like no CSS is used. But as soon yo...

Jump to post
  • Mon Sep 19, 2022 9:41 pm
  • Replies 5
  • Views 1538

Page 1 of 1

Search found 18 matches