Skip to main content

Documentation for JoomShopping / YOOtheme Pro Integration Universal string variable

If third-party plugins add some of their variables to the highest level or sublevel, and you know their path/name, you can try to display them in the template.

For example, the Cryptomus for JoomShopping plugin adds a link to pay the invoice to the order on the order page in the user account. The full path of this variable when displayed in the template is $this->order->payment_url. To output a value to the template, you need to assign the variable "Universal string variable" to the field and specify in the arguments: parent - order, variable name - payment_url.

In some cases, the "parent" field does not need to be specified.