I would like to inform , That whenever uploading the product image that was adapted mechanism defaults stored the media to locally instead of s3 bucket , even when you install the s3 extensions, It should avoid and need little identify to default mechanism to adopt s3 bucket.As well as the invoice always storing in locally it should save in s3 bucket.
... View more
See more ideas labeled with:
There is no “Place Order" Button for the latest ce 2.3.1, the customer do not know to checkout , then have to give up the purchase, we have to make the simple checkout instruction there. It is URGENT to solve it.
... View more
See more ideas labeled with:
Status:
New
Submitted on
06-05-2019
05:16 AM
Submitted by
antonioeternalparquet_antonioeternalparquet
on
06-05-2019
05:16 AM
Hello, I am running a server with plesk installed with the latest version 17.8.11 . The magento package for plesk is version 2.1.0, I would like to install the latest version 2.3.1 but the plesk support said that this version is not supported. When the aps package will be upgraded with the latest magento version? Thanks for your answer.
... View more
Hi! We're running Magento Commerce 2.3 in Docker containers and are looking at centralising logging using Docker's logging framework. For this to work, all logging from applications inside the container needs to be sent to stdout/stderr to be collected by Docker's log service, instead of the standard files under `var/log` and `var/reports`. The Monolog logging framework used by Magento can log in the way required using it's `streamhandler` output, configured to send to `php://stderr`. As Magento does not appear to expose Monolog's configuration for the default loggers, we've tried to re-assign all handlers via DI to the streamhandler as described above, but have had very little luck. Could you please advise if there's a way to configure the default loggers, either via config or code, to send output to stdout/stderr, or accept a feature request to provide this level of configuration? Thanks, Todd.
... View more
We'd like a way to update product categorisation via an import without deleting the product Currently the 'add/update' behavior does not unassign a category for a product. The only way to do this is by using 'replace' which effectively deletes the product - this creates a new ID and is not fit for purpose.
... View more
See more ideas labeled with:
Please add support to Google Product Reviews for is_spam YES or NO Defaults to NO Google and other aggregators no longer like to have none consequetive review data, meaning review uploads should look like 1,2,3,4,5 and not 1,2,4,5 (3 missing) where review 3 was a SPAM item. See is_spam fields in the specification https://developers.google.com/product-review-feeds/sample/ This way we can export all reviews 1,2,3,4,5 where 3 is marked as is_spam = true https://imgur.com/a/Gx7s1E4
... View more
Edit a product, and when you go to select categories you will notice they may not be in the same order as the category structure. This can cause confusion for clients with a large amount of categories.
... View more
See more ideas labeled with:
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