Admin - Configuration - Product Listing - Prev Next Bar Location - Catalog
Menu: Admin - Configuration - Product Listing - Prev Next Bar Location - Catalog
/path/to/your/shop/includes/templates/template_default/templates/tpl_featured_products_default.php
| Line #43 : if (($featured_products_split->number_of_rows > 0) && ((PREV_NEXT_BAR_LOCATION == '1') || (PREV_NEXT_BAR_LOCATION == '3'))) {
Line #59 : if (($featured_products_split->number_of_rows > 0) && ((PREV_NEXT_BAR_LOCATION == '2') || (PREV_NEXT_BAR_LOCATION == '3'))) { |
/path/to/your/shop/includes/templates/template_default/templates/tpl_modules_product_listing.php
| Line #23 : <?php if ( ($listing_split->number_of_rows > 0) && ( (PREV_NEXT_BAR_LOCATION == '1') || (PREV_NEXT_BAR_LOCATION == '3') ) ) {
Line #39 : <?php if ( ($listing_split->number_of_rows > 0) && ((PREV_NEXT_BAR_LOCATION == '2') || (PREV_NEXT_BAR_LOCATION == '3')) ) { |
/path/to/your/shop/includes/templates/template_default/templates/tpl_product_reviews_default.php
| Line #48 : if ((PREV_NEXT_BAR_LOCATION == '1') || (PREV_NEXT_BAR_LOCATION == '3')) {
Line #83 : if (($reviews_split->number_of_rows > 0) && ((PREV_NEXT_BAR_LOCATION == '2') || (PREV_NEXT_BAR_LOCATION == '3'))) { |
/path/to/your/shop/includes/templates/template_default/templates/tpl_products_all_default.php
| Line #43 : if (($products_all_split->number_of_rows > 0) && ((PREV_NEXT_BAR_LOCATION == '1') || (PREV_NEXT_BAR_LOCATION == '3'))) {
Line #59 : if (($products_all_split->number_of_rows > 0) && ((PREV_NEXT_BAR_LOCATION == '2') || (PREV_NEXT_BAR_LOCATION == '3'))) { |
/path/to/your/shop/includes/templates/template_default/templates/tpl_products_new_default.php
| Line #43 : if (($products_new_split->number_of_rows > 0) && ((PREV_NEXT_BAR_LOCATION == '1') || (PREV_NEXT_BAR_LOCATION == '3'))) {
Line #59 : if (($products_new_split->number_of_rows > 0) && ((PREV_NEXT_BAR_LOCATION == '2') || (PREV_NEXT_BAR_LOCATION == '3'))) { |
/path/to/your/shop/includes/templates/template_default/templates/tpl_reviews_default.php
| Line #17 : if ((PREV_NEXT_BAR_LOCATION == '1') || (PREV_NEXT_BAR_LOCATION == '3')) {
Line #58 : if (($reviews_split->number_of_rows > 0) && ((PREV_NEXT_BAR_LOCATION == '2') || (PREV_NEXT_BAR_LOCATION == '3'))) { |
/path/to/your/shop/includes/templates/template_default/templates/tpl_specials_default.php
| Line #16 : if (($specials_split->number_of_rows > 0) && ((PREV_NEXT_BAR_LOCATION == '1') || (PREV_NEXT_BAR_LOCATION == '3'))) {
Line #34 : if (($specials_split->number_of_rows > 0) && ((PREV_NEXT_BAR_LOCATION == '2') || (PREV_NEXT_BAR_LOCATION == '3'))) { |