Quick Checkout (marketinsg)

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart ThemeQuick Checkout (marketinsg)

This topic has been marked as resolved.

Hi,

Please help to integrate this one: http://www.opencart.com/index.php?route=extension/extension/info&extension_id=7382

Thanks !

April 26, 2015 at 12:07 pm #40317

Hi,

We can try to provide a compatibility fix, but we will need the extension. Can you please, send the zip package to our email

You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!

.

Be aware that converting third party extensions may take more time that the regular “2 business days” support period.

Thanks,
ThemeBurn team

May 4, 2015 at 5:48 pm #40500

i sent you an email with the extension

May 30, 2015 at 7:00 pm #41225

I have the same extension, can I ask for compatibility fix please (OC 3.0.2.0)

Thanks

 dario
October 24, 2018 at 11:40 pm #65897

@dario

We can try to provide a compatibility fix, but we will need the extension. Can you please, send the zip package to our email at info at themeburn dot com.

BR,
ThemeBurn team

October 31, 2018 at 9:56 am #65924

thank you, email sent

 dario
October 31, 2018 at 3:12 pm #65942
 dario
November 14, 2018 at 8:43 am #66045

Hi,

The extension works normally except when the BurnEngine SEO extension is enabled. Here are actions you need to do in order to get the Quick Checkout working normally:

1) Open system/vendor/BurnEngine/extension/seo/catalog/SeoCatalogExtension.php

2) Find this code line:

if (!$found && isset($route_parts[3])) {

3) Replace it with:

if (!$found && isset($route_parts[2])) {

4) Add this additional CSS for better styling:

#quickcheckoutconfirm .form-control {
  width: 100%;
}
#quickcheckoutconfirm .quickcheckout-content > [class*="col-"] {
  margin: 20px 0 0 0 !important;
  padding-left: 10px;
  padding-right: 10px;
  max-width: none !important;
}
#quickcheckoutconfirm .form-control[name*="quantity"] {
  width: 50px;
}
#quickcheckoutconfirm .input-group {
  width: 100%;
}
#quickcheckoutconfirm .input-group .form-control {
  width: 100px;
}
#quickcheckoutconfirm .quantity .btn {
  width: 50px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
#quickcheckoutconfirm .quantity .btn .fa,
#quickcheckoutconfirm .quantity .btn .fa:before
{
  margin: 0;
  padding: 0;
}

BR,
ThemeBurn team

November 23, 2018 at 4:10 pm #66248

thank you so much, it works great

 dario
November 24, 2018 at 3:53 pm #66267

Glad we’ve helped!

BR,
ThemeBurn team

November 27, 2018 at 11:34 am #66290
Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.