etoileweb

UPCP - Product Thumbnail Template Example

Jul 20th, 2021 (edited)
373
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.05 KB | None | 0 0
  1. <div id='ewd-upcp-catalog-product-thumbnail-<?php echo esc_attr( $this->product->id ); ?>' <?php echo ewd_format_classes( $this->classes ); ?> data-product_id='<?php echo esc_attr( $this->product->id ); ?>'>
  2.        
  3.     <div class='ewd-upcp-catalog-product-thumbnail-image-div'>
  4.  
  5.         <?php $this->maybe_print_cart_action_button( 'top' ); ?>
  6.  
  7.         <?php $this->maybe_print_product_comparison_button(); ?>
  8.  
  9.         <?php $this->maybe_print_sale_price(); ?>
  10.  
  11.         <?php $this->print_image(); ?>
  12.  
  13.     </div>
  14.  
  15.     <div class='ewd-upcp-catalog-product-thumbnail-body-div'>
  16.  
  17.         <?php $this->maybe_print_rating(); ?>
  18.  
  19.         <?php $this->print_title(); ?>
  20.  
  21.         <?php $this->print_product_price(); ?>
  22.  
  23.         <?php $this->maybe_print_categories(); ?>
  24.  
  25.         <?php $this->maybe_print_subcategories(); ?>
  26.  
  27.         <?php $this->maybe_print_tags(); ?>
  28.  
  29.         <?php $this->maybe_print_custom_fields(); ?>
  30.  
  31.         <div class='ewd-upcp-details-link'>
  32.             <a href='<?php echo esc_attr( $this->details_link ); ?>'>Details</a>
  33.         </div>
  34.        
  35.     </div>
  36.  
  37.     <?php $this->maybe_print_cart_action_button( 'bottom' ); ?>
  38.  
  39. </div>
Advertisement
Add Comment
Please, Sign In to add comment