Search found 16 matches

Page 1 of 1

Search found 16 matches

Re: OC 3.0.3.2 Frontend does not show prices incl. TAX/VAT after clear web browser cache

Similar issues can be solved if your price in the product page is not showing tax

if you change the settings > shop > calculate tax based on shipping address instead of payment adress

for future use

Jump to post
  • Thu Jan 28, 2021 10:56 pm
  • Replies 14
  • Views 4011
Re: Greeklish

Ξεκίνησα να το φτιάξω για πλάκα και βγήκε αυτό O0

https://www.opencart.com/index.php?rout ... ember=stou

Jump to post
  • Thu Jan 14, 2021 8:00 am
  • Replies 2
  • Views 1298
Re: Help: How to put the attribute SameSite "none" in cookies. ? OP 3.0.3

Solved, for me too! For PHP 7.3, try. In catalog/controller/startup/session.php change. setcookie($this->config->get('session_name'), $this->session->getId(), ini_get('session.cookie_lifetime'), ini_get('session.cookie_path'), ini_get('session.cookie_domain')); To. setcookie($this->config->get('sess...

Jump to post
  • Thu Nov 05, 2020 2:11 am
  • Replies 30
  • Views 14694
Re: Get order_id in success controller after Paypal Standard payment

OMG! Dude you rock!! Thank you I would never find this and took me almost a day of chasing this thing. thanks a lot. Two things to check. PayPal does not always automatically return the customer to your site. It doesn't need to as the confirmation is sent in a IPN directly (i.e. not via the customer...

Jump to post
  • Fri Sep 04, 2020 5:24 pm
  • Replies 3
  • Views 578
[SOLVED] Get order_id in success controller after Paypal Standard payment

Hi all, How can i do this? I need this for Analytics tracking. My code works fine except when someone pays via PP standard. Then I can't get the order_id in success controller. Im pretty sure that somehow its gets back, because it needs to "close" the order. OC 2.1.0.1 / Journal Thanks in ...

Jump to post
  • Fri Sep 04, 2020 3:30 am
  • Replies 3
  • Views 578
Re: Recommended and best robots.txt file for opencart 3.x

This is my setup User-agent: * Disallow: /*&limit Disallow: /*?sort Disallow: /*&sort Disallow: /*?route=checkout/ Disallow: /*?route=account/ Disallow: /*?route=product/search User-agent: SemrushBot Disallow: / User-agent: DotBot Disallow: / User-agent: MauiBot Disallow: / User-agent: Ahref...

Jump to post
  • Mon Jun 22, 2020 4:27 pm
  • Replies 12
  • Views 18477
Re: Image File Upload For Large Files

Hi all, I have made this module which uses WeTransfer api. https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=37213 It is very easy to use and works keeping your clients and server happy. All uploads handle by WeTransfer which means that now you can upload files up ...

Jump to post
  • Mon Nov 25, 2019 9:38 pm
  • Replies 4
  • Views 640
Re: Need refresh all the time OC 3.0.2.0

I had the exact same problem, i crashed my head why was this happen recently I ve made a server level tweek about Leverage browser caching but it seems to make opencart buggy Leverage browser caching is obvioulsy a good thing and every speed test tool asks for it but probably something is wrong with...

Jump to post
  • Sun Nov 03, 2019 12:11 am
  • Replies 6
  • Views 4204
Re: Warning: unlink(../system/storage/cache/cache.catalog.language.xxx): Permission denied in \system\library\cache\file

Can you please explain a little bit more about this matter. What is the proper version to download for new installations? 3.0.3.2 which I downloaded 10 days before still has the bug inside Thanks for your help in the forum, always precise in your answers Thanks , it is 2019 why isn't that typo still...

Jump to post
  • Thu Jul 25, 2019 7:02 pm
  • Replies 18
  • Views 29255
Re: Auto complete in admin

Daniel wrote:
Mon Mar 25, 2013 2:06 am
are you trying to answer a problem with a poem?
I think this is the best comment in the whole opencart forum! :laugh:

Jump to post
  • Fri Jul 05, 2019 1:46 am
  • Replies 13
  • Views 16353
Re: State/Region preselected on checkout page

Do we have an update on this for OC3? catalog/view/theme/journal3/template/journal3/checkout/address.twig the twig code for journal3 goes like this: <div class="form-group required address-zone"> <label class="control-label" for="input-{{ type }}-zone">{{ entry_zone }}<...

Jump to post
  • Thu Jun 06, 2019 8:15 pm
  • Replies 7
  • Views 3954
Re: State/Region preselected on checkout page

Thanks @IP_CAM

For Journal2 same lines on
catalog/view/theme/journal2/template/journal2/checkout/address_form.tpl

Jump to post
  • Wed May 08, 2019 5:16 pm
  • Replies 7
  • Views 3954
Re: Lock site until user login

Thanks for that Ernie! Or then, use something like this, it's only 20 bucks ! :D only logged Vqmod is required to use this extension This extension blocks all customers that are not logged.They can see only register,login and success page after login. When he will try to access to other page and he ...

Jump to post
  • Tue Mar 05, 2019 6:33 pm
  • Replies 7
  • Views 3971
Re: what is the best file .htaccess for opencart 2.3.0.2

<FilesMatch robots\.txt>
Allow from all
</FilesMatch>

Jump to post
  • Wed Dec 12, 2018 4:24 pm
  • Replies 23
  • Views 24546
Re: Admin SSL causing trouble, communicating to non SSL content

solution

around line 850:

Code: Select all

//$data['store_url'] = $order_info['store_url'];
if ($order_info['store_id'] == 0) {
   $data['store_url'] = $this->request->server['HTTPS'] ? HTTPS_CATALOG : HTTP_CATALOG;
} else {
   $data['store_url'] = $order_info['store_url'];
}

Jump to post
  • Wed Jul 11, 2018 7:40 pm
  • Replies 19
  • Views 4570
Re: Opencart 2.3.0.2 and images on sub-domain.

So, is there anyone kind enough here to tell me how to do host images for OC-2.3.0.2 on a sub-domain, since what worked for 1.5.x is not working in 2.3.0.2. P.S.: IP_cam: Please do not point me to this thread, it does not work for 2.3.0.2: http://devs.mx/topic/388-increase-page-load-performance-by-...

Jump to post
  • Fri Sep 22, 2017 2:07 am
  • Replies 7
  • Views 3166

Page 1 of 1

Search found 16 matches