This file contains hidden or 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
| { | |
| "always_show_minimap_viewport": true, | |
| "bold_folder_labels": true, | |
| "color_scheme": "Packages/User/SublimeLinter/Facebook (SL).tmTheme", | |
| "font_face": "Fira Code", | |
| "font_size": 16, | |
| "ignored_packages": | |
| [ | |
| "Vintage" | |
| ], |
This file contains hidden or 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
| <?php | |
| namespace Creode\Whitegloveshippingmethod\Test\Model\Carrier; | |
| use Creode\Whitegloveshippingmethod\Model\Carrier\Whitegloveshippingmethod; | |
| class WhitegloveshippingmethodTest extends \PHPUnit_Framework_TestCase | |
| { | |
| private $scopeConfig; | |
| public function setUp(){ |
This file contains hidden or 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
| config.vm.provider "scotchbox" do |v| | |
| v.memory = 4096 | |
| v.cpus = 4 | |
| end |
This file contains hidden or 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
| /** | |
| * Retrieve the ID of the specification attribute group. | |
| * | |
| * @param ProductModel $product | |
| * @return int | |
| */ | |
| protected function _getSpecificationAttributeGroupId(ProductModel $product) | |
| { | |
| $attributeSetId = $product->getAttributeSetId(); | |
| $groupId = $this->catalogConfig->getAttributeGroupId( |
This file contains hidden or 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
| SKU does not exist:SKU does not exist:12065RETAILSKU does not exist:21990BBESKU does not exist:21991BBESKU does not exist:FFCBBE |
This file contains hidden or 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
| No Recess | |
| Single Recess | |
| Double Recess | |
| With Back | |
| Without Back | |
| With Legs | |
| Without Legs | |
| With Floor Fixings | |
| Without Floor Fixings | |
| Pu Arm |
This file contains hidden or 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
| 26'' | |
| 30'' | |
| 28'' | |
| 20'' | |
| 22'' | |
| 24'' | |
| 17'' | |
| 18'' | |
| 16'' | |
| 6'' |
This file contains hidden or 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
| 26'' | |
| 30'' | |
| 28'' | |
| 20'' | |
| 22'' | |
| 24'' | |
| 17'' | |
| 20'' | |
| 17'' | |
| 20'' |
This file contains hidden or 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
| [ | |
| { | |
| "command": "settings", | |
| "settings": { | |
| "basePath": "/", | |
| "pathPrefix": "en-gb/", | |
| "ajaxPageState": { | |
| "theme": "vivwest", | |
| "theme_token": "097euE1YZuWjHk5THRGAufn5xvvQCCj4Qd4UYGJ4zlQ", | |
| "jquery_version": "1.7" |
This file contains hidden or 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
| /** | |
| * Homepagetemplate block | |
| * | |
| * | |
| <p>CMS homepage content goes here.</p> | |
| <p>{{widget type="Creode\Banner\Block\Widget\BannerSlider" group="group" sliderwidth="500"}}</p> | |
| <p>{{widget type="Creode\Customreviews\Block\Widget\Customreviewsslider" group="homepagereviews" sliderwidth="500"}}</p> |