| @@ -26,14 +26,14 @@ | ||
| 26 | 26 | |
| 27 | 27 | <a class="rtsb-quick-view-btn tipsy <?php echo esc_attr( implode( ' ', $classes ) ); ?>" rel="nofollow" |
| 28 | 28 | data-product_id="<?php echo esc_attr( $product_id ); ?>" |
| 29 | 29 | title="<?php echo esc_attr( $button_text ); ?>" |
| 30 | - data-title="<?php echo esc_attr( $button_text ); ?>" href="<?php echo get_permalink( $product_id ); ?>" aria-label="<?php echo esc_attr__('Quick view', 'shopbuilder');?>" > | |
| 30 | + data-title="<?php echo esc_attr( $button_text ); ?>" href="#" aria-label="<?php echo esc_attr__( 'Quick view', 'shopbuilder' ); ?>" > | |
| 31 | 31 | <span class="icon"> |
| 32 | 32 | <?php echo wp_kses( $left_text, Fns::get_kses_array() ); ?> |
| 33 | 33 | <?php Fns::print_html( $icon_html ); ?> |
| 34 | 34 | <?php echo wp_kses( $right_text, Fns::get_kses_array() ); ?> |
| 35 | 35 | </span> |
| 36 | - <span class="button-text"> | |
| 37 | - <?php echo esc_attr( $button_text ); ?> | |
| 38 | - </span> | |
| 36 | + <span class="button-text"> | |
| 37 | + <?php echo esc_attr( $button_text ); ?> | |
| 38 | + </span> | |
| 39 | 39 | </a> |