News:

Support the VirtueMart project and become a member

Main Menu

[SOLVED] Add to cart popup (where is the code?)

Started by EvanGR, March 30, 2021, 21:51:24 PM

Previous topic - Next topic

EvanGR

Hello,

The code that creates a popup when the user clicks add to cart, in a product page. Where is it?
I know the contents of the popup are in padded.php, but I am looking for the inbetween JS/PHP code that handles the popup calling (fancybox).

Thanks!

GJC Web Design

components\com_virtuemart\assets\js\vmprices.js
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

EvanGR

Thanks!

I actually found what I was looking for in modules\mod_virtuemart_cart\assets\js\update_cart.js

I don't know if this was specific to our template though.