Search found 50 matches

Search found 50 matches

looking for extension for selective tax in checkout page.

Hi, looking for an extension that can do: a custom field (2 checkboxes) in checkout page when checked , it will apply the tax to the subtotal price , like this screenshot https://i.imgur.com/136rufu.png when left-side is checked or unchecked , the right-side's $3.78 will be added or removed and tota...

Jump to post
  • Thu Sep 22, 2022 10:39 pm
  • Replies 1
  • Views 1523
Re: looking for ext for product variants in list with quantity for quick order

Hi Sorry, I didn't see your first image. Please check my other extension: https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=33737 oh yeah , that's what exactly I was looking for , just hope you can add minus/plus button , didn't see in the demo , but cool enough ,...

Jump to post
  • Thu Sep 22, 2022 10:33 pm
  • Replies 4
  • Views 716
Re: looking for ext for product variants in list with quantity for quick order

Hi Please look at my extension, Try its live demo: https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=30367 thanks for the reply , but unfortunately it seems doesn't fit my need https://i.imgur.com/peA0ETZ.png I was looking for something that can make this into a t...

Jump to post
  • Wed Sep 21, 2022 9:40 pm
  • Replies 4
  • Views 716
looking for ext for product variants in list with quantity for quick order

Hi, I have been looking for an extension for 3.0.3.8 , that can do this, like a product variant but in a list form with quantity input for quick order as below screenshot https://i.imgur.com/q88USta.png there are some "product variant" extension in marketplace , but seems none of them fits...

Jump to post
  • Wed Sep 21, 2022 9:16 pm
  • Replies 4
  • Views 716
Re: how to setup SSL connection to database ? mysql/mariadb

well , I use master-slave replication to make backup database , and to be secondary site if in case main site is down, so I figured I may need it ...

Jump to post
  • Fri Jul 14, 2017 6:01 pm
  • Replies 3
  • Views 735
how to setup SSL connection to database ? mysql/mariadb

Hi, I was wondering , if I setup SSL on Mysql or MariaDB , what should I to make OC works with it ? I have oc2.3.0.2 I looked in system/library/db/mysqli.php which I believe is corresponding to database connection I found these 2 lines public function __construct($hostname, $username, $password, $da...

Jump to post
  • Fri Jul 14, 2017 8:32 am
  • Replies 3
  • Views 735
cancelled order has been calculated into total sale

Hi, I just got a little problem. cancelled order will be calculated into total sale amount, which isn't "total" after all. for example , order 1 got 100 euro , and order 2 is 200 euro , and order 2 has been cancelled , but total sales in dashboard still indicates 300 euros of total sale. I...

Jump to post
  • Fri Jun 16, 2017 4:24 am
  • Replies 1
  • Views 733
Re: Disable Opencart API check on order edit.

I've added a simple extension called Disable API checks ... Download and try for yourself. It's absolutely free. Nice work! I got problem on admin panel where I want to apply/add coupon code into order , it always tells me coupon code not valid with extension activated , and works fine if I disable...

Jump to post
  • Sun Jun 11, 2017 5:23 am
  • Replies 3
  • Views 3231
Re: cart page doesn't refresh when remove item with SEO mods.

Great !! Sometimes Cache is the main issue despite fixing things. It is good to clear cache if using some cache software or cloudfare. just wondering here , https://forum.opencart.com/viewtopic.php?f=191&t=183622#p672322 this thread last post , there is seems a better approach (function($) { va...

Jump to post
  • Fri Jun 09, 2017 1:56 am
  • Replies 11
  • Views 2788
Re: cart page doesn't refresh when remove item with SEO mods.

Hi , sorry again , for my stupidity problem is solved. I posted here in case someone got same problem as I did. prior to the code mentioned before, this line of code location = 'index.php?route=checkout/cart'; just under the line mentioned in early of the thread if (getURLVar('route') == 'checkout/c...

Jump to post
  • Thu Jun 08, 2017 6:52 am
  • Replies 11
  • Views 2788
Re: cart page doesn't refresh when remove item with SEO mods.

imdevlper18 wrote:
Tue Jun 06, 2017 5:53 pm
Hi,

Your store url ?
Hi , I've PM'ed you the URL.
and suddenly something comes to my mind , I have Cloudflare , maybe the cached JS in Cloudflare is what causing me the problem for common.js doesn't have affect , I'm gonna try it again and see how it goes.

Jump to post
  • Thu Jun 08, 2017 6:35 am
  • Replies 11
  • Views 2788
Re: cart page doesn't refresh when remove item with SEO mods.

sorry for my stupidity , I don't really understand the PHP nor HTML , as matter of fact I don't even speak very well English... but I did read through that post... I tried that if (($(location).attr('pathname') == '/checkout-cart.html') || ($(location).attr('pathname') == '/checkout-processing.html'...

Jump to post
  • Tue Jun 06, 2017 6:04 am
  • Replies 11
  • Views 2788
Re: cart page doesn't refresh when remove item with SEO mods.

the code you mentioned there (function($) { var originalRemove = cart.remove; cart.remove = function(product_id) { $.ajax(originalRemove(product_id)).done(function() { cart_url = "/cart"; checkout_url = "/checkout"; if (!getURLVar('route') && ((cart_url && (($(loc...

Jump to post
  • Mon Jun 05, 2017 3:47 am
  • Replies 11
  • Views 2788
Re: cart page doesn't refresh when remove item with SEO mods.

I have answered this question here: https://forum.opencart.com/viewtopic.php?f=191&t=183622#p672322 You need to change your shopping cart link in common.js file. And it shall be fixed. You can read above topic. thanks for the help just tried , and it didn't work. I changed the line you mentione...

Jump to post
  • Mon Jun 05, 2017 3:43 am
  • Replies 11
  • Views 2788
Can't use coupon in admin panel when edit order

Hi, I'm on 2.3.0.2 For example I set a coupon for free shipping, and client didn't apply it, so I have to apply it in admin panel. But when I edit it, and try to apply coupon, system keep report code is invalid or exceeded something like that. But the exact same code is working in front end, and I a...

Jump to post
  • Thu Jun 01, 2017 7:37 am
  • Replies 0
  • Views 483
cart page doesn't refresh when remove item with SEO mods.

Hi , I'm on 2.3.0.2 and I installed , and tried sevaral SEO mods that makes URL from index.php?route=checkout/cart into , for example, cart.html but one problem I noticed is that , with SEO URL changed , when you remove items in cart , the page doesn't refresh itself to show the change. I guess is t...

Jump to post
  • Thu Jun 01, 2017 7:04 am
  • Replies 11
  • Views 2788
how can I force redirect from cart page to checkout page ?

Hi , I am on 2.3.0.2 , and I got Ajax quick checkout , I feel with AQC , cart page (/index.php?route=checkout/cart) is no longer needed. but in header and lot of places still shows cart page link, so what I want to do is, when browser navigate to cart page , it will be redirected into checkout page ...

Jump to post
  • Wed May 24, 2017 7:27 am
  • Replies 1
  • Views 1485
Re: how to enable notify client option in default while change order status ?

imdevlper18 wrote:
Sun May 21, 2017 3:16 pm
Thanks, but i wasn't using OCmod
Yes i know you are not using. But if any mod is working on same file it still won't work without refresh.
Also this is just one necessary step. It may or may not work. May be there might be something more to dig for.
thanks for the hint , refresh did work :)

Jump to post
  • Mon May 22, 2017 4:36 am
  • Replies 5
  • Views 805
Re: where is "add history" in order info page triggered ?

never mind , i found it , it's in /catalog/model/checkout/order.php

Jump to post
  • Mon May 22, 2017 4:36 am
  • Replies 5
  • Views 1636
Re: where is "add history" in order info page triggered ?

well, the free Mod, listed above, would clearly show, where something like your content needs to placed. But who could know, since you did not tell us about... Good Luck oops , that's not what I meant. I mean , when you click in order info page, "add history" button. the system will make ...

Jump to post
  • Mon May 22, 2017 3:40 am
  • Replies 5
  • Views 1636

Search found 50 matches