problem with checkout page

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart Themeproblem with checkout page

This topic has been marked as resolved.

Hi, I just bought AQC extension (ajax quick checkout). it is working with vqmod.

i added your tb_compatibility.xml file to my vqmod folder but it is not working with pavilion. i am getting undefined index errors.

check attached screenshot pls and help me.

best regards

 ingecm
December 13, 2014 at 1:22 pm #35571
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
December 15, 2014 at 12:25 pm #35614

Thank you. I sent the e-mail ( AQC extension zip package (http://support.themeburn.com/topic/problem-with-checkout-page)‏ is my e-mail’s subject.

Best Regarts.

 ingecm
December 15, 2014 at 12:40 pm #35615

hi, did u get my e-mail about extension zip?

best regards

 ingecm
December 16, 2014 at 4:58 am #35673

Hi, we received your email about the extension and we will start looking into it. Please, note that it could take several days, or even a week, because it’s considered ‘custom modifications’ and does not fall into regular support policy.

We will let you know when we are ready.

Best,
ThemeBurn tam

December 16, 2014 at 3:52 pm #35708

Hi mate, I know you are good support team but i don’t want to wait you 1 week. so i asked someone about it.

he edited system/engine controller.php and all errors gone about extension. it is working now. can u say, is it safe?

original code:

if (file_exists(DIR_TEMPLATE . $this->template)) {
  extract($this->data);
  // TB Modification 4 BEGIN
  $data = $this->data;
  // TB Modification 4 END
  ob_start();
  ...

the fix (what we’ve changed):

if (file_exists(DIR_TEMPLATE . $this->template)) {
  // TB Modification 4 BEGIN
    if ((null != ($tbManager = $this->registry->get('tbManager'))) && $tbManager->getContext()->getArea() == 'catalog') {
        $data = $this->data;
    }
    extract($this->data);
    // TB Modification 4 END
    ob_start();
    ...

 ingecm
December 17, 2014 at 7:30 pm #35794

Hi,

Yes, your modification is safe with Pavilion. We will provide it with the next update.

Thanks,
ThemeBurn team

December 21, 2014 at 2:31 pm #35910

Hi TB Support, I have still problem with it. This extension has responsive design for mobile phones and this responsive future not working with pavilion’s tb_compatibility.xml

tb_compatibility.xml working good for desktops and tablets but not working for small mobile phones (4.7, 5 inch screens) with this extension.

( I just think that, is it possible to deactive tb_compatibility.xml for mobile phones ? ) or what is your idea ? I need urgent help.

 ingecm
December 21, 2014 at 7:02 pm #35923

Hi,

What exactly does not work on small screens? Can you give a bit more information?

We’ve check the checkout on a resized browser, iPhone, Android phone and Windows Phone and everywhere the checkout page was responsive.

BR,
ThemeBurn team

December 29, 2014 at 2:35 pm #36096

you can see differences for input boxes widths.

*there is no problem for desktops and tablets with tb_compatibility. only for mobile phones.

so need setting up for mobile phones.

 ingecm
January 5, 2015 at 1:24 pm #36334

Hi,

We’ve created an additional vqmod that improves the compatibility with the AJAX Quick Checkout extension:

http://support.themeburn.com/topic/ajax-quick-checkout

BR,
ThemeBurn team

January 12, 2015 at 1:07 pm #36548

problem solved and working great, thank you !

 ingecm
January 12, 2015 at 10:59 pm #36578

Your additional vqmod is only working with the fixed code?

if (file_exists(DIR_TEMPLATE . $this->template)) {
  // TB Modification 4 BEGIN
    if ((null != ($tbManager = $this->registry->get('tbManager'))) && $tbManager->getContext()->getArea() == 'catalog') {
        $data = $this->data;
    }
    extract($this->data);
    // TB Modification 4 END
    ob_start();
    ...

January 12, 2015 at 11:52 pm #36579

Hello Themeburn,

I am using this checkout also, and I use your fixed code and additional vqmod.
The checkout is working correct.

I have only one question: is it possible to style / edit the custom checkoutpage by using the Pavillion themebuilder. E.g. displaying some additional pavillion builder blocks or adding the page title on the checkout page.

Best regards, Ultimatia

January 15, 2015 at 3:06 pm #36644

@ultimatia

You can use both:

Layout -> Checkout or
System Page -> Checkout > Checkout

BR,
ThemeBurn team

January 16, 2015 at 3:32 pm #36713
Viewing 15 posts - 1 through 15 (of 21 total)
  • You must be logged in to reply to this topic.