Skip to content

Instantly share code, notes, and snippets.

@billrobbins
Created May 1, 2019 20:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billrobbins/e94e36cfe1a14829f42f353ab6604729 to your computer and use it in GitHub Desktop.
Save billrobbins/e94e36cfe1a14829f42f353ab6604729 to your computer and use it in GitHub Desktop.
<?php $ih_sc = $product->get_shipping_class(); ?>
<?php /* <?php if($ih_sc === 'level-iv') : ?>
<p style="color: #666666;"><small><i>*Delivery Surcharge: $150</i></small></p>
<?php elseif($ih_sc === 'level-v') : ?>
<p style="color: #666666;"><small><i>*Delivery Surcharge: $150</i></small></p> */ ?>
<?php if($ih_sc === 'level-vi') : ?>
<p style="color: #666666;"><small><i>*Delivery Surcharge: $150</i></small></p>
<?php elseif($ih_sc === 'level-vii') : ?>
<p style="color: #666666;"><small><i>*Delivery Surcharge: $150</i></small></p>
<?php else : ?>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment