WT Add products info to Joomla script options


WT Add products info to Joomla script options

WT Add products info to Joomla script options

Adds JoomShopping product info to Joomla script options. You can access it from javascript via Joomla.getOptions('jshop_products_details'). Joomla 3 and Joomla 4 support.

Description

This plugin is intended for developers. This solution is not in "1 click".

Demo video

What is it and why?

What is it?

To create feedback forms in the online store on Joomla JoomShopping, such as:

  • quick order of goods
  • ask a question about the product
  • request for a discount on an ite
  • wholesale price request

And so on - for all Joomla feedback forms, where you need to specify information about the product.

This plugin is necessary for those who use the professional plugin feedback form - Radical Form - in their work. I wrote more about how to use Radical Form (in Russian) in my blog.

Tutorial (rus)

Why it?

In order to make a beautiful and informative lead magnet, a feedback form that specifies the specific product in question.

Webmasters often get data for forms directly from the HTML layout of the site. In the case of a design change, it is easy to damage the structure on which the JS script relies and the feedback form will stop receiving data about the product.

This data should not depend on the design of the site. In Joomla there is a great native way to transfer data from PHP to JavaScript using a JSON object and receive it.

Getting data about JoomShopping products for the feedback form

Joomla.getOptions('your_json_object_with_data_from_php_here');

This way, you can get data from a JSON object. The product_id variable is read in advance from the button that the site visitor clicks on.

let jshop_products_details = Joomla.getOptions('jshop_products_details');>
let product_name = jshop_products_details[product_id]['product_name'];
let product_price = jshop_products_details[product_id]['price'];
let product_image_url = jshop_products_details[product_id]['product_image_url'];
let product_ean = jshop_products_details[product_id]['ean']; 

The plugin works in the product category, the list of products of the manufacturer, the single product view. The structure of the json array is the same everywhere - you don't have to write different code for different pages.

Joomla

Extension type:
Plugin
Folder:
Jshoppingproducts
Joomla version:
3.10, 4.1

What's new

WT Add products info to Joomla script options v.1.1.3

Fixed method call error for Joomla 3

WebTolk Joomla Extensions

69 Extensions
9 Categories
271 Versions released
236574 Downloads
Cart
Cart is empty