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(){ […]
Magento1
we have a problem after install BSS MultipleStoreViewPricing module ,we trying to enable the extension Stores then Configuration then Catalog.Store View to enable the module. Save Config the problem when try to run command php bin/magento indexer:reindex get the attached error image enter link description here SQLSTATE[42S22]: Column not found: […]
I have 4 shopify stores that I am hoping to convert into a single one using Magento. Far as I understand, it is possible to configure different prices, shipping methods, payment methods for each store. What I have not any help with all the Googling is if I could use […]
How to achieve in Magento2 category listing page left side attribute position set for specific category page wise change it.please if any idea replies me. by default, admin side manage it for attribute level but I want to frontend side category wise change attribute position.
Here I want to display only those data who has emailstatus=1 from my custom table. Here I have xml code. filepath : app/code/chirag/stockproduct/view/adminhtml/layout/stockproduct_index_newlist.xml < ?xml version="1.0"?> Out of Stock Product Notifier : Display New List spinner_columns add Add New Post primary */*/new id ChiragStockproductModelResourceModelTestNewlistcollection id DESC 1 1 ID id […]
We are using Magento 2.2.8 When we refund back-ordered items, the order status is not set to complete even though all items have either been refunded or shipped. I’m pretty sure this is the functionality of Magento, but it doesn’t seem right to me and I’m not sure what would […]
I just want add a custom function in layered navigation block MagentoLayeredNavigationBlockNavigation the function : public function getActiveFilters() { $filters = $this->getLayer()->getState()->getFilters(); if (!is_array($filters)) { $filters = []; } return $filters; } ive tried to create custom module to override block with preferences as well as plugin, but no luck […]
so im using m2e pro extension on magento 2.3 suddenly the synchronizing stopped from working. thats because that m2e pro uses their own cron job and they sends curl calls to the server, but my server response with BOM byte. script for exemple: ?php $ch = curl_init(); curl_setopt_array($ch, array( CURLOPT_URL […]
I’m having an issue whereby when I click ship to this address on Magento 1 I get redirected to the cart. I’ve checked and this is not php or server related. Can anyone help?