Viewing 1 replies (of 1 total)
  • Roy Ho

    (@splashingpixelscom)

    You can certainly put in a condition in that template file to filter out what you want.

    Something like this:

    if ( $product->id == 2449 ) {
         // do this style
    } else {
         // do other style
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Custom Individual Product Template’ is closed to new replies.