I would like to write some custom code product actions in a controller is executed. When I have click on the product than showing multiple brands and after that click on brand then show product detail page. I am not able to how to achieve this functionality Please give me […]
Magento2
our items are no longer showing for each category page on the frontend. I have checked lots of items on the admin: Enabled = yes Product in website = yes Product in category = yes Stock status in stock = yes Visibility = catalog, search Reset index, Reindex and flush […]
I am trying to create and delete categories in Magento 2 but am facing some issues while doing it when Flat Categories option is enabled. The weird thing is, my code works fine when called from a bootstrap file like this. < ?php use MagentoFrameworkAppBootstrap; require __DIR__ . '/app/bootstrap.php'; $bootstrap […]
I recently installed a new Magento that was originally 2.2.2 . However the theme i am using then just came out with a updated theme for 2.3.2 so I uploaded that one and upgraded my Magento to 2.3.2 however now when I try to go to the site i get […]
I have recently install Magento 2.3. The app/design/frontend/magento/ is empty. I want to modify the product detail page and catalog detail pages. I am new to Magento can anybody help me in this
how can I exclude specific products from Catalog Price Rules?. I have 3 price rules that applies to all products depending on the customer group, however I don’t see anything in conditions that can exlcude products from those rules. Greetings!
I have a few products that are mainly used for partner orders and should not be on visible on frontend. But visible on backend order creations! In other words an internal product. I’m only looking for directions here. Thanks.
I have a Magento 2 site that we use PayPal for processing credit cards. The PayPal form is loaded into an iframe (don’t ask). This works great on desktops and tablets but with Chrome v77.0.3865.92 on Android I get the message: Redirect Blocked: https://payflowlink.paypal.com And there is a button: Always […]
getData(‘prop_65’)): ?> getUrl(‘https://www.p65warnings.ca.gov’) ?>”target=”_blank” class=”warning-msg-link”> require( [ ‘jquery’, ‘Magento_Ui/js/modal/modal’ ], function( $, modal ) { var options = { type: ‘popup’, responsive: true, innerScroll: true, title: ”, modalClass: ‘proTextModal-wrapper’, buttons: [{ text: $.mage.__(‘X’), class: ”, click: function () { this.closeModal(); $(‘#popup-modal’).modal(‘closeModal’); } }] }; var popup = modal(options, $(‘.warning-msg-text’)); $(“#proTextModal”).on(‘click’,function(){ […]