VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: archos on April 20, 2012, 16:12:01 PM

Title: [BUG] With the term of service shown on the cart view
Post by: archos on April 20, 2012, 16:12:01 PM
I got some bugs on the cart view and the term of service on VM 2.0.6

Choosing to force the customer to accept the TOS or not on the backend seems to have no effect. (Need always to accept)

On the cart view, I got the checkbox but no text, could be linked to the embeded "if condition" that should also include the checkbox and not only the text about the TOS.  (on the view cart and class checkout-button-top)

I notice the variable "oncheckout_show_legal_info" on the cart view default.php is never changing but this one is only to show or not the sentence and the checkbox because even if I force it manually I still need to accept the TOS.
Just positiv thing is after changing the state the text appears.
Does somebody kmow in wich table is the "TOS agreement" saved on the DB. I means the parameter from the Backend...maybe a field is missing in my table

Title: Re: [BUG] With the term of service shown on the cart view
Post by: katalystsol on April 26, 2012, 00:12:16 AM
I'm seeing similar issues.

The vendor_terms_of_service and vendor_legal_info are stored in the #__virtuemart_vendors_en_gb table (based on the name, it may be language specific).
Title: Re: [BUG] With the term of service shown on the cart view
Post by: Schakkalaka on April 01, 2013, 21:10:58 PM
Have you any idea how to solve?