Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
VirtueMart
Subscribe Buyers to AcyMailing for VirtueMart
Commits
32962f50
Commit
32962f50
authored
Apr 27, 2014
by
Reinhold Kainhofer
Browse files
Trying to make it ready for VM 2.1
parent
8f5c6c43
Changes
1
Hide whitespace changes
Inline
Side-by-side
acymailing_subscribe_buyer.xml
View file @
32962f50
...
...
@@ -22,9 +22,10 @@
<language
tag=
"de-DE"
>
de-DE/de-DE.plg_vmcustom_acymailing_subscribe_buyer.sys.ini
</language>
</languages>
<scriptfile>
acymailing_subscribe_buyer.script.php
</scriptfile>
<!-- VM 2.1 support (fields rather than params): -->
<vmconfig>
<fields
name=
"params"
>
<fieldset>
<fieldset
name=
"customfield"
label=
"VMCUSTOM_ACYBUYER"
>
<field
name=
"subscribe_buyers_default"
type=
"radio"
scope=
"com_virtuemart"
default=
"1"
label=
"VMCUSTOM_ACYBUYER_AUTO_SUBSCRIBE"
description=
"VMCUSTOM_ACYBUYER_AUTO_SUBSCRIBE_DESC"
>
<option
value=
"0"
>
COM_VIRTUEMART_NO
</option>
<option
value=
"1"
>
COM_VIRTUEMART_YES
</option>
...
...
@@ -37,7 +38,8 @@
</fieldset>
</fields>
</vmconfig>
<!-- VM 2.0 support (params rather than fields): -->
<params
addpath=
"/administrator/components/com_virtuemart/elements"
>
<param
type=
"vmjpluginwarning"
/>
<param
name=
"subscribe_buyers_default"
type=
"radio"
default=
"1"
label=
"VMCUSTOM_ACYBUYER_AUTO_SUBSCRIBE"
description=
"VMCUSTOM_ACYBUYER_AUTO_SUBSCRIBE_DESC"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment