You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification
In VM Global config, Site tab.No matter what I choose for: Show Page Navigation at the Top of the Product Listing? Page Navigation is alway shown...
That is controlled by flypage.
if( $this->get_cfg( 'product_navigation', 1 )) {
I am confused too, I have requested Soeren to have a look at this.
if( $this->get_cfg( 'product_navigation', 1 )) { if( !empty( $previous_product )) { echo '<a class="previous_page" href="'.$previous_product_url.'">'.shopMakeHtmlSafe($previous_product['product_name']).'</a>'; } if( !empty( $next_product )) { echo '<a class="next_page" href="'.$next_product_url.'">'.shopMakeHtmlSafe($next_product['product_name']).'</a>'; }}