@@ -862,7 +862,7 @@ class Buy
);
}
- if ($info['status'] == 4 && $info['type'] == 2) {
+ if ($info['status'] == 4 && $store_type != 1 && $info['type'] == 2) {
$button[] = array
(
'type' => 'action',