skip to Main Content

In Magento2 (2.2.5) uicomponent form in frontend, SAVE button not appearing with form

I added uiform in frontend. Form is loading but save button is not appearing. Code details: 1. employee_form.xml code: <argument name="data" xsi:type="array"> <item name="js_config" xsi:type="array"> <item name="provider" xsi:type="string">employee_form.employee_form_data_source</item> </item> <item name="label" xsi:type="string" translate="true">Assign Product Form</item> <item name="template" xsi:type="string">templates/form/collapsible</item> <item name="spinner"…

VIEW QUESTION

Magento 2 get store id

magento 2 get store id php I need to show something based on store id for exapmle; <?php if ($store == "2") {?> <div class="block-bottom"> <a class="button-sticky-bottom" href="<?php echo $this->getUrl('') ?>"> <i class="fa fa-flag" style="font-size: 18px;"></i> <span><?php echo __('Language'); ?></span>…

VIEW QUESTION

Is this a varnish hit? – Magento

I am having an issue with Varnish installed with Magento 2, I have followed this tutorial https://slack-redir.net/link?url=https%3A%2F%2Fwww.techrepublic.com%2Farticle%2Fhow-to-speed-up-apache-with-varnish-http-cache%2F I used the next command : curl -I localhost/folder1/folder2 HTTP/1.1 200 OK Date: Tue, 16 Oct 2018 22:23:50 GMT Server: Apache/2.4.18 (Ubuntu) Last-Modified:…

VIEW QUESTION

Magestore checkout page show error in magento 2

I am using latest Rewardspoint module for magento2 and it display me blank checkout page. When I checked the system.log then it show me this error; [2018-10-12 04:06:11] main.CRITICAL: Source class "MagestoreRewardpointsModelPluginQuoteCartCartTotalInterface" for "MagestoreRewardpointsModelPluginQuoteCartCartTotalRepository" generation does not exist. [] []…

VIEW QUESTION
Back To Top
Search