Problem with ajax quickcheckout layold

ThemeBurn SupportForumsOpenCart ThemesKiddos OpenCart ThemeProblem with ajax quickcheckout layold

This topic has been marked as resolved.

Hello,

I try all css fixes that I managed to find in the forum but they did not fix my problem with the position of the coupon and voucher forms for “Ajax quick checkout”.

One more issue. On mobile devices, the price in product view is not positioned in right.

September 24, 2017 at 12:45 am #61774

It will be great if the style for “Ajax quick checkout” can look as the one you for the shopping card…

  • This reply was modified 2397 days ago by  MZdravkova.
September 24, 2017 at 12:47 am #61776

Hi,

We will need a live example. Can you provide website url and admin access, so we can check?

You can use hidepost to share private information with the support staff.

BR,
ThemeBurn team

September 24, 2017 at 11:22 pm #61780

Sure.

September 25, 2017 at 9:25 am #61794

I should mentioned that we are using the lite version.

September 25, 2017 at 10:31 am #61798

And also the facebook button is not showing in the product page.
Maybe I broke something but it is like that from the beginning…

September 25, 2017 at 11:19 pm #61808

Hi,

We’ve checked both websites and the checkout section looks identical and fine on both. Maybe we miss something?

Can you please provide a comparison screenshot with some hints.

Thanks,
ThemeBurn team

September 29, 2017 at 4:04 pm #61874

Hello,

you misunderstand me.
I want the checkout to look like in this demo http://demo.shopunity.net/index.php?route=extension/demo&extension_download_id=79

My problem is with the position of the coupon and voucher forms. They have to be in right.

Also with the missing FB button in the production page.

September 30, 2017 at 9:05 pm #61887

Hi,

Here is some CSS that will solve your problem:

.qc-voucher,
.qc-coupon
{
  float: right;
}
.qc-totals {
  clear: both;
  padding-top: 20px;
}

Add these styles from the Theme CP > Theme Settings > Custom > Custom Stylesheet text field.

BR,
ThemeBurn team

October 3, 2017 at 12:17 am #61897

Hi,

Not sure where you’ve take the Facebook APP ID, but after removing it, all Facebook widgets (buttons) work fine now.

BR,
ThemeBurn team

October 3, 2017 at 12:31 am #61898

Hello,

Facebook iD was from one application :)
I miss understand that option…

Thanks for your help! Everything is fine now.

October 3, 2017 at 11:47 am #61908

Glad we’ve helped :)

BR,
ThemeBurn team

October 3, 2017 at 3:56 pm #61914
Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.