Showing ideas with status New.
Show all ideas
Hello, I would love to integrate OSPOS with Magento 2 as all the other POS systems are extremely expensive! Is there a way to do this, or will I have to manually export the data every time? Thanks, Prem
... View more
See more ideas labeled with:
We can't get quote data with the session in cron job. Please allow or give alternate solution.
... View more
See more ideas labeled with:
I have a scenario to return the bundle options product market price while refund. I have attached the sample screens as well Bundle Product Configuration: Dynamic Price - false Bundle Option 1 Name: Product 1 price type :Fixed Price Qty: 1 (Ex: 100 original price is 200) Name: Product 2 price type :Fixed Price Qty: 1 (Ex: 300 original price is 500) After I have ordered this product with the above option. In sales_order_item table product_options: {"info_buyRequest":{} contains only the 100, 300 amount. But I need the 200, 500 amount also in the original_price column of each items. currently original_price columns is 0.000. Please store the original price at the time purchasing . Magento version : Enterprice 2.2.6 Product
... View more
We need the ability to move reviews en mass easily. We had a problem with our M1 store view when it migrated that caused it to be corrupted. We created a new store view and the issue went away. Now we have 8000+ reviews that we have to move in the database. It'd be great if we could just select all the review and tell it what store to move them to, or to copy them to a new store or store view.
... View more
See more ideas labeled with:
Situation We have a Magento installation that conatins multiple websites, each with its own URL. For example shop1.domain.com for website 1 and shop2.other.com for website 2. Magento supports all it needs to do so, exept one little thing, a tiny but not unimportent part is missing for this solution to work out of the box. You have to start the correct website in the bootstrapping, mapping to your shop. In Fakt since the first version of magento i had to code this litle last step in the index.php and create multiple copies of the index.php and create multiple settings file for my apache server. Solution Please create a component that scans all the websites url's and build a cached repo where $_SERVER[\Magento\Store\Model\StoreManager::PARAM_RUN_CODE] and $_SERVER[\Magento\Store\Model\StoreManager::PARAM_RUN_TYPE] gets automatically set upon the $_SERVER['HTTP_HOST'] == $url_configured_in_setting Help? I allready have my own implementation of it, its just a patchwork direct in the index.php file, not a own class, i think you will do it it better, therefore i can send you my code, if its any help to you, just ask ;)
... View more
https://prnt.sc/mp1nt5 pls add the Paypal smart button to magento 2, other application such as WooCommerce have support it. That include the credit cards logo.
... View more
See more ideas labeled with:
The following blog mentions magento launching Amazon channel sales functionality. Can you confirm if this is still planned and will it be released to the community edition - if yes do you know the intended launch date? https://magento.com/news-room/press-releases/magento-gives-merchants-access-to-amazon-marketplace thank you
... View more
See more ideas labeled with:
After playing around with the different versions of Magento 2, I found 2.2.5 to be the most stable for the QQ.COM email spam attacker. In version 2.2.5 The spammer only shows up as a online visitor and does not create a new customer account automatically. In versions 2.2.6, 2.2.7, and 2.3.0 the email spammer automatically creates a customer account, bypassing the account login setup, creating the hundreds of customers per hour in the data base. I have tried using IP blockers, but the spam still gets through. In version 2.2.5 the data base visitor log shows over 750 visitors in about a 2-day period, but nothing shows visibly on the admin side, except who is on line at that time. With the online visitor it does not show any information on the ID, First Name, Last Name or Email columns, only shows Last Activity and Type. Usually 5 – 10 online at a time when I look. I think the next version of 2.3.X should have the same method of showing all incoming mail as a visitor and not as a customer that automatically creates the hundreds of customers per hour. Have an admin option to manually or automatically purge the visitor database at any time, otherwise the data base would continue to grow unchecked. (Could be purged every hour, once a day, once a week, once a month type options)
... View more
See more ideas labeled with:
I want the Magento 2 \Magento\Framework\HTTP\Client\Curl class to handle all http methods. I have added as a feature request in magento/community-feature repo on github. How can I add the feature myself ? https://github.com/magento/community-features/issues/101
... View more
See more ideas labeled with:
I know Temando is now added to core in M2. While using Magento Shipping, there is no way to configure child products in different shipment or different packages. Sales staff has to ship entire bundle product in 1 shipment. That means if a bundle item consist of 10 (10kg/item) child products, then sales staff must create a shipment that is 10 × 10kg = 100kg of weight. Most of the time a carrier might not accept big boxes and we might need to split the carrier. Sometime we might not have all the child products in warehouse for some reason and customer is happy to receive whatever we have, in that case we would want to send partial shipment of that bundle item. Why is this not added in Magento Shipping. There is "Ship Separately" and "Ship Together" setting in Bundle item itself and that is completely useless in Magento Shipping, where this is utilized in Flat Shpping or Free Shipping. I see that child items are skipped in code: public function getOrderData(): string
{
$order = $this->getOrder();
$orderItems = [];
foreach ($order->getAllItems() as $orderItem) {
if (!$orderItem->getIsVirtual() && !$orderItem->getParentItem()) {
// skip virtual and child items This feature is must needed for many business I believe. Magento shipping is backward than what we had in M1 with Temando.
... View more
See more ideas labeled with:
At this moment you can add widgets to a lot of specific pages, except for B2B pages (for example Company Registration Form)
... View more
See more ideas labeled with:
We sell grills and smokers. When someone places an order they will often add covers and other products. Occasionally we run into an issue where the order go on credit check, one of the items goes out of stock and the order fails to go into Magento. Which means we have to create an order for these lost souls manually. The happens more than I'd like in the holiday season where things go in and out of stock constantly. Here's the thing. If I am out of covers for your smoker it doesn't really matter at the time of order. Often there is a delay of a couple weeks while we cut, weld and paint your smoker. I may have the covers stock deplete and restore 2-3 times. It'd be great if having that grill in your cart caused everything else to ignore their inventory level. Yes we know a product can individually have it's inventory ignored, but I want a product to make other products inventory ignored. Right now it's just before Thanksgiving. If I order a really big grill with a custom paint job it may not ship until January. My inventory level of anything else in the cart is completely irrelevant.
... View more
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
I would like to make a feature request. When in the product catalogue, it would be nice to return to previous viewpoint after save. With a 15 minute timeout, and the need to continually be saving, it would save a lot of scrolling after each save. It would also just feel better in general, considering all the A-B work with front & back end. I hope to see this implemented in the near future, thanks!
... View more
See more ideas labeled with:
request: Basic Support for Stock Take [Stock freeze] Rationale We all do it. Every month, every quarter or every year. Count the stock: stock take. Magento does not support the basic business process. It should. The problem When you execute a stock take, this takes time. During this time orders enter the system. THere is nothing wrong with that. But you want to freeze the stock decrement until done. This can be easily achieved by a Magento quick win. Especially after the 2.3 version because stock and stock reserve are separated. Example Here we are with our nice little Magento store. It is 7 AM. No orders for today. So we pick all our orders and the stock in Magento versus the Warehouse = equal (suppose ;). The team then starts counting the products qty's and order picking is paused. During this time orders enter the system and decrement stock. When you are done counting you import all the stock (or in batches). The order picking starts again and this is where it goes wrong. All the sold products during the stock take have never been decremented fromt he stock Qty Solution Add a pause stock button on store level (in case you do stock take for complete warehouse in 1 go). And add a pause stock update button on product level. If the pause option is activated then stock is no longer decremented. After the stock take we undo the pause and stock is decremented from the Qty. This time the Warehouse <= IN SYNC => Magento
... View more
See more ideas labeled with:
Request: Set Product Attribute "Apply To" not based on Product Type but ... rather visibility (or new attribute) ... or attribute set related We sell for example T-shirts and ties. For T-shirts 1 configurable product exist. With several simple products. For Ties only simple products exist (onesize) Product meta data is stored on the parent product. For T-shirts the configurable product. For ties the simple product. Now if we make an attribute required like COLOR for simple products it also applies to the child products of the t-shirt: and this is where it goes wrong Every time we edit the qty of barcode of a simple product we are enforced to select a color for the simple product. And this is very wrong: meta data is stored on the parent configurable level To me this has always been a design flaw that can be improved Request: create attributes "Apply To" based on something else than Product Type. Rather I can imagine a product is set up as a Salable Parent (meaning: presented on the frontend). So if this flag is set then attribute checks and other apply. It would also simplify many rules and coupon setup.
... View more
See more ideas labeled with:
Product Images that are supplied by international brands often have a expiry date. This is becoming a bigger and biiger problem because brand crawlers or law-agents crawl the web to find these images that have expired, often resulting in fines. In fashion there are several kind of images plain product, pack shot (and zooms/angles) image on dummy/ghost image on a model The images on a model often are valid for a period X. After this date the image should be removed. Request: add a date field to magento product images to set as an start_from and end_date so we can schedule product images. (ps why is there no label/tag on this boad for legal or risk)
... View more
See more ideas labeled with:
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
Default functionality shows the requisition list icon only upon login. I'd like the option to show it to both logged-in and non logged-in users. If we offer it (and explain what it is), it's an incentive for users to log in.
... View more
See more ideas labeled with:
With wish-list sharing in mind, I'd like to see requisition lists shared in a similar way.
... View more