Search found 31 matches

Search found 31 matches

kia

Extension for removing TAX in Shopping cart and checkout pages

Before I go to Upwork or other similar platforms to find extension developers, I'm going to ask here first: Is there some extension, which removes VAT from product(s), If the product price without VAT exceeds the 150 Euro limit (this is due to non-EU sellers registered in the Import One Stop Shop (I...

Jump to post
  • Fri May 19, 2023 6:01 am
  • Replies 3
  • Views 1025

kia

Re: Downgrade of OC 3.0.x.x Maintenance branch

the only version that was most stable in terms of the actual Opencart core and extensions was 2.3.0.2 Well, Nobody ever told you, to move up in Versions, for not one good reason at all. OC v.2.3.0.2 is still running well, and some Contributors are still upgrading them to even work with PHP v.8.x: h...

Jump to post
  • Fri May 19, 2023 5:36 am
  • Replies 15
  • Views 4357

kia

Re: Downgrade of OC 3.0.x.x Maintenance branch

That is unbelievable. OpenCart has released the first version approx. one year ago, and since the first version, several 4 versions have come out, and all Opencart developers say that none of them are stable yet. I don't know if they can't bear or don't bother to update their extensions anymore, or ...

Jump to post
  • Mon May 08, 2023 8:30 pm
  • Replies 15
  • Views 4357

kia

Re: Data regarding shipping is not passing to payment module

DUPLICATE of https://forum.opencart.com/viewtopic.php?t=231120 This extension is not compatable with OC3.0.3.8. You can try to contact the developer as has already been stated. You can also request commercial support https://forum.opencart.com/viewforum.php?f=88 I tested the extension on the offici...

Jump to post
  • Mon Apr 10, 2023 6:23 am
  • Replies 5
  • Views 572

kia

Re: Downgrade of OC 3.0.x.x Maintenance branch

JNeuhoff wrote:
Sun Apr 09, 2023 9:09 pm
The 3.0.x.x_Maintenance will run just fine with PHP 7.4, so you should try in view of the fact that your payment gateway still requires PHP 7.4.
I tested both with 7.3 and 7.4 with the same result. Shipping data (name, amount) are not passing to payment module

Jump to post
  • Mon Apr 10, 2023 5:44 am
  • Replies 15
  • Views 4357

kia

Re: Data regarding shipping is not passing to payment module

xxvirusxx wrote:
Sun Apr 09, 2023 2:55 pm
That module use an ocmod file?

Also you can ask payment developer to take a look to that issue.
Yes, the extension has ocmod zip file.
https://www.opencart.com/index.php?rout ... n_id=31882

Jump to post
  • Mon Apr 10, 2023 3:45 am
  • Replies 5
  • Views 572

kia

Data regarding shipping is not passing to payment module

We are using 3.0.3.8 Branch Version and the payment module "Bambora". The payment module has also invoice possibility. In order to work for invoice the payment module needs shipping data (name and amount), but it seems the checkout page does not pass any data regarding shipping into paymen...

Jump to post
  • Sun Apr 09, 2023 1:58 am
  • Replies 5
  • Views 572

kia

Re: Downgrade of OC 3.0.x.x Maintenance branch

Have you tried just to downgrade the php to 7.4 ? Have you checked your error logs and modification logs and server logs ? In theory there should be no issue, but since you have 3.0.3.8 installed as a test, why not import the database and check it? This might be helpful https://www.opencart.com/ind...

Jump to post
  • Sat Apr 08, 2023 7:56 pm
  • Replies 15
  • Views 4357

kia

Re: Downgrade of OC 3.0.x.x Maintenance branch

Just to mention it, the official OC v.3.0.3.8 has not been updated for quite some time, I would therefore highly recommend, to stay with the 3.0.3.8 Maintenance Version, and possibly just update it with the latest Release. https://github.com/opencart/opencart/tree/3.0.x.x_Maintenance The reason tha...

Jump to post
  • Sat Apr 08, 2023 4:11 am
  • Replies 15
  • Views 4357

kia

Downgrade of OC 3.0.x.x Maintenance branch

Hello Everybody! A few months ago I did a fresh installation of OC 3.0.x.x Maintenance branch ( https://github.com/opencart/opencart/tree/3.0.x.x_Maintenance ). Is it possible to downgrade that to the official OC 3.0.3.8 without losing any database records? If this is possible, I would be grateful i...

Jump to post
  • Sat Apr 08, 2023 1:47 am
  • Replies 15
  • Views 4357

kia

Re: Email attachment by order confirmation sending to cutomer after successful checkout

straightlight wrote:
Wed Jun 27, 2018 1:51 am
You checked the error_log file but what about the server's access logs?
Where is server access logs located? I cannot find them.

Jump to post
  • Wed Jun 27, 2018 3:14 am
  • Replies 13
  • Views 2356

kia

Re: Email attachment by order confirmation sending to cutomer after successful checkout

straightlight wrote:
Wed Jun 27, 2018 1:10 am
Error / Access logs?
I checked the error_log file on the server. There is no notification error for this. Is there some specific log for email modul? Can you see some log informasion, which shows which emails has been sent after checkout?

Jump to post
  • Wed Jun 27, 2018 1:36 am
  • Replies 13
  • Views 2356

kia

Re: Email attachment by order confirmation sending to cutomer after successful checkout

Since you are still missing posted information in order to provide an accurate solution, I will provide the partial code so for you to tweak it: $order_products = $this->model_checkout_order->getOrderProducts($order_info['order_id']); $order_product_ids = array(); foreach ($order_products as $order...

Jump to post
  • Wed Jun 27, 2018 1:02 am
  • Replies 13
  • Views 2356

kia

Re: Email attachment by order confirmation sending to cutomer after successful checkout

In addition, since you are focusing on specific product IDs, you could also set a condition in that same controller file. Also, your OC version has not been posted. I have added "$mail->AddAttachment("xyz.pdf");" before "$mail->send();" into catalog/model/checkout/orde...

Jump to post
  • Mon Jun 25, 2018 9:24 pm
  • Replies 13
  • Views 2356

kia

Re: Email attachment by order confirmation sending to cutomer after successful checkout

straightlight wrote:
Mon Jun 25, 2018 8:32 pm
This extension may be useful: https://www.opencart.com/index.php?rout ... n_id=22210
The extension sends email manually, but I want to send attachment automatically by order confirmation email.

Jump to post
  • Mon Jun 25, 2018 8:58 pm
  • Replies 13
  • Views 2356

kia

Re: Email attachment by order confirmation sending to cutomer after successful checkout

Thanks for your reply.

The extension sends email manually, but I want to send attachment automatically by order confirmation email.

Jump to post
  • Mon Jun 25, 2018 8:57 pm
  • Replies 13
  • Views 2356

kia

Email attachment by order confirmation sending to cutomer after successful checkout

My Opencart needs to send a file as attachment by order confirmation, which is sent to customer's email after successful checkout. I added "$mail->AddAttachment("xyz.pdf");" before "$mail->send();" into catalog/model/checkout/order.php. It works well, but I don't want t...

Jump to post
  • Mon Jun 25, 2018 8:30 pm
  • Replies 13
  • Views 2356

kia

Bambora & Onepage checkout

Er det noen som bruker en Quick Checkout extension med Bambora?

Jeg skal bruke Bambora, så trenger jeg en Quick checkout extension som fungerer med Bambora. For tiden har jeg AJAX Quick Checkkout, men Bambora er ikke kompatibel med det.

Jump to post
  • Wed Feb 28, 2018 9:46 pm
  • Replies 2
  • Views 12404

kia

Bambora checkout

Hei, Lurer på om noen har erfaring med Bambora checkout?
https://www.opencart.com/index.php?rout ... n_id=31882

Nettbutikken har 2.3.0.2 og kjører AJAX Quick Checkout. Lurer på om Bambora checkout fungerer med AJAX Quick Checkout?

Jump to post
  • Mon Jan 22, 2018 7:03 pm
  • Replies 0
  • Views 5782

kia

Product feed for facebook product catalog

Hello,
Just I need product feed from my OC store version 2.3.0.2 in order to create product catalog in Facebook. How can I create such product feed, which can be uploaded into Facebook's product catalog?

Thanks for any advice!

Jump to post
  • Thu Nov 09, 2017 2:03 am
  • Replies 1
  • Views 2771

Search found 31 matches