Файловый менеджер - Редактировать - /home/lmsyaran/public_html/j3/plugins/hikashop/cartnotify/cartnotify.xml
Назад
<?xml version="1.0" encoding="utf-8"?> <extension type="plugin" version="2.5" method="upgrade" group="hikashop"> <name>Hikashop Add to Cart notification Plugin</name> <creationDate>12 février 2021</creationDate> <version>4.4.1</version> <author>Obsidev</author> <authorEmail>dev@hikashop.com</authorEmail> <authorUrl>http://www.hikashop.com</authorUrl> <copyright>(C) 2011-2021 OBSIDEV. All rights reserved.</copyright> <license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license> <description>This plugin display notifications when a product is added to the cart</description> <files> <filename plugin="cartnotify">cartnotify.php</filename> <folder>media</folder> </files> <params addpath="/components/com_hikashop/params"> <param name="notification_reference" type="list" default="global" label="HIKA_CARTNOTIFICATION_REFERENCE_LBL" description="HIKA_CARTNOTIFICATION_REFERENCE_DESC"> <option value="global">HIKA_CARTNOTIF_REF_GLOBAL</option> <option value="button">HIKA_CARTNOTIF_REF_BUTTON</option> <option value="popup">HIKA_CARTNOTIF_REF_POPUP</option> </param> <param name="continue_url" type="text" size="50" default="" label="HIKA_CARTNOTIFICATION_CONTINUE_URL_LBL" description="HIKA_CARTNOTIFICATION_CONTINUE_URL_DESC" /> <param name="notification_position" type="list" default="top right" label="HIKA_CARTNOTIFICATION_POSITION_LBL" description="HIKA_CARTNOTIFICATION_POSITION_DESC"> <option value="top right">HIKA_CARTNOTIF_POS_TOPRIGHT</option> <option value="top center">HIKA_CARTNOTIF_POS_TOPCENTER</option> <option value="top left">HIKA_CARTNOTIF_POS_TOPLEFT</option> <option value="right">HIKA_CARTNOTIF_POS_RIGHT</option> <option value="bottom right">HIKA_CARTNOTIF_POS_BOTTOMRIGHT</option> <option value="bottom center">HIKA_CARTNOTIF_POS_BOTTOMCENTER</option> <option value="bottom left">HIKA_CARTNOTIF_POS_BOTTOMLEFT</option> <option value="left">HIKA_CARTNOTIF_POS_LEFT</option> </param> <param name="notification_click_to_checkout" type="list" default="1" label="HIKA_CARTNOTIFICATION_NOTIFICATION_CLICK_TO_CHECKOUT" description="HIKA_CARTNOTIFICATION_NOTIFICATION_CLICK_TO_CHECKOUT_DESC"> <option value="0">HIKASHOP_NO</option> <option value="1">HIKASHOP_YES</option> </param> <param name="delay" type="text" size="50" default="5000" label="HIKA_CARTNOTIFICATION_DELAY_LBL" description="HIKA_CARTNOTIFICATION_DELAY_DESC"/> <param name="auto_redirect" type="list" default="on_success" label="HIKA_CARTNOTIFICATION_REDIRECT" description="HIKA_CARTNOTIFICATION_REDIRECT_DESC"> <option value="on_success">HIKA_CARTNOTIFICATION_ON_SUCCESS</option> <option value="no_redirect">HIKA_CARTNOTIFICATION_NO_REDIRECT</option> </param> <param name="auto_redirect_delay" type="text" size="50" default="5000" label="HIKA_CARTNOTIFICATION_REDIRECT_DELAY_LBL" description="HIKA_CARTNOTIFICATION_REDIRECT_DELAY_DESC" /> <param name="guest_wishlist_redirect" type="list" default="0" label="HIKA_CARTNOTIFICATION_GUEST_WISHLIST_REDIRECT" description="HIKA_CARTNOTIFICATION_GUEST_WISHLIST_REDIRECT_DESC"> <option value="0">HIKASHOP_NO</option> <option value="1">HIKASHOP_YES</option> </param> </params> <config> <fields name="params" addfieldpath="/components/com_hikashop/fields"> <fieldset name="basic"> <field name="notification_reference" type="list" default="global" label="HIKA_CARTNOTIFICATION_REFERENCE_LBL" description="HIKA_CARTNOTIFICATION_REFERENCE_DESC"> <option value="global">HIKA_CARTNOTIF_REF_GLOBAL</option> <option value="button">HIKA_CARTNOTIF_REF_BUTTON</option> <option value="popup">HIKA_CARTNOTIF_REF_POPUP</option> </field> <field name="continue_url" type="url" size="50" default="" showon="notification_reference:popup" label="HIKA_CARTNOTIFICATION_CONTINUE_URL_LBL" description="HIKA_CARTNOTIFICATION_CONTINUE_URL_DESC" /> <field name="notification_position" type="list" default="top right" showon="notification_reference!:popup" label="HIKA_CARTNOTIFICATION_POSITION" description="HIKA_CARTNOTIFICATION_POSITION_DESC"> <option value="top right">HIKA_CARTNOTIF_POS_TOPRIGHT</option> <option value="top center">HIKA_CARTNOTIF_POS_TOPCENTER</option> <option value="top left">HIKA_CARTNOTIF_POS_TOPLEFT</option> <option value="right">HIKA_CARTNOTIF_POS_RIGHT</option> <option value="bottom right">HIKA_CARTNOTIF_POS_BOTTOMRIGHT</option> <option value="bottom center">HIKA_CARTNOTIF_POS_BOTTOMCENTER</option> <option value="bottom left">HIKA_CARTNOTIF_POS_BOTTOMLEFT</option> <option value="left">HIKA_CARTNOTIF_POS_LEFT</option> </field> <field name="notification_click_to_checkout" type="list" default="1" showon="notification_reference!:popup" label="HIKA_CARTNOTIFICATION_NOTIFICATION_CLICK_TO_CHECKOUT" description="HIKA_CARTNOTIFICATION_NOTIFICATION_CLICK_TO_CHECKOUT_DESC"> <option value="0">HIKASHOP_NO</option> <option value="1">HIKASHOP_YES</option> </field> <field name="delay" type="text" size="50" default="5000" showon="notification_reference!:popup" label="HIKA_CARTNOTIFICATION_DELAY_LBL" description="HIKA_CARTNOTIFICATION_DELAY_DESC" /> <field name="auto_redirect" type="list" default="on_success" showon="notification_reference!:popup" label="HIKA_CARTNOTIFICATION_REDIRECT" description="HIKA_CARTNOTIFICATION_REDIRECT_DESC"> <option value="on_success">HIKA_CARTNOTIFICATION_ON_SUCCESS</option> <option value="no_redirect">HIKA_CARTNOTIFICATION_NO_REDIRECT</option> </field> <field name="auto_redirect_delay" type="text" size="50" default="4000" showon="auto_redirect:on_success[AND]notification_reference!:popup" label="HIKA_CARTNOTIFICATION_REDIRECT_DELAY_LBL" description="HIKA_CARTNOTIFICATION_REDIRECT_DELAY_DESC" /> <field name="guest_wishlist_redirect" type="list" default="0" label="HIKA_CARTNOTIFICATION_GUEST_WISHLIST_REDIRECT" description="HIKA_CARTNOTIFICATION_GUEST_WISHLIST_REDIRECT_DESC"> <option value="0">HIKASHOP_NO</option> <option value="1">HIKASHOP_YES</option> </field> </fieldset> </fields> </config> </extension>
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка