News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Additional user fields doesn't appear in thank you page

Started by drazen, August 21, 2013, 15:22:39 PM

Previous topic - Next topic

drazen

Hi,

I'm trying to get additional informations about third party customers in my affiliate network.
I'm using Joomla 2.5.14 an virtuemart 2.0.22a and post affiliate pro 5.

When I insert integration code in

/plugins/vmpayment/standard/standard.php

sale.setTotalCost(\''.$order['details']['BT']->order_subtotal.'\');
sale.setData1(\''.$order['details']['BT']->first_name_field.'\');
sale.setData2(\''.$order['details']['BT']->last_name_field.'\');
sale.setData3(\''.$order['details']['BT']->phone_1_field.'\');
sale.setData4(\''.$order['details']['BT']->company_field.'\');
sale.setOrderID(\''.$order['details']['BT']->order_number.'\');

In thank you page I only get this fields

sale.setTotalCost('2000.00000');
sale.setData1('');
sale.setData2('');
sale.setData3('');
sale.setData4('');
sale.setOrderID('8d90023');

How can I get
first_name_field, last_name_field,phone_1_field, company_field

when customer insert this infromation in buying process.

Please help


Maxim Pishnyak

You could touch other affiliate system which is more compatible with VM then post affiliate pro 5.
You can support Community by voting for Project on the JED
https://extensions.joomla.org/extension/virtuemart/#reviews
Join us at
https://twitter.com/virtuemart


Maxim Pishnyak

You can support Community by voting for Project on the JED
https://extensions.joomla.org/extension/virtuemart/#reviews
Join us at
https://twitter.com/virtuemart

drazen

VMA is good affiliate software for one shopping cart and one website.
But PAP 5 serve multiple websites with many affiliates. That is my business.

So is there any way to set additional fields on thank you page?

Maxim Pishnyak

I didn't say that you could use VMA out of the box. I said ...
Quote from: Maxim Pishnyak on August 24, 2013, 12:02:15 PM
You could touch other affiliate system which is more compatible with VM then post affiliate pro 5.
I.e. dig VMA code.
You can support Community by voting for Project on the JED
https://extensions.joomla.org/extension/virtuemart/#reviews
Join us at
https://twitter.com/virtuemart