[HELP] Very Smart if/statement according to product option
Dear Xperts,
I have added some fields under Additional Information section on the checkout Field, This field I need them only to be displayed in case the customer have check one of the product options as ex: I Sell dresses so some of customer may pick the option to customize dress size, so if customer selected Customized from drop down options of the product, after being in the check out he/she should see the additional field section.
this if statement should check if any of the product options on cart has the word 'customize'
IF( $productOption eq 'customize')
show aDDITIONAL INFORMATRION
/IF
Can any help in this?????????
__________________
X-Cart 4.4
|