I hereby claim:
- I am kevincal on github.
- I am kcal (https://keybase.io/kcal) on keybase.
- I have a public key ASB_o4BK2B5VqiJhBEqTtdvR7NdKVjdnJolGC7HYpHI8owo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| html/app/code/community/Auctane/Api/Model/Action/Export.php | |
| if (!$gift->isObjectNew()) { | |
| $message = sprintf("%s", $gift->getMessage()); | |
| $order->setGiftMessage($message); | |
| } | |
| /** add target ship date */ |
| html/app/code/community/Auctane/Api/Model/Action/Export.php | |
| /** add target ship date */ | |
| $xml->startElement('shipByDate'); | |
| $xml->writeCdata($order->getData("target_ship_date")); | |
| $xml->endElement(); // shipByDate |
| html/app/code/community/Auctane/Api/Model/Action/Export.php | |
| /** add target ship date */ | |
| $xml->startElement('shipByDate'); | |
| $xml->writeCdata($order->getData("target_ship_date")); | |
| $xml->endElement(); // shipByDate |
| html/app/code/community/Auctane/Api/Model/Action/Export.php | |
| /** add target ship date */ | |
| $xml->startElement('shipByDate'); | |
| $xml->writeCdata($order->getData("target_ship_date")); | |
| $xml->endElement(); // shipByDate |
| DELETE FROM sales_flat_quote_shipping_rate WHERE address_id IN ( | |
| SELECT a.address_id | |
| FROM sales_flat_quote q, sales_flat_quote_address a | |
| WHERE a.quote_id = q.entity_id AND q.created_at < '2016-12-31 23:23:59' | |
| ); | |
| DELETE FROM sales_flat_quote_address WHERE quote_id IN ( | |
| SELECT quote_id FROM sales_flat_quote WHERE created_at < '2016-12-31 23:23:59' | |
| ); |