X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (X-Cart 5) (https://forum.x-cart.com/forumdisplay.php?f=56)
-   -   Pass Product Detail To Javascript (https://forum.x-cart.com/showthread.php?t=74409)

vigneshkutty 09-07-2016 09:32 PM

Pass Product Detail To Javascript
 
Hi

In My Store (x cart 5.2.1.x), In Customer End if Customer Click a Product and Click add To Cart Then I want Show one POP-UP to Customer about Current product Detail of Customer Click product.

Kindly Suggest me How Pass all variable related to product that Click by user to java Script to Show POP_Up..

Awaiting For reply...

Thanks
Vignesh

qualiteam 09-22-2016 09:23 PM

Re: Pass Product Detail To Javascript
 
Hello,

There are no "variables". X-Cart 5 works differently. The page is made of a number of "widgets". Every widget is a PHP class that handles all the logic, and a template file that uses methods provided by the class. So, there is no single place where "variables" are defined. Instead, there are multiple classes that define methods supplying data to templates.

You should enable the webmaster mode and determine what existing widgets render the data you need. Then check the source code of these widgets and implement a similar logic in your custom widgets.

For developer's documentation please refer to the portal at http://devs.x-cart.com/

vigneshkutty 09-23-2016 01:12 AM

Re: Pass Product Detail To Javascript
 
Hi

Thanks For reply, i think i didn't explain you clearly my requirement but i got my requirement recent days.


Once again thanks

Thanks

kutty

x-cart 5.2.15

RexxBattery 09-23-2016 05:46 AM

Re: Pass Product Detail To Javascript
 
Quote:

Originally Posted by vigneshkutty
Hi

Thanks For reply, i think i didn't explain you clearly my requirement but i got my requirement recent days.


Once again thanks

Thanks

kutty

x-cart 5.2.15



How did you achieve this? Please let us know, thank you.


All times are GMT -8. The time now is 06:03 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.