I have magento 2.4.6. I have Enabled Automatic Assignment to Customer Group. Group for Valid VAT ID – Domestic is B2B0% (which means 0 tax) Group for Invalid VAT ID- B2B21% (which means 21tax). I have configured these everything is working fine. Now i have tier prices for few products […]
Magento
I have a Magento site, running on the Apache. Sometimes it gives us the 504 Time Out Gateway. Steps I performed till now : increased the time out related in the php.ini What will be the reason, If anyone has faced this issue or helped me regarding this would be […]
I have created a custom validation rule in my admin ui form using the below link https://webkul.com/blog/add-custom-validation-rule-in-ui-component-form-field/ If I use a direct condition then it is working fine. I need to call a ajax function and based on that response I need to validate the field. In this case it […]
i’m using toogle button in my admin form , and save successfully but when i am editng admin grid then toggle button status not change according to status (true or false)
I’m unable to move the csv the file after generate the data from my var/report folder to another sftp server. Please help me.
We are running a Magento ver. 2.4.6-p1 site. We have an auto fetch setup for our products so the GMC can see the latest XMl feed each week. We have 157 products that get the “Missing value [shipping]” in the gmc. These products are farm equipment, which when a person […]
jQuery(function(){ //jQuery(document).ready(function ($) { { // Change this to the location of your server-side upload handler: var count = 0; var url = "<?php echo $this->url(array('module' => 'advalbum', 'controller' => 'index', 'action' => 'upload-photo'), 'default')?>"; jQuery('#fileupload').fileupload({ url: url, dataType: 'json', done: function (e, data) { $('files').style.display = 'block'; jQuery('.files-contain').addClass('success'); jQuery.each(data.result.files, […]
Hi i need a discount rule that looks at all the products in the cart > if the total of products in the cart from category A ≥$2500 > 15% discount is applied to the amount over 2500. is this possible?
Newbie so apologies if I get some of the terminology wrong. I’ve recently started working with Magento using Mark Shust’s docker version and getting along ok. However, my custom theme that inherits from blank has stopped updating automatically. Clearing the caches either by command or emptying the relevant cache folders […]