Search found 20 matches

by robinsonjas
Fri Oct 08, 2010 6:01 am
Forum: Zen Cart Modules
Topic: [Zen Cart] Missing my next/prev buttons?
Replies: 13
Views: 8971

Re: [Zen Cart] Missing my next/prev buttons?

I figured it out The handful of products that were showing the buttons were ones I manually added in early stages of store. I went back and dug into the products table comparing these products to the others and found that when I used EZ Populate it did not tie the 'master_category_id' field in the t...
by robinsonjas
Fri Oct 08, 2010 5:38 am
Forum: Zen Cart Modules
Topic: [Zen Cart] Missing my next/prev buttons?
Replies: 13
Views: 8971

Re: [Zen Cart] Missing my next/prev buttons?

This item has the buttons, could it be my cache need to be cleared and rebuilt?
http://bbmetalfab.com/metalart/bull-rider-wall-decor-15.html
by robinsonjas
Thu Oct 07, 2010 2:18 pm
Forum: Zen Cart Modules
Topic: [Zen Cart] Missing my next/prev buttons?
Replies: 13
Views: 8971

Re: [Zen Cart] Missing my next/prev buttons?

Also, my categories don't stay expanded ...acts like it bypasses the path to the product w/ a shortcut from SEO url?
by robinsonjas
Thu Oct 07, 2010 1:23 pm
Forum: Zen Cart Modules
Topic: [Zen Cart] Missing my next/prev buttons?
Replies: 13
Views: 8971

Re: [Zen Cart] Missing my next/prev buttons?

the file tpl_products_next_previous.php contains this code: <?php // only display when more than 1 if ($products_found_count > 1) { It's not getting thru that 'if' statement...I searched Dev Tools for "$products_found_count" and it's pulled from a sql query in /includes/modules/product_pre...
by robinsonjas
Thu Oct 07, 2010 12:26 pm
Forum: Zen Cart Modules
Topic: [Zen Cart] Missing my next/prev buttons?
Replies: 13
Views: 8971

Re: [Zen Cart] Missing my next/prev buttons?

The file exists in template_default, but is unchanged from the standard install.
by robinsonjas
Wed Oct 06, 2010 9:19 pm
Forum: Zen Cart Modules
Topic: [Zen Cart] Missing my next/prev buttons?
Replies: 13
Views: 8971

Re: [Zen Cart] Missing my next/prev buttons?

I dont have that file in my templates directory: xxxxxxxx/includes/templates/template22254/templates> ls tpl_advanced_search_result_default.php tpl_modules_advanced_search_categories.php tpl_modules_main_product_image.php tpl_ezpages_bar_header.php tpl_modules_advanced_search_ezpages.php tpl_product...
by robinsonjas
Wed Oct 06, 2010 3:55 pm
Forum: Zen Cart Modules
Topic: [Zen Cart] Missing my next/prev buttons?
Replies: 13
Views: 8971

Re: [Zen Cart] Missing my next/prev buttons?

I uncommented the

Code: Select all

include(DIR_WS_INCLUDES . 'magic_seo_url.php');
by robinsonjas
Wed Oct 06, 2010 3:47 pm
Forum: Zen Cart Modules
Topic: [Zen Cart] Missing my next/prev buttons?
Replies: 13
Views: 8971

Re: [Zen Cart] Missing my next/prev buttons?

http://bbmetalfab.com/metalart/index.php?main_page=index&cPath=23_49 This category has 3 items, currently my includes/application_top.php looks like this: #include(DIR_WS_INCLUDES . 'magic_seo_url.php'); You can see when you browse the items I have Prev/Next buttons. If I uncomment the magic_seo...
by robinsonjas
Wed Oct 06, 2010 6:58 am
Forum: Zen Cart Modules
Topic: [Zen Cart] Missing my next/prev buttons?
Replies: 13
Views: 8971

[Zen Cart] Missing my next/prev buttons?

When I enable Magic SEO for my store the urls work, but I'm missing my Next/Prev buttons for navigation to other items in my category. Is this normal? It appears that the navigation buttons are on a couple of products, but not all...anyone had experience with this before? I dont want a customer foll...
by robinsonjas
Sun Jun 27, 2010 6:46 pm
Forum: Zen Cart Modules
Topic: [ZenCart] moved store folder
Replies: 5
Views: 3765

Re: [ZenCart] moved store folder

Thank YOU! Works great