magento export price dont take last date such as history - php

i have a problem but with my magento, it's about export price in export/import profile. i've done it by click run profile in popup but after i check in profile page for export price, the date is not modified for the new one. i checked in history, it listed. (attachment). it confuse me when i whan to check the last date for export price. i need to fix it but i haven't got the solution. Really need your help guys..

Magento default settings are awesome and it always display the latest one first basis in default. Without applying a filter the order may not change. It looks like you have filtered it in the basis of either ID or datewise.
Please check it again,
The problem is either error in import/export or issue in the preference of Import/Export Profile. Just create a fresh Import/Export Profile and proceed the same process once again and this will be done. Thanks

Related

Updating WooCommerce products by php

I have an e-commerce store made with WooCommerce. In my store I have implemented a plugin, which allow users to subscribe to prices of specific products. This plugin informs the user only about a price change via email, when I manually change the price and save the product. This works perfect.
So far so good, the only problem is that I don´t change the prices manually, because they´re generated automatically by another plugin.
My goal is now to just save every product of my store every hour by a php-script and a cronjob. How to set up a cronjob is not the problem, but I don´t know the php-script.
All in all the php-script only has to be able to go into every product and just save it.
Because I´m new to WordPress and PHP, I don´t have any clue.
Thank you very much for helping out!

Magento cant change product quantity in backend

I have a strange problem in magento. Everything I change in the "Inventory" tab of a product, gets resettet after I click on "save".
Has someone had a similar problem in the past?
Is there a way to simulate the saving progress step by step, so I can see where the error appears?
Until now I have tried to:
Disable all addons
Reindex everything new
Delete the complete cache in backend/via SQL/via ssh
Delete all products and categorys
Sorry for the lack of information. If you need any information please feel free to ask.
Thank you for your help!
Please try below solution may help you
I tracked this down into app/code/core/Mage/CatalogInventory/Model/Observer.php.
The event catalog_product_save_after calls the saveInventoryData method which in turn calls the _prepareItemForSave method.
Around line 225:
$originalQty = $product->getData('stock_data/original_inventory_qty');
if (strlen($originalQty)>0) {
$item->setQtyCorrection($item->getQty()-$originalQty);
}
If you comment out this line:
$item->setQtyCorrection($item->getQty()-$originalQty);
It seems to correct the problem & stock levels now stay correct when saving a product whilst simultaneously creating / canceling an order on both the front & back-end of the website.
I figured out, where the problem was:
I have over 4000+ different product attributes. Everytime I save a product, the information of all 4000 attributes are getting transmitted over post-method. This seems to be too much, and the URL are getting cutted after a fixed value of characters. So the quantity information does not getting transmitted.
Every product has only 1-30 attributes filled with information, the rest is blank. But which attributes are filled depends on the specific product. I have choosen this method of creating an attribute for each information, because I would like to set individuality if information is searchable or filterable.
The solution was to increase max_input_vars in php.ini.
Thank you!

Same product but different price based on GeoIP in Magento?

I want GeoIP based pricing. Suppose I have a product A. The price of product A in India will be 10, but 20 in the UK. I do not want to add the same product again.
I want the same product but only price and tax changes. How can I do this?
Magento already have this functionality. First of all you need to change the "Catalog Price Scope" from Global to Website. then you need to create 2 different websites or all the website you want to change the price.
I did the same you are asking in this site... http://www.worldflowersdelivery.com/
Let me know if this can help you.
Best,
GrinGo.
[edited] - How to request.
I'm going to skip a several steps to how to create a new website and all the configuration under the server you need to do and if you don't have access to the server the other way to add the information we need to setup to get a new website up and running.
So, we already setup all the server configuration to have a new website.
Step 1:
Go to System > Configuration > Catalog > Price - Catalog Price Scope change to website (be sure to under "Current Configuration Scope")
Step 2:
Check if you setup the same root category under the new Store created related to the new website.
Step 3:
Let configure the product after we complete al the store stuff.
First of all a new tab you are going to see called websites you need to check the new website we before created. (see the img.)
Step 4:
Let change the price for each of the website we want, to do that change the Choose Store View and set up the store view we want to change first. For the Default Store View let change the price to $200 then save and continue editing and change the sore scope to the other store view and change the price, changed to $250.
Let me know if the steps helps you, if you need anything else just let me know.
Best,
GrinGo.

Magento : How to add new field on cart page for take extra info

I want to add two custom field on my magento site cart page. Something like bellow screenshot.
I want to add this two field on the Cart page and this field input i want to display in the Order and Invoice. I have Also use FME extra field extension but its use for the checkout page only.
So please suggest me if any good extension or good link using which i can set this functionality.
Please help to out from this problem
Hi #Jalpesh how are you?, how familiar you are with the Magento code because to get what you want need to extend a little code and use some Observer to add this info to Order and then to Invoice...
You can start using this extension, Magemaven OrderComment.
I hope this can help.
Best,
GrinGo.

magento extension that save product for later use same as jabong

i have one query for magento extension. i want free or paid magento extension that save product for later us. if you want to see the demo . just open the jabong and try to add one product as save for later. and you will get that product in to save list. i am searching for similar kind of magento extension. but i am not able to find it. so, if any one have any good reference. please share with me
Thanks to all my friends.
I think your required feature is default in Magento.
Magento provides wishlist feature by default, but it requires user to be logged in at time of adding product to wishlist.
Hope this will help.
If you want a paid extension, then this will help you.. http://www.magentogarden.com/magento-guest-wishlist.html. This is a paid extension that helps you to add products to wishlist without login and this has some good reviews also.. Hope this helps. Cheers :)

Categories