Hi,
I would like to have Custom Tab 1 display in every page except two products, and have Custom Tab 2 to display on that two products (products_id=522, 523). Actually tab 2 is very similar to tab 1, but we need to do this, because pre-order products need 4 weeks to delivery, and other products only need 2-3 working days.
I'd found the code in #2093, which can display the Custom Tab in certain products.
PHP Code:
$bCustom2_Tab = strpos($proddata, "<!--#CustomTab2#-->");
Below is the capture of product 523, which I have added the <!--#CustomTab2#--> code.
Product link: Here

How can I restrict Custom Tab 1(Delivery Details) from product #522 and #523?
Guess this can be done with sql, just don't know how.
Thanks,
Eva
Bookmarks