Rokquickcart and the Chronoforms

Thomas_H 18 Jun, 2015
Hi @ all

Sorry for my english...
I'm a fan of the Rokquickcart. This shopping tool is just perfect for my Web Project.
This component has the Checkout-Methode "Custom Send Form URL".
I would like to combine with the chronoforms but i've got some problems. How i can transfer the shopping cart into the chronoforms?
I made a Test
I copy / paste the URL in the "Custom Send Form Options" "Checkout URL" field but unfortunately i don't become the articles.
It sent a mail, but not the articles.
(Example: das Museum zu Aller*heiligen in Schaff*hausen) i saw on this page, that it works.
How i can configure the Forms, that it sent the articles.

BR
Thomas
GreyHead 18 Jun, 2015
Hi Thomas,

If you add a Debugger to the On Load event of your form you can see the RokQuickCart passes the data through:
Array
(
    [option] => com_chronoforms5
    [chronoform] => test_rokquickcart
    [currency] => USD
    [shipping] => 0
    [tax] => 0
    [taxRate] => 0
    [itemCount] => 2
    [item_name_1] => Sample DVD
    [item_quantity_1] => 1
    [item_price_1] => 10
    [item_options_1] => image: http://my_domain.com/cache/rokquickcart/shelf/images/rokquickcart/samples/bolt.jpg
    [item_name_2] => Sample DVD 4
    [item_quantity_2] => 1
    [item_price_2] => 8.99
    [item_options_2] => image: http://my_domain.com/cache/rokquickcart/shelf/images/rokquickcart/samples/iron-man.jpg
    [return] => http://my_domain.com/index.php?option=com_rokquickcart
    [cancel_return] => http://my_domain.com/index.php?option=com_rokquickcart
)

Bob
bwebdesign 27 Jul, 2015
Hello Bob

I could create the form and was also the debugger to the On Load set. I now see all the data as a code in the form. How can I now represent the data most beautiful and queries?

Thanks for another Tip

regadrs Thomas
GreyHead 28 Jul, 2015
Hi Thomas,

What exactly do you need to do with the data?

Bob
GreyHead 07 Aug, 2015
Hi Thomas_H,

I don't know how to insert a form into RokQuickCart. If it supports Joomla! Content plug-ins then it should be possible using the ChronoForms plug-in.

Bob
Thomas_H 07 Aug, 2015
Oh no its the other side, i would like insert the RokQuickCart into the Form.
GreyHead 08 Aug, 2015
Hi Thomas_H,

OK, ChronoForms supports content plug-ins if you add the Joomla! Plug-ins action from the Joomla! actions group to the form On Load event.

Bob
This topic is locked and no more replies can be posted.