AnonSec Shell
Server IP : 54.36.91.62  /  Your IP : 216.73.217.111
Web Server : Apache
System : Linux webm013.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User : coopiak ( 151928)
PHP Version : 8.3.23
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/coopiak/amisdesseniors-fr/montpellier/plugins/hikashop/cartnotify/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/coopiak/amisdesseniors-fr/montpellier/plugins/hikashop/cartnotify/cartnotify.xml
<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" version="2.5" method="upgrade" group="hikashop">
	<name>Hikashop Cart notification Plugin</name>
	<creationDate>16 août 2025</creationDate>
	<version>6.1.0</version>
	<author>Obsidev</author>
	<authorEmail>dev@hikashop.com</authorEmail>
	<authorUrl>http://www.hikashop.com</authorUrl>
	<copyright>(C) 2011-2025 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" label="HIKA_CARTNOTIFICATION_DELAY_LBL" description="HIKA_CARTNOTIFICATION_DELAY_DESC" />
				<field 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>
				</field>
				<field name="auto_redirect_delay" type="text" size="50" default="4000" showon="auto_redirect:on_success" 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>

Anon7 - 2022
AnonSec Team