Showing ideas with label other.
Show all ideas
Hi there, We recently came across with an issue where Magento intentionally disabled discount for Gift Card Type Products. It was there in Magento 1 and I totally understand that discount on gift card products may be leads to any fraud since Gift Card is similar to Cash value. But I noticed that in the code it is checking if it's Gift Card Type product then no cart rule apply. This check needs to be done at Admin Configuration, so if merchant want to enable/disable then should able to change that easily without any code change. User Case: We have Physical/Virtual Gift Cards Setup. We created a Cart rule where we can give 10% discount for above products. While looking into code at following file we noticed that it is invalidating gift card type products that's why we are not able to give any discount. File: vendor/magento/module-gift-card/Model/Validator/Discount.php Code: public function isValid($item) { if (Giftcard::TYPE_GIFTCARD == $item->getProductType()) { return false; } return true; } As mentioned above, it would be great if you include this feature in Admin Config. Thanks, Devendra Gajera Corra Inc
... View more
See more ideas labeled with:
-
checkout
-
other
Hello everyone, Does anyone know how to change 'Add To Cart' button text and relink the button? Sometimes I need to direct customer from my store to another place in the net. I followed these 2 guides: https://community.magento.com/t5/Magento-1-x-Admin-Configuration/Changing-Add-to-cart-button-text-and-relink/td-p/11658 https://www.tigren.com/change-add-cart-button-text-magento/ But they're the guide for Magento 1.9. The curent version is Magento 2.2.6 and the code is different, I can change the button text, but can not relink it. I created an atrribute 'get_link' to get the external URL from user's input, but it did not work. This is my code for the file 'addtocart.phtml' within current theme: https://drive.google.com/file/d/14WUsLE1arTCSX2V0jqKzmTkSH6fwY9X6/view?usp=sharing Or, does anyone know where I can find information for this problem? Hope you will take a look. Thank a lot!!
... View more
With wish-list sharing in mind, I'd like to see requisition lists shared in a similar way.
... View more
See more ideas labeled with:
-
other
-
platform
As per current mechanism , If new version release then we must need to put live store into maintenance mode or need to do it into staging and need to upgrade version first and then test whole site and if any issue occurred with current code then need to fix it and after all of stuff doing we able to move latest code into live site. It all taking minimum 1 hrs if user's have very high speed server to complete this process. If magento have auto update version feature like auto update browser version then it will more safely way to choose magento than other framework.
... View more
See more ideas labeled with:
-
CMS
-
other
As per current mechanism , If new version release then we must need to put live store into maintenance mode or need to do it into staging and need to upgrade version first and then test whole site and if any issue occurred with current code then need to fix it and after all of stuff doing we able to move latest code into live site. It all taking minimum 1 hrs if user's have very high speed server to complete this process. If magento have auto update version feature like auto update browser version then it will more safely way to choose magento than other framework.
... View more
See more ideas labeled with:
-
extensions
-
other
To increase the qty of magento merchants, it is strongly recommended to establish the affiliate network from Magento. That would increase the e commerce site's sales. There is already this network from the shopify which attract many merchants.
... View more
See more ideas labeled with:
-
other
Hi, What I'm missing is an option in my account, my purchases to remove an extension from my list. Sometimes you add a extension and decide it's not working or not what you wanted. Now all the extensions stay in your marketplace, my purchases and through that end up in my magento backend webwizard. Would be nice to have this option.
... View more
See more ideas labeled with:
-
extensions
-
other
We need to be able to see what customers purchased what products. Currently there is no way to see that. Would be ideal to be able to show the customer, the order and the products in that order.
... View more
See more ideas labeled with:
-
other
-
platform
Sometimes in custom development we need to implement a Pool (http://designpatternsphp.readthedocs.io/en/latest/Creational/Pool/README.html). In Magento there is the \Magento\Framework\ObjectManager\TMap class, which is a generic Pool. The idea is to use it as a VirtualType, or even in a composition of a Pool (as it's done for many Pools in Magento 2 core). Is there any reason to make it as internal? What's the recommended way to achieve a pool with the Magento 2 stack?
... View more
See more ideas labeled with:
-
developer
-
extensions
-
other
when one changes the base-currency, the prices of products remain with the digits of the previous currency. So someone has to export fix prices, and import again. This should be auto, i.e. the price-digits should change to the new currency.
... View more
See more ideas labeled with:
-
other
Hi When we export the products, it lists all the products. There are more than 20 k products on our store. How to export the products as the specific category?
... View more
See more ideas labeled with:
-
admin panel
-
other
Status:
New
Submitted on
05-03-2018
07:38 PM
Submitted by
petur_sigurdsson1
on
05-03-2018
07:38 PM
Wouldn't it make more sense, more consistent and be more extendable if the get operation returns null? As it is now, I need to handle the exception thrown by the system or run my own check first to check if the attribute that I'm looking for isn't there. By comparison, the getList operation returns an empty if Magento can't find what I'm looking for. Wouldn't it be better to return null or empty... something, so user can choose how they want to deal with this situation. Throwing exception basically just tells the user that the system think what they are doing is an error/wrong, when it's really subjective. There's lots of situation where looking for something that isn't there is not wrong, just let the user handles the situation themselves.
... View more
See more ideas labeled with:
-
other
When exporting the products, could we choose which categories to be exported?
... View more
See more ideas labeled with:
-
other
Where can we get a complete list of Magento 2.1 Community reported bugs? Having just installed M2 Community, every time we run into an issue we are told by our developers "that is a Magento bug". We would like to know what is a legitimate bug, if Magento is working on it, when it might be fixed or if we need to fix it ourselves. We love the product but are often frustrated when we cannot get straight answers. Please advise.
... View more
See more ideas labeled with:
-
admin panel
-
Catalog
-
other
Please remove the title of the Related Products ,Up-Sell Products ,Cross-Sell Products The appearance looks bad when they are displayed on the mobile.
... View more
See more ideas labeled with:
-
other
Attribute sets should be an available condition in category rules for adding products to a category (as they are in marketing rules).
... View more
See more ideas labeled with:
-
other
In several cases when we are developing a B2B store for customer, they have a need for a role that could make purchases, but would not see the pricing structure. It would make Magento B2B module much more desirable, if this would be a basic feature in it.
... View more
See more ideas labeled with:
-
other
Magento 2.2.1 with 3 store view / languages In product ID 192, the product has a color option with 20 color value, and I have translated it for 3 different store view / languages In default store view: In French store view: In product ID 191, the product has the same custom options like in product 192. I click on import options in Customizable Options in default store view, and import it from product ID 192, then save. And then, I changed to French store view, the value should be in French as I translated in product ID 192, but all be covered by default value. And I tried to import it in French store view, but the value also be covered by default value. So, for multi language site, import custom option should import with different store view, that will be much easier to add products.
... View more
See more ideas labeled with:
-
admin panel
-
Catalog
-
other
Status:
New
Submitted on
01-17-2018
06:13 AM
Submitted by
chelsea_garthwaite
on
01-17-2018
06:13 AM
Our products are very heavy 65 lbs in a 24 x 49 in box, normally we would request a call tag option via FedEx for them to go out and pickup the product (they bring the label) instead of us creating an RMA label for the customer and having them deal with it. Fedex would then pickup the package on the date we request. I would love to see this option incorporated as it is best practice for us and the large packages we ship.
... View more
See more ideas labeled with:
-
other
-
Shipping
This is more of a demand than a suggestion, because it's total madness that this is not standard. How has this simple thing, that is so important, been overlooked by Magento? I'm creating a multivendor marketplace using Magento2 for fashion retailers. In the world of fashion (and many other retail avenues) have all kinds of odd names for their colours, to make them sound more exciting for buyers. However in Magento2, when creating a configurable product using attributes, when choosing colours you can only see the colour name, not the swatch of the colour. Why the hell would Magento leave such a simple thing out?! How on earth are vendors supposed to know the variant shades between the colour names, if they cannot see the colours?! Just look at that! ...It's pathetic. I'm not sure this should even be a suggestion, if the Magento team see this post, you should just get this sorted because it's total madness. I've sunk a lot of money into building this with Magento2 so far, but to have this simple thing have such a detrimental effect at this stage ...Just shame on Magento for having overlooked this. I've seen posts for this dating back to 2016, it's now November 2017. GET IT DONE.
... View more
See more ideas labeled with:
-
admin panel
-
Catalog
-
other
-
platform