Login
Register

VirtueMart

WooCommerce

Others

Docs

Support

Blog

About

Forum

IMPORTANT ANNOUNCEMENT: Plugin development ceased, all plugins made available freely (GPL)

With great sadness we have to announce that we are ceasing development of all our VirtueMart, WooCommerce and Joomla plugins. Effective immediately, all our plugins -- even those that were paid downloads -- are made available for free from our homepage (GPL license still applies), but we cannot and will not provide any support anymore.

It has been a great pleasure to be part of the thriving development communities of VirtueMart as well as WooCommerce. However, during the last year it became painstakingly clear that in addition to a full-time job, a young family and several other time-consuming hobbies at professional level (like being a professional singer) the plugin development and the support that it requires is not sustainable and is taking its toll. It has been an honor, but it is now time to say good bye!

×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

Double output in checkout page 22 Jan 2018 15:39 #1

  • nicogugy
  • nicogugy's Avatar Topic Author

Hi guys, I need your help.
In two of my website with Advanced Shipping by Rules for VirtueMart installed, I gain a strange double output, see attachment.
Someone have any idea?
Thanks
www.celebrita-acconciature.it/carrello
Attachments:

Double output in checkout page 16 Feb 2018 20:12 #2

Dear NicoGugy,
To me this screenshot looks like a template issue (it looks as if the template queries the plugin twice for the display string, or as if the template simply prints out the string twice).
A particular hint to this cause is the CSS classes that are used for the first " corriere gls..." paragraph in the HTML code:
<span class="vmshipment_name">
  <span class="vmshipment_name">Consegna (Corriere Espresso)</span><br>
  <span class="vmpayment_description opg-text-small">Corriere GLS. Consegna 1 giorno lavorativo per Nord e Centro Italia . 2 giorni lavorativi per Sud Italia, Isole e zone disagiate
(SALVO DIVERSA INDICAZIONE NELLA PAGINA DEL PRODOTTO SCELTO). 
  </span> (Corriere Espresso)
</span>
As you can see, the span tag uses a class "vmpayment_description", which is completely out of place here... The HTML of the displayed duplicate uses the proper "vmshipment_description" class.

So, to me everything points to faulty HTML or php code in your template.

Best regards,
Reinhold
  • Page:
  • 1