VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: kostianev on May 03, 2020, 14:30:59 PM

Title: How to personalize the Ask for price pop up?
Post by: kostianev on May 03, 2020, 14:30:59 PM
Hello,

I need to make self design and personalize the pop up Ask for price page.
How can I do this, where can find and edit files?
Title: Re: How to personalize the Ask for price pop up?
Post by: pinochico on May 03, 2020, 15:05:50 PM
We change ask about product to boostrap popup:

https://www.svicky.biz/eshop/valcove-svicky/59-adventni-svicky-4ks

but you must find right solution for ajax requests and if you use recaptcha, then use version for multiple call to google server.

You can change code inside override:

templates/TEMPLATE/html/com_virtuemart/askquestion/form.php
templates/TEMPLATE/html/com_virtuemart/productdetails/default.php
Title: Re: How to personalize the Ask for price pop up?
Post by: kostianev on May 03, 2020, 15:11:09 PM
Thank you bro!
I will try to customize my pop up.

How you find right solution for Ajax and pop up?
Title: Re: How to personalize the Ask for price pop up?
Post by: pinochico on May 03, 2020, 16:01:36 PM
I don't know, we pay for external developer and now we use it in own templates (custom joomlart templates).

But we started with basic boostrap (header, module, footer) and use backwards call for showing result. Im tryied etc. 20 hours and finally send to externall developer, because if we use sublayout in boostrap (form.php) with ajax, then popup not refreshed, result not showing corectlly with system message, not function recaptcha corectlly, using both popup not function too....
Title: Re: How to personalize the Ask for price pop up?
Post by: kostianev on May 03, 2020, 17:31:32 PM
Thank you