VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: Alberto87 on January 21, 2014, 19:08:24 PM

Title: Need help to get data from cart and send to trusted shops
Post by: Alberto87 on January 21, 2014, 19:08:24 PM
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
Title: Re: Need help to get data from cart and send to trusted shops
Post by: Alberto87 on January 22, 2014, 11:52:49 AM
Sorry the virtuemart version is 2.20b andò joomla the last version of 2.5...ehm Nobody can help me?
Title: Re: Need help to get data from cart and send to trusted shops
Post by: jndm on June 30, 2015, 11:45:06 AM
GeniuS!!!