Sissyke Posted May 5, 2014 Share Posted May 5, 2014 (edited) Hi! How i can remove carrier from order detail view? From backoffice i already deleted carrier and leaved just new one added carrier. But when client add new order then later when client look order details, shows both carriers on order. Even this deleted one. Why? Look on picture too - Smartpost is old carrier what is already deleted. Still appears on orders. Even if make new order. This second carrier is correct and have to be on order. How to fix problem? Why even show carrier information on order detail view if this not choosed by client? on order details view have to show only this carrier what have choosed when made order. Others carriers must be hided later on detail view. But right now this old one appears on every order. Thank you for any help. Edited May 6, 2014 by tellimused.eestisse (see edit history) Link to comment Share on other sites More sharing options...
Sissyke Posted May 7, 2014 Author Share Posted May 7, 2014 Seems that now fix for that bug..... Link to comment Share on other sites More sharing options...
Sissyke Posted May 7, 2014 Author Share Posted May 7, 2014 I found solution myself - Used sql delete options and deleted all with carrier TRUNCATE TABLE `ps_delivery`; TRUNCATE TABLE `ps_order_carrier`; TRUNCATE `ps_carrier`; TRUNCATE `ps_carrier_group`; TRUNCATE `ps_carrier_lang`; TRUNCATE `ps_carrier_shop`; TRUNCATE `ps_carrier_tax_rules_group_shop`; TRUNCATE `ps_carrier_zone`; ALTER TABLE `ps_delivery` AUTO_INCREMENT = 0; ALTER TABLE `ps_order_carrier` AUTO_INCREMENT = 0; Works for me. Link to comment Share on other sites More sharing options...
Recommended Posts