Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. <?php
  2. if ($product_->stock_status=='outofstock'){
  3. <div class="icon">
  4. <a href="<?php /*the_field('contact_us_button_link',$post->ID); */?> #contact-pop" class="btn">צור קשר</a>
  5. <?php echo do_shortcode('[addtoany]'); ?>
  6. </div>
  7. }
  8. else{
  9. <div class="icon">
  10. <p>המוצר , מעוניין להתעדכן כשהמוצר חוזר למלאי?</p>
  11. <a href="<?php /*the_field('contact_us_button_link',$post->ID); */?> #contact-pop" class="btn">השאר פרטים</a>
  12. <?php echo do_shortcode('[addtoany]'); ?>
  13. </div>
  14. }
  15.  
  16. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement