PATH:
home
/
letacommog
/
pymreception1
/
wp-content
/
themes
/
legenda
/
woocommerce
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly global $product, $post; $zoom = etheme_get_option('zoom_effect'); ?> <div class="row-fluid product-info product"> <?php if (etheme_get_option('quick_images') != 'none'): ?> <div class="span6"> <div class="images <?php echo ($zoom == 'disable') ? 'zoom-disabled' : ''; ?>"> <a href="#" class='zoom hide'>Bug Fix</a> <?php if ( has_post_thumbnail() ) { $image = new_etheme_get_image( get_post_thumbnail_id( get_the_ID() ), 'shop_single' ); $attachment_ids = $product->get_gallery_image_ids(); ?> <div class="main-image-slider <?php if ($zoom != 'disable') {echo 'zoom-enabled';} ?>"> <ul class="slides"> <li class="main-image"><?php echo $image; ?></li> <?php if ($attachment_ids && etheme_get_option('quick_images') == 'slider'): ?> <?php foreach ($attachment_ids as $key => $value): ?> <li><?php echo new_etheme_get_image( $value, 'shop_single' ) ?></li> <?php endforeach ?> <?php endif ?> </ul> </div> <?php if (etheme_get_option('quick_images') == 'slider'): ?> <script type="text/javascript"> jQuery('.main-image-slider').flexslider({ animation: "slide", slideshow: false, animationLoop: false, controlNav: false, <?php if ($zoom != 'disable') { ?> touch: false, <?php } ?> }); </script> <?php endif ?> <?php } else { echo apply_filters( 'woocommerce_single_product_image_html', sprintf( '<img src="%s" alt="Placeholder" />', wc_placeholder_img_src() ), $post->ID ); } ?> </div> </div> <?php endif ?> <div class="<?php if (etheme_get_option('quick_images') != 'none'): ?>span6<?php else: ?>span12<?php endif;?> product_meta"> <?php if (etheme_get_option('quick_product_name')): ?> <h3 class="product-name test-triggers"><?php the_title(); ?></h3> <?php endif ?> <?php if (etheme_get_option('quick_rating')): ?> <?php woocommerce_template_loop_rating(); ?> <?php endif ?> <?php if (etheme_get_option('quick_sku') && $product->is_type( array( 'simple', 'variable' ) ) && $product->get_sku() ) : ?> <span itemprop="productID" class="sku_wrapper"><?php esc_html_e( 'Product code', 'legenda' ); ?>: <span class="sku"><?php echo $product->get_sku(); ?></span></span> <?php endif; ?> <?php if (etheme_get_option('quick_price')): ?> <?php woocommerce_template_single_price(); ?> <?php endif; ?> <?php if (etheme_get_option('quick_descr')): ?> <?php woocommerce_template_single_excerpt(); ?> <?php endif; ?> <?php if (etheme_get_option('quick_add_to_cart')): ?> <?php woocommerce_template_single_add_to_cart(); ?> <?php endif; ?> <?php if (etheme_get_option('quick_share')): ?> <?php if(etheme_get_option('share_icons')) echo do_shortcode('[share]'); ?> <?php endif; ?> <?php if ($product->is_in_stock() <= 0) : ?> <a href="<?php the_permalink(); ?>" class="single_add_to_cart_button filled big font2 button big alt"><?php esc_html_e('Show full details', 'legenda'); ?></a> <?php endif; ?> </div> </div>
[+]
..
[-] archive-product.php
[edit]
[-] style.css
[edit]
[+]
cart
[-] content-widget-product.php
[edit]
[-] product-quick-view.php
[edit]
[+]
myaccount
[+]
checkout
[+]
single-product
[-] content-product.php
[edit]
[-] content-single-product.php
[edit]
[+]
loop
[-] content-product-slide.php
[edit]
[-] single-product-reviews.php
[edit]
[+]
shop
[-] wishlist.php
[edit]
[-] single-product.php
[edit]
[+]
global
[-] content-product_cat.php
[edit]