Buy With 1 Click

Hello,

How can I add address and made mandatory all fields: phone, email and address ?

Maybe you know one addon to do this

Thank you

https://prnt.sc/mh50j6

Hello Victorb

You can use hook "call_requests:call_requests_form" in file /themes/responsive/templates/addons/call_requests/views/call_requests/component/call_requests_content.tpl

to extend this form

and other hooks in file /app/addons/call_requests/func.php to save additional information.

Best regards

Robert.

It would be perfect if someone would develop addon to capture and save address. Also if multiple request could be joined in to one order.

Hello.

If you are interested, we can make such an addon. Configurable and flexible.

Best regards

Robert.

I had ordered so many custom addons in past so I do not order them any more, too complicate to maintain them for constantly changing cs cart..

If such were to buy now I would gladly take it with possibility to update it.

cs-cart likes to mention that its MV is similar to ebay marketplace, while ebays most important feature is make offer and nobody incorporates it in to cs-cart..

There should be a modern way to negotiate price with customer particularly in economy as is now..

Hello.

This addon will not require changes in the core (after the initial assessment, we think so). I think it will work without problems in the next versions unless the hooks are removed or the addon structure changes.

Best regards

Robert.

Hello Victorb

You can use hook "call_requests:call_requests_form" in file /themes/responsive/templates/addons/call_requests/views/call_requests/component/call_requests_content.tpl

to extend this form

and other hooks in file /app/addons/call_requests/func.php to save additional information.

Best regards

Robert.

Thank you Robert!

Can you please indicate what to add or modify on /app/addons/call_requests/func.php to add profile fields like address for exp

Regards,

Victor

If you mean call request with order creation, please check the $cart['user_data'] parameter in the fn_call_requests_placing_order function

Hello Victor

eComLabs is right. There are no hooks in this function, but you can do changes directly in the code or hook up with the functions fn_add_product_to_cart or fn_add_product_to_cart

Best regards

Robert.