Search found 745 matches

Search found 745 matches

Re: Weight Based Shipping not working when Free Shipping is enabled and triggered

So for Austria I have: 999:23.13 I believe this means £23.13 would be charged for all weights up to and including 999kg, is that correct? The products on the store are below 2kg each. Make sure you have set the default weight unit is KG in the store setting. For example, if the default weight is un...

Jump to post
  • Wed Mar 25, 2020 6:51 pm
  • Replies 11
  • Views 2646
Re: Weight Based Shipping not working when Free Shipping is enabled and triggered

- If I place an order for a large amount, Foreign delivery address, I see the "No Shipping options are available" message. As it works for a small amount but a larger amount not. It seems to be an issue of weight ranges you defined in the weight-based shipping. Weight-based shipping does ...

Jump to post
  • Wed Mar 25, 2020 2:55 pm
  • Replies 11
  • Views 2646
Re: Multiple items not multiplying weight

I was thinking a case where the customer had changed the product quantity on the checkout page, and shipping cost did not reflect the new quantity changes. In fact, I got a similar case that happened in the one page/quick checkout module that fails to reflect updated shipping costs sometimes. As you...

Jump to post
  • Tue Mar 17, 2020 9:46 pm
  • Replies 5
  • Views 516
Re: Multiple items not multiplying weight

This issue can be related to the Shipping module, Checkout module. You have not mentioned which shipping and checkout module you are using.

Jump to post
  • Tue Mar 17, 2020 3:26 pm
  • Replies 5
  • Views 516
Re: Issue about Undefined variable:

You are reassigning the `$data` array that is causing the issue. else { $data['report_id'] = ''; $data = array( 'sort' => 'r.sort_order', 'order' => 'DESC', 'start' => ($page - 1) * $this->config->get('config_catalog_limit'), 'limit' => $this->config->get('config_catalog_limit') );

Jump to post
  • Fri Mar 13, 2020 11:39 pm
  • Replies 2
  • Views 395
Re: CA Certificate

Installing certificates is not related to opencart actually. Once you configured your SSL properly, then it comes to opencart configuration. First, make sure you have configured SSL on your server correctly. You can use this tool https://www.sslshopper.com/ssl-checker.html to know the SSL status of ...

Jump to post
  • Fri Mar 13, 2020 2:24 pm
  • Replies 2
  • Views 480
Re: "error undefined" in admin / SSL issue

'Error undefined' is a vague term. First, find out the actual error message by inspecting ajax response. Here the steps: 1. Open the Chrome developer tool -> Network tab, 2. Now do the action that triggers the error 3. Check the ajax response to get the actual error message. If you find the response...

Jump to post
  • Mon Feb 24, 2020 4:21 pm
  • Replies 5
  • Views 631
Re: Recurring Order of Entire Cart

Are you familiar with OC built-in recurring system? You can assign a recurring profile to all products as you need recurring payment for all products. Though it does not work exactly the same as you described but it will serve the purpose. If it is a not suitable solution for you, searching similar ...

Jump to post
  • Sun Feb 23, 2020 4:30 pm
  • Replies 2
  • Views 404
Re: submit to text_comment field

No matter how many fields you want to add, the flow of sending it to the server and store them in DB is the same. If you don't have programming knowledge, it will be a little difficult.

Jump to post
  • Sat Feb 22, 2020 8:26 pm
  • Replies 5
  • Views 399
Re: Can Custom Fields be "Required" only on Frontend?

You have to modify admin/controller/customer/customer.php and method is name validateForm You can remove custom field validation parts i.e. starting from the line $this->load->model('customer/custom_field'); till the line if ($this->request->post['password'] || (!isset($this->request->get['customer_...

Jump to post
  • Sat Feb 22, 2020 8:21 pm
  • Replies 1
  • Views 566
Re: PayPal Commerce Platform

Which payment module you are trying to use? Payment Standard or PayPal pro or PayPal express? You have to provide more information if you want to get help.

Jump to post
  • Sat Feb 22, 2020 8:10 pm
  • Replies 7
  • Views 1963
Re: submit to text_comment field

Adding the html input this way won't work. If you are okay with paid solution, you can check my module to place any form in the description https://www.opencart.com/index.php?rout ... n_id=23081

Jump to post
  • Sat Feb 22, 2020 8:00 pm
  • Replies 5
  • Views 399
Re: Google reCaptcha + custom form

That piece of code was intended to use in client-side, i.e. you have to use it in javascript validation.

Jump to post
  • Mon Feb 17, 2020 12:40 am
  • Replies 17
  • Views 4663
Re: Google reCaptcha + custom form

You must validate the captcha on the server-side. However, you can on the client-side to check if the captcha was validated successfully. Here is the example code

Code: Select all

if (grecaptcha.getResponse() === "") {
   // NOT OKAY - stop summitting 
} else {
   // OKAY
}

Jump to post
  • Sun Feb 16, 2020 12:40 am
  • Replies 17
  • Views 4663
Re: absolutes path in config.php file on localhost

It should not be a problem. Images URL should be changed automatically when you changed you HTTP_SERVER in both admin and catalog config file.

Are you using a cache module? Try removing all kinds of caches.
I just tested on my localhost and image URLs were correct.

Jump to post
  • Thu Feb 13, 2020 3:42 pm
  • Replies 4
  • Views 81337
Re: absolutes path in config.php file on localhost

It appears you want to access the site from the local network. You can simply replace the hostname `localhost` with your local IP e.g. 192.168.x.x in both config files. The absolute path should not be an issue. You have to access the store using IP e.g. http://192.168.x.x(:port)

Jump to post
  • Wed Feb 12, 2020 10:00 pm
  • Replies 4
  • Views 81337
Re: VQMod file checked.cache - can someone explain what it is or if needed?

I've seen hundreds --- if not thousands --- of installations that use vQmod with no speed impact. Typically it only becomes an issue if someone is installing dozens of vQmod extensions, and even then, it depends on your server. Clearing the checked.cache file manually is something to keep in mind i...

Jump to post
  • Mon Feb 10, 2020 5:00 am
  • Replies 11
  • Views 2110
Re: Problem when refresh on Chrome

Clicked the address bar and hit the `Return` button. It stayed on the same page to me.

Jump to post
  • Sun Feb 09, 2020 2:35 pm
  • Replies 5
  • Views 749
Re: (add to cart, add to wish list, compare) buttons suddenly stopped working.

First, try without minimizing js files
If it does not fix, disable the module you use for the countdown

Jump to post
  • Sun Feb 09, 2020 12:12 am
  • Replies 6
  • Views 1313

Search found 745 matches