Search found 27 matches

Search found 27 matches

Re: Is OpenCart 4 supposed to be production ready or not? (May 2023)

I'm in the same boat. Installed v4.x, bought extensions and then realized that it wasn't suitable for a live site.
It would be great with a "latest stable version" link

Jump to post
  • Mon Jun 05, 2023 6:10 am
  • Replies 10
  • Views 3455
Compare cart total doesn't update

When you hit "add to cart" from the compare page, then you will need to refresh the page to see the new cart total.

My site is oc 4.0.1.1 on php 8.1
It also happens on the opencart.com demo

Jump to post
  • Wed Apr 19, 2023 10:01 pm
  • Replies 3
  • Views 1014
Re: [SOLVED] Admin, Add or Edit Order - Unexpected end of input

I can see it's old and known issue, but I just got same issue. I read thru the topic and nothing worked, I assure you that the issue developed on its own. I own the server and I haven't made any changes, I don't use auto-updates on my Apache or phpmyadmin or anything. I haven't touched it for month...

Jump to post
  • Wed Nov 02, 2022 1:28 am
  • Replies 91
  • Views 93093
Different pagination url in categories vs subcategories

I just noticed this in my shop on OC 2.0.11 and Journal theme Category urls: http://www.domain.com/categoryname http://www.domain.com/categoryname?page=2 http://www.domain.com/categoryname?page=3 Subcategory urls: http://www.domain.com/subcategoryname http://www.domain.com/subcategoryname#/sort=p.so...

Jump to post
  • Mon Jun 05, 2017 10:03 pm
  • Replies 0
  • Views 420
Re: Problem with total calculation and rounded prices

Most of us display the price to our customers with 2 decimals, so why work with 4 decimals in the database?
The price field in the oc_product and oc_product_discount has 4 decimals. I haven't done it yet, but I think it will fix the problem if we changed that to 2.

Jump to post
  • Tue Apr 26, 2016 11:32 pm
  • Replies 39
  • Views 35473
Re: Popup Image Sizes on Extension Page are Way Small

In many of the extensions the images are useless. Who want to buy an extension if you can't see exactly how it's working.
The small picture sizes have been mentioned several times and it can't be that hard to fix. This is ridiculous!

Jump to post
  • Tue Dec 29, 2015 9:47 pm
  • Replies 14
  • Views 6744
Re: Calculating Shipping From Multi Vendor on the Fly?

That looks like an amazing shipping module. One question.. Many suppliers have a minimum fee if your order don't reach their minimum requirement. ie, if their minimum order requirement is $50 and I only order for $35, they will add a $3 order fee. Is this something Ultimate shipping can handle as it...

Jump to post
  • Thu Nov 12, 2015 7:23 am
  • Replies 10
  • Views 9467
Missing template file

Just want to point out that the not_found.tpl template which is called here in pp_express.php does not exist. if (file_exists(DIR_TEMPLATE . $this->config->get('config_template') . '/template/payment/not_found.tpl')) { $this->response->setOutput($this->load->view($this->config->get('config_template'...

Jump to post
  • Fri Apr 10, 2015 12:18 am
  • Replies 3
  • Views 1230
[Done] Separate Page With Latest Products

I'm sending a latest product email to my customers through aweber. What I need is a php page with the x amount of latest products, so I can open it in my browser, copy the source code and enter it as the aweber message. The amount of products shown should called by the url like http://www.mystore.co...

Jump to post
  • Mon Mar 23, 2015 10:53 pm
  • Replies 1
  • Views 633
How do I add model number to category listing?

I tried the solution for oc 1.5 which is adding 'model' => $result['model'], to catalog/controller/product/category.php and adding <?php echo $product['model']; ?> to the template. I'm still getting "Undefined index: model", so there must be somewhere else to define the model variable. Any...

Jump to post
  • Sat Mar 21, 2015 9:21 pm
  • Replies 0
  • Views 236
[DONE] Need tax exempt by customer mod

I know this can be done by adding a new customer group for the tax exempt customers. However, that would require us to enter all product specials as well as the product quantity discounts twice. One for each group. I really want to avoid that. I would like to use the "safe" customer settin...

Jump to post
  • Fri Mar 20, 2015 2:58 am
  • Replies 0
  • Views 348
Where can I disable tax based on customer (in the code)

I need to make some of my customers tax exempt. I was thinking about using the "safe" setting by renaming it to "Tax Exempt" and then make a query in the code to whether it's set to yes or no. If yes = don't calculate tax. I'm looking at this code in tax.php as it seems to be whe...

Jump to post
  • Thu Mar 19, 2015 8:04 am
  • Replies 0
  • Views 260
Re: Opencart 2 not sending shipping address to paypal standa

Same problem here with 2.0.1.1 and paypal standard.
There is 0 protection from Paypal without a shipping address. This is a big deal!

Did anyone find a solution?

Jump to post
  • Tue Mar 17, 2015 8:09 am
  • Replies 33
  • Views 27235
Re: error_customer in edit order

Ok, i'm moving to OC from Oscommerce and it turns out that the error is caused by a mod which will make it possible for my old customers to login in my OC store with their imported OSC login info. I guess the order edit is using the same function. Here is the mod I found on these forums. I modified ...

Jump to post
  • Sat Mar 14, 2015 5:49 am
  • Replies 2
  • Views 883
error_customer in edit order

I'm getting this error when I go into any order (placed from the front end) and hit the continue button, or if I try to create a new order from admin.

Any ideas?


Image

Jump to post
  • Sat Mar 14, 2015 12:45 am
  • Replies 2
  • Views 883
Re: Partial Search in Model (product code)

Thank you!!
This also works in opencart 2.0. I am using 2.0.1.1.
Just throwing that in here in case someone else is searching for a solution to get search results from a partial model number search

Jump to post
  • Wed Feb 25, 2015 1:32 am
  • Replies 3
  • Views 1567
Re: Popup Image Sizes on Extension Page are Way Small

Agree. I have a really hard time reading many of them.

Jump to post
  • Tue Jan 27, 2015 7:18 am
  • Replies 14
  • Views 6744
Qty discount per option. Is this possible?

As it is now, if I set the discount qty to 5 and the customer buy 3 large and 2 xxl he will receive the qty discount. I need the options to be treated individually when qty discount is calculated, so he only will get the discount if he order 5 in one specific size. Are there any way to accomplish th...

Jump to post
  • Tue Dec 10, 2013 11:34 pm
  • Replies 1
  • Views 413
Re: [RELEASED] Multiple Option Qty

Will this mod make the quantity discount work per option instead of basing it on the total qty ordered of all options?

Jump to post
  • Tue Dec 10, 2013 10:45 pm
  • Replies 12
  • Views 11554

Search found 27 matches