VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: 2dmaster on May 17, 2021, 10:13:45 AM

Title: HOW TO SEND order, user FIELDS + ORDER TO MY CRM ??
Post by: 2dmaster on May 17, 2021, 10:13:45 AM
HOW TO SEND FIELDS + ORDER TO MY CRM ???
products, userinfo and other custom fieilds..

pls modify you plugin...
like this -> RS FORM PRO
Script called on form display
Script called on form process
Script called after form has been processed _ this FOR ME

i need help with php to get all sended data and send its to my crm... pls help, get all fields ,
where i need modify string ??

email
company
first_name
address_1
address_2
zip
city
virtuemart_country_id
virtuemart_state_id
phone_1
phone_2
_message + product

and many other fields )) i need submit all data to CRM , understand where to pls help

And i use vp onepage plugin
I need php solutions when data succesefully send, and order placed.
Not db queries.

Title: Re: HOW TO SEND order, user FIELDS + ORDER TO MY CRM ??
Post by: pinochico on May 17, 2021, 18:17:59 PM
Connector to CRM and PHP code maybe is not for forum, I think will be not easy...

I remember, we created export order data to xml from virtuemart by Easy Feeder to Helios, but time for develop was about 40-50 hours.

And I don't understand why do you write about RSForm on VirtueMart forum? In virtuemart is not section
Script called after form has been processed
from RSForm.
Title: Re: HOW TO SEND order, user FIELDS + ORDER TO MY CRM ??
Post by: 2dmaster on May 17, 2021, 20:53:05 PM
because rsform have methods
Script called on form display
Script called on form process
Script called after form has been processed
Title: Re: HOW TO SEND order, user FIELDS + ORDER TO MY CRM ??
Post by: AH on May 18, 2021, 10:58:38 AM
What do you really need??

An export of orders including any messages and customer order data

What format
What do you want the use process to look like