July 13, 2015 at 2:07 am
#6169
I found the solution caused by out of stock products, producttabs is not written to handle products that are out of stock:
Update
app/code/local/Sns/Producttabs/Block/List.php
replace:
if( $status == ‘1’ ){
$items[$product_obj->id] = $product_obj;
}
by:
//if( $status == ‘1’ ){
$items[$product_obj->id] = $product_obj;
//}
Useful
Recent Topics
Support Policy
- The time respons: 1-2 days
- Official hour: Mon-Fri / 9am-5pm
- Location time: GMT + 7
- Official hour: Mon-Fri / 9am-5pm
- Location time: GMT + 7