Zen Cart Logo

Template Fluorspar

Views: 135,986

Results 181 to 200 of 298
29 Apr 2024, 1:01 PM
#181
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,678
Plugin Contributions:
0

Template Fluorspar

Yes, every time I go to my website I keep hitting the new products tab it displays then when I refresh the page its gone then I hit the tab again to come up again. How can I keep it from clicking the tab each time to show the module?

29 Apr 2024, 3:37 PM
#182
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,678
Plugin Contributions:
0

Re: Template Fluorspar

Peejay,
I am having some issues. How can get the new product modules stayed display all the time without clicking on the "New" tab each time I refresh the site or revisit the site?

Thank You!
Wade

30 Apr 2024, 2:17 AM
#183
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,678
Plugin Contributions:
0

Re: Template Fluorspar

How can I turn off or remove the product description in the product listings? I keep getting repeats of the same description for each one.

30 Apr 2024, 1:58 PM
#184
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,068
Plugin Contributions:
56

Re: Template Fluorspar

wmorris:

How can I turn off or remove the product description in the product listings? I keep getting repeats of the same description for each one.
There's a configuration setting (Configuration :: Product Listing :: Display Product Description). Assuming that the template honors that setting, set the value to 0 and no product-description should be shown.

30 Apr 2024, 2:01 PM
#185
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,678
Plugin Contributions:
0

Re: Template Fluorspar

lat9:

There's a configuration setting (Configuration :: Product Listing :: Display Product Description). Assuming that the template honors that setting, set the value to 0 and no product-description should be shown.

Got it, Thank You!

3 Jun 2024, 4:12 PM
#186
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,678
Plugin Contributions:
0

Re: Template Fluorspar

Got another issue. I got Facebook as my social network. When I click it, it doesn't open the app it self on the phone or tablet. It opens fine with no problems on desktop. When I click on X(Twitter) and Pinterest it opens the app fine on the phone. What could be the issue?

1 Aug 2024, 8:31 AM
#187
gozzandes avatar

gozzandes

Zen Follower

Join Date:
Jul 2021
Location:
Fukuoka Japan
Posts:
131
Plugin Contributions:
0

Re: Template Fluorspar

wmorris:

Got another issue. I got Facebook as my social network. When I click it, it doesn't open the app it self on the phone or tablet. It opens fine with no problems on desktop. When I click on X(Twitter) and Pinterest it opens the app fine on the phone. What could be the issue?

includes\languages\english\fluorspar\lang.header.php
Line 101
simply describes the facebook URL.
'FACEBOOK' => 'https://www.facebook.com',
I guess the problem may be on your device side.

17 Dec 2024, 11:30 PM
#188
cath avatar

cath

New Zenner

Join Date:
Jun 2006
Posts:
21
Plugin Contributions:
0

Re: Template Fluorspar

I thought I'd posted this to this forum, but now I can't find my post. If I'm repeating myself, my apologies.

I'm using ZC 2.01 and Fluorspar 1.8. No other plugins.

I'd like to add "New Products" and "Specials" to the dropdown menu under "Shop".

You can see it at https://zencart6.webdesign.place/

I've looked at tpl_mega_menu.php and believe this is the relevant section

        <ul class="mega-menu "><!-- bof mega-menu -->
              <li class="categories-li fullwidth"><a class="drop first_Item" href="#"><?php echo HEADER_TITLE_CATEGORIES; ?></a><!-- bof cateories    -->
                   <div class="dropdown_expand ">
                        <div class="levels">
                        <?php
                              // load the UL-generator class and produce the menu list dynamically from there
                              require_once (DIR_WS_CLASSES . 'categories_ul_generator.php');
                              $zen_CategoriesUL = new zen_categories_ul_generator;
                              $menulist = $zen_CategoriesUL->buildTree(true);
                              $menulist = str_replace('"level4"','"level5"',$menulist);
                              $menulist = str_replace('"level3"','"level4"',$menulist);
                              $menulist = str_replace('"level2"','"level3"',$menulist);
                              $menulist = str_replace('"level1"','"level2"',$menulist);
                              $menulist = str_replace('<li class="submenu">','<li class="submenu">',$menulist);
                              $menulist = str_replace("</li>\n</ul>\n</li>\n</ul>\n","</li>\n</ul>\n",$menulist);
                              echo $menulist;
                             ?>
                        </div>
                   </div>
              </li><!-- eof categories  -->

and I've looked at categories_ul_generator.php

but I can't work out where to put the items I want.

Thanks in advance!

1 Apr 2025, 8:59 PM
#189
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,678
Plugin Contributions:
0

Re: Template Fluorspar

Does anyone know how to to disable or turn off the sliding banner?

3 Apr 2025, 3:35 PM
#190
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,678
Plugin Contributions:
0

Re: Template Fluorspar

Ok, I do have an issue. The Featured and New module on the main page shows the "Buy Now!" button but the product is out of stock! Why is that?

3 Apr 2025, 6:02 PM
#192
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,678
Plugin Contributions:
0

Re: Template Fluorspar

dbltoe:

You can’t start at https://docs.zen-cart.com/user/admin_pages/configuration/configuration_stock/#show_sold_out_image_in_place_of_add_to_cart

if that’s not it, check to see if you are allowing checkout even though the item is out of stock.

Well, the add to cart is still placing orders if the item is out of stock on the featured module on the main page.

3 Apr 2025, 11:42 PM
#195
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,678
Plugin Contributions:
0

Re: Template Fluorspar

Any other suggestions?

4 Apr 2025, 9:43 PM
#196
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,678
Plugin Contributions:
0

Re: Template Fluorspar

Can anyone tell me why when I have an product is out of stock and its on featured and new modules on the main page the buy now button still showing customers can still add it to the shopping cart? The actual product listing and product info page shows "Sold Out!"

4 Apr 2025, 9:53 PM
#197
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,689
Plugin Contributions:
56

Re: Template Fluorspar

Switch to responsive_classic and see if the behavior is the same.

4 Apr 2025, 10:05 PM
#198
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,678
Plugin Contributions:
0

Re: Template Fluorspar

swguy:

Switch to responsive_classic and see if the behavior is the same.

Ok, I switched to responsive_classic there is no buy now button on any of the featured products just linked to the product info page.

4 Apr 2025, 10:27 PM
#199
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,689
Plugin Contributions:
56

Re: Template Fluorspar

OK then there are changes that you'll need to apply to the (older) Fluorspar template then.

Look at includes/modules/featured_products.php and compare to

includes/modules/YOUR_TEMPLATE/featured_products.php

4 Apr 2025, 10:33 PM
#200
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,678
Plugin Contributions:
0

Re: Template Fluorspar

swguy:

OK then there are changes that you'll need to apply to the (older) Fluorspar template then.

Look at includes/modules/featured_products.php and compare to

includes/modules/YOUR_TEMPLATE/featured_products.php

Can I copy the responsive_classic featured_products.php to the Fluorspar featured_products.php?