Module CFO (custom formules) is not working on Pavilion

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart ThemeModule CFO (custom formules) is not working on Pavilion

This topic has been marked as not resolved.

Hello Pavilion,

When you have some time, can you take a look to the last things/ problems mentioned above.

Than the webshop can go live :D

Best regards, Ultimatia

April 28, 2015 at 10:34 am #40348

Hi,

We’ve double checked our local installation and everything works fine:

- Formulas are calculated fine
- Products are added and cart shows correct price
- Checkout and orders show the correct price

You can take a look at the list with the vqmod xmls we have (the attached file).

BR,
ThemeBurn team

May 20, 2015 at 11:14 am #40993

Hello TB support,

Please check the following:

  • This reply was modified 3258 days ago by  ultimatia.
  • This reply was modified 3258 days ago by  ultimatia.
May 20, 2015 at 12:34 pm #40999

This are the files I have uploaded:
http://prntscr.com/8awkp8

Can you check if is correct?

Br, Ultimatia

August 31, 2015 at 12:27 pm #42966

Hi,

There is a problem indeed. Unfortunately, we were not able to find out what is the cause. The AJAX request is sent to server correctly, but the response is wrong. Have you tried to ask the plugin developer for some hint?

September 7, 2015 at 11:26 am #43061

Hi Pavilion

I have disabled all the vqmods and reduced the code in the conflicting vqmod.

This is what I found out:

Vqmod file: ESPONI_OPA_v1.88_pavilion.xml is responsible for the bug.
In particular this code block:


  <file name="catalog/view/theme/*/template/product/product.tpl"> 
    <operation error="skip">
      <search position="after"><![CDATA[<article]]></search>
      <add><![CDATA[<div id="product_add_to_cart_form">]]></add>
    </operation>

    <operation error="skip">
      <search position="before"><![CDATA[</article>]]></search>
      <add><![CDATA[</div>]]></add>
    </operation>
  
    <operation error="skip">
      <search position="before"><![CDATA[var $priceWrap = $("#product_price .tb_price");]]></search>
      <add><![CDATA[return]]></add>
    </operation>

Can you please take one look at my store? The inlog details are the same like before.

I can pay you for it if the normal support it doesn`t cover but I need it get working correct.

Thanks and best regards.

  • This reply was modified 3116 days ago by  ultimatia.
  • This reply was modified 3116 days ago by  ultimatia.
October 9, 2015 at 11:23 am #43411
Viewing 6 posts - 16 through 21 (of 21 total)
  • You must be logged in to reply to this topic.