-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #78 from JBZoo-CCK/develop
Develop to master 4.11
- Loading branch information
Showing
106 changed files
with
12,779 additions
and
12,120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
language: php | ||
|
||
php: | ||
- 7.2 | ||
- 7.3 | ||
|
||
matrix: | ||
fast_finish: true | ||
include: | ||
- php: 7.2 | ||
- php: 7.3 | ||
|
||
script: | ||
- make dev | ||
|
19 changes: 19 additions & 0 deletions
19
src/packages/jbuniversal/jbuniversal/cart-elements/email/track/tmpl/track.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?php | ||
/** | ||
* JBZoo Application | ||
* | ||
* This file is part of the JBZoo CCK package. | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
* | ||
* @package Application | ||
* @license GPL-2.0 | ||
* @copyright Copyright (C) JBZoo.com, All rights reserved. | ||
* @link https://github.com/JBZoo/JBZoo | ||
* @author Denis Smetannikov <[email protected]> | ||
*/ | ||
|
||
// no direct access | ||
defined('_JEXEC') or die('Restricted access'); | ||
|
||
echo $order->track; |
32 changes: 32 additions & 0 deletions
32
src/packages/jbuniversal/jbuniversal/cart-elements/email/track/track.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?php | ||
/** | ||
* JBZoo Application | ||
* | ||
* This file is part of the JBZoo CCK package. | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
* | ||
* @package Application | ||
* @license GPL-2.0 | ||
* @copyright Copyright (C) JBZoo.com, All rights reserved. | ||
* @link https://github.com/JBZoo/JBZoo | ||
* @author Denis Smetannikov <[email protected]> | ||
*/ | ||
|
||
// no direct access | ||
defined('_JEXEC') or die('Restricted access'); | ||
|
||
/** | ||
* Class JBCartElementEmailOrderID | ||
*/ | ||
class JBCartElementEmailTrack extends JBCartElementEmail | ||
{ | ||
/** | ||
* @param array $params | ||
* @return bool | ||
*/ | ||
public function hasValue($params = array()) | ||
{ | ||
return $this->getOrder()->track; | ||
} | ||
} |
24 changes: 24 additions & 0 deletions
24
src/packages/jbuniversal/jbuniversal/cart-elements/email/track/track.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<!-- | ||
JBZoo Application | ||
This file is part of the JBZoo CCK package. | ||
For the full copyright and license information, please view the LICENSE | ||
file that was distributed with this source code. | ||
@package Application | ||
@license GPL-2.0 | ||
@copyright Copyright (C) JBZoo.com, All rights reserved. | ||
@link https://github.com/JBZoo/JBZoo | ||
--> | ||
<element type="element" group="Core" hidden="false"> | ||
<name>JBZOO_ELEMENT_EMAIL_TRACK_NAME</name> | ||
<author>JBZoo.com</author> | ||
<creationDate>2014</creationDate> | ||
<copyright>Copyright (C) JBZoo.com</copyright> | ||
<authorEmail>[email protected]</authorEmail> | ||
<authorUrl>http://jbzoo.com</authorUrl> | ||
<version>1.0</version> | ||
<description>JBZOO_ELEMENT_EMAIL_TRACK_DESC</description> | ||
|
||
</element> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 31 additions & 0 deletions
31
src/packages/jbuniversal/jbuniversal/config/forms/subforms/yandexyml.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<!-- | ||
JBZoo Application | ||
This file is part of the JBZoo CCK package. | ||
For the full copyright and license information, please view the LICENSE | ||
file that was distributed with this source code. | ||
@package Application | ||
@license GPL-2.0 | ||
@copyright Copyright (C) JBZoo.com, All rights reserved. | ||
@link https://github.com/JBZoo/JBZoo | ||
--> | ||
<form> | ||
<fields> | ||
<fieldset name="configyml" label="" addfieldpath="/media/zoo/applications/jbuniversal/joomla/fields"> | ||
|
||
<field name="element" type="jbelements" default="" label="JBZOO_CONFIG_YML_CUSTOM_CONDITIONS_ELEMENTS" | ||
description="JBZOO_CONFIG_YML_CUSTOM_CONDITIONS_ELEMENTS_DESC"/> | ||
|
||
<field name="mode" type="list" default="0" label="JBZOO_CONFIG_YML_CUSTOM_CONDITIONS_MODE" | ||
description="JBZOO_CONFIG_YML_CUSTOM_CONDITIONS_MODE_DESC"> | ||
<option value="equal">JBZOO_CONFIG_YML_CUSTOM_CONDITIONS_MODE_EQUAL</option> | ||
<option value="no-equal">JBZOO_CONFIG_YML_CUSTOM_CONDITIONS_MODE_NOT_EQUAL</option> | ||
</field> | ||
|
||
<field name="value" type="text" default="yes" label="JBZOO_CONFIG_YML_CUSTOM_CONDITIONS_VALUE" | ||
description="JBZOO_CONFIG_YML_CUSTOM_CONDITIONS_VALUE_DESC"/> | ||
</fieldset> | ||
</fields> | ||
</form> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.