Showing ideas with label developer.
Show all ideas
My Product name: Epson EH TW5600 Full HD Home Cinema Projector | Lens Shift | 2500 Lumens | Bluetooth Audio Search Term: "5600" or "Epson 5600" In the above condition, my elastic search is not able to search "5600". It returns empty products.
... View more
See more ideas labeled with:
-
Catalog
-
developer
Requesting Feature for Product Inquiry Button with Popup form. Description: On Product page, generally besides Add to cart button, an Inquiry button. On clicking the Inquiry button, a popup form opens. On submitting the form, information sent to Dashboard as well as Email include the form fields plus the Product details(embedded 1st image, title, link) of the product from which the form was submitted. Product Inquiry button is seen in almost all E-commerce sites. So, it would be great if it is a part of Magento 2.
... View more
See more ideas labeled with:
-
admin panel
-
Catalog
-
developer
-
other
Idea is to allow scope of position value set in "Products in Category" section to Store View. Catalog > Category > Products in Category. Currently, when I select a specific 'Store View' and then set a particular position ordering & save, It gets saved for all Store views. It would be great, to have different order of "Products in Category" for different 'Store View'.
... View more
See more ideas labeled with:
-
admin panel
-
Catalog
-
developer
Hi anyone! I've tried for make a request like this: {
"items": [
{
"sku": "product-test",
"link_type": "crosssell",
"linked_product_sku": "product-1"
},
{
"sku": "product-test",
"link_type": "crosssell",
"linked_product_sku": "product-2"
},
{
"sku": "product-test",
"link_type": "related",
"linked_product_sku": "product-1"
}
]
} for product-test, it's already have a crosssell product link. I think it's must be updated, but there's no update. any solutions?
... View more
I am suggesting the Magento team creates their own solution that is an alternative to MySQL & ElasticSearch. Elasticsearch is complicated to setup, and customers must pay for "Gold" or "Platinum" service levels to enable security for it.... If the Magento team creates their own implementation then it can be setup with ease like most other core modules... The search data can be loaded into memory and refreshed with cron jobs. ElasticSearch is very frustrating. Why is MySQL searching being deprecated?
... View more
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
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
See more ideas labeled with:
-
checkout
-
developer
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
See more ideas labeled with:
-
developer
-
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