News:

Looking for documentation? Take a look on our wiki

Main Menu

Need help to get data from cart and send to trusted shops

Started by Alberto87, January 21, 2014, 19:08:24 PM

Previous topic - Next topic

Alberto87

Hello,

i need to integrate a code from trusted shops inside the cart, i have modify the payment plugin (in root/plugins/vmpayment/standard/ standard.php) and the code is display correct (is a button) but don't work good.

The code is the following:

<a href="https://www.trustedshops.eu/buyerrating/rate_ID.html&buyerEmail=<?php echo urlencode(base64_encode([color=red]'.$order['details']['BT']->email.'[/color]));?>&shopOrderID=<?php echo urlencode(base64_encode[color=red]('.$order['details']['BT']->order_number.'[/color]));?>" target="_blank"title="Write a review!"><img src="http://www.pro-store.it/button/rate_now_en_190.png">!</a>>

There aren't errors, the page is ok, but when i click the the button i want to export in the new page the email address and the number of order they don't work...please can you help me to send the data?

regards

Alberto

Alberto87

Sorry the virtuemart version is 2.20b andò joomla the last version of 2.5...ehm Nobody can help me?