[BUG] With the term of service shown on the cart view

Started by archos, April 20, 2012, 16:12:01 PM

Previous topic - Next topic

archos

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


katalystsol

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).

Schakkalaka