Rokquickcart connect to Chronoforms

drai33 26 Feb, 2017
Hello dear administrator

I'm using chronoforms since years and am a real fan of.
From this year I need to add a simple shopping tool to my web project. Therefore I found Rokquickcart.
This shopping tool is just perfect for my needs, simple and easy to handle BUT:
there is missing a form where clients could enter their personal data for registration or shipping as well as a possibility to add some legal needs.

As this component has the Checkout-Methode "Custom Send Form URL" I could check out by sending it to a chronoform form before checking out with PayPal.

How i can transfer the shopping cart into the chronoforms? I have no idea how to integrate and keep the shopping chart of Rokquickcart as an own container on a chronoform form.

Example: das Museum zu Allerheiligen in Schaffhausen it seems that on this page the combination works or there is a shopping basket created by chronoforms?

Anyway my question: how to add a chronoform form keeping the shopping basket through before checking out with this shopping basket through PayPal???
Do you have any idea?
would appreciate your help!

thank you!
alle the best
drai33
Max_admin 27 Feb, 2017
Hi drai33,

Is there any description for the "Custom Send Form URL" feature ? otherwise it will be hard to know how to connect the form to the cart without testing this.

Best regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
drai33 27 Feb, 2017
Hello Max, here I send you what I could find out about the "Custom Send Form URL" feature:

<a href="javascript:;" class="simpleCart_checkout btn button btn-danger"><i class="icon-cart"></i> Checkout<span></span></a>
<script type="text/javascript">
simpleCart({
cartStyle: "table"
, currency: "EUR"
, shippingTotalRate:0.03
});
simpleCart({checkout: {
type: "SendForm"
, success: "http://www.xxx.domain/index.php?option=com_rokquickcart&view=rokquickcart&Itemid=778&lang=en"
, cancel: "http://www.xxx.domain/index.php?option=com_rokquickcart&view=rokquickcart&Itemid=778&lang=en"
, url: "http://www.xxx.domain/index.php?option=com_chronoforms5&view=form&Itemid=750&lang=en"
}});

jQuery(function($){ $(".hasTooltip").tooltip({"html": true,"container": "body"}); });
</script>

I have also another question, which would solve all my problem:
Is there a possibility to create a shopping cart by chronoforms? I have not found that kind of feature in my chronoforms component installation.

Thanks for your help!
all the best
drai33
Max_admin 27 Feb, 2017
Hi drai33,

I'm still not clear on how you can connect Chronoforms to the Rokcart!😟

You can crate a simple cart using ChronoConnectivity v6, the default installer has 4 demo projects, the last one of them is a products list, but the demo does not display how you can update the cart "contents".

You can however test it and check if it can do what you need, its a very flexible product.

Best regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
drai33 01 Mar, 2017
Hi Max,
Thank you for your advise. I have just installed ChronoConnectivity v6, but i do not find any demo project. Maybe you could send me a link where i could find these demo projects.
Thank you!
all the best
drai33
Max_admin 01 Mar, 2017
Hi drai33,

Sorry, its called "custom project" in the "Connections manager".

Best regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.