found this, added whats in red but didnt work. not sure what phrase i should put there.
and i only want the price to update if product has an attributeCode:if (defined('DPU_STATUS') && DPU_STATUS === 'true') { $load = true; // if any of the PHP conditions fail this will be set to false and DPU won't be fired up $pid = (!empty($_GET['products_id']) ? (int)$_GET['products_id'] : 0); if (0 == $pid) { $load = false; } elseif (zen_get_products_price_is_call($pid) || zen_get_products_price_is_free($pid) || zen_get_products_map_enabled == 1 || STORE_STATUS > 0) { $load = false; } $pidp = zen_get_products_display_price($pid); if (empty($pidp)) { $load = false; }


Reply With Quote

