m.inc
m.inc
Hello, same fatal error here! Has anyone a working wishlist-fix?
Hello, I've added a is_object to the if condition ... it seems to work. if ($buyRequest and is_object($product->getCustomOption('info_buyRequest')->getItem()->getOptionByCode('simple_product'))) maybe anyone with a deeper knowledge can comment on this solution? cheers
update: changes in scheduler_cron.sh seems to fix it: from: PHP_BIN=$(which php || true) to: PHP_BIN=$(which php-cli || true) also https://github.com/AOEpeople/Aoe_Scheduler/commit/5cc0cb49e2769fbd64688f859e4c6cd94f1ab29a isn't necessary any more!
Hi there, I see the same issue on my 1.9.2.1 store and I know how to reproduce it: configurable product - price 1$ simple 1 - price 1$ simple 2...