Results 1 to 10 of 37

Hybrid View

  1. #1
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,520
    Plugin Contributions
    127

    Default Seasonal Centerbox [support thread]

    The Seasonal Centerbox is acenterbox - just like the New Products, Featured Products and Monthly Specials Centerboxes - which allows you to show off randomly selected items from a specific category.

    https://www.zen-cart.com/downloads.php?do=file&id=2295
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  2. #2
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,691
    Plugin Contributions
    11

    Default Re: Seasonal Centerbox [support thread]

    The includes/templates/custom/templates/tpl_modules_seasonal.php goes in includes/templates/YOURTEMPLATE/templates/tpl_modules_seasonal.php.

    Apparently, the plugin moderator missed the standardization at https://docs.zen-cart.com/user/first.../#yourtemplate.



    Seriously, keep up the great work.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  3. #3
    Join Date
    Jan 2007
    Location
    Illinois, USA
    Posts
    329
    Plugin Contributions
    0

    Default Re: Seasonal Centerbox [support thread]

    I have installed and made modifications per the readme file. Should this display in admin/configuration/index listing ?
    I cannot locate where to utilize this like I would the featured products.

    zc 1.5.7.b
    NTO: building a better network thru collaboration
    www.needtoorder.com | www.coffeewitheinstein.com

  4. #4
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,520
    Plugin Contributions
    127

    Default Re: Seasonal Centerbox [support thread]

    It's not yet admin-controllable (will be in the next release). Right now, see step 6 in the README.txt for customization instructions.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  5. #5
    Join Date
    Jan 2007
    Location
    Illinois, USA
    Posts
    329
    Plugin Contributions
    0

    Default Re: Seasonal Centerbox [support thread]

    Thank You!

  6. #6
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,520
    Plugin Contributions
    127

    Default Re: Seasonal Centerbox [support thread]

    Seasonal Centerbox has been updated to provide built-in admin controls so file edits are no longer required.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  7. #7
    Join Date
    Mar 2021
    Location
    Campbell, Texas USA
    Posts
    13
    Plugin Contributions
    0

    Default Re: Seasonal Centerbox [support thread]

    I installed your latest version on 1.5.7c. I followed instructions that says :
    Right above
    while (!$show_display_category->EOF) {

    add this block of code:

    <?php require($template->get_template_dir('tpl_modules_seasonal.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_seasonal.php'); ?>


    Here is my file:
    $show_display_category = $db->Execute(SQL_SHOW_PRODUCT_INFO_MAIN);
    <?php require($template->get_template_dir('tpl_modules_seasonal.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_seasonal.php'); ?>
    while (!$show_display_category->EOF) {

    causes my Main page center to be empty. No Main page or features nor specials... Just blank.

    Did I miss something????? Thanks

  8. #8
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,520
    Plugin Contributions
    127

    Default Re: Seasonal Centerbox [support thread]

    You are already in PHP in the block where you pasted it. So no need for the start and end php - instead use

    $show_display_category = $db->Execute(SQL_SHOW_PRODUCT_INFO_MAIN);
    require($template->get_template_dir('tpl_modules_seasonal.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_seasonal.php');
    while (!$show_display_category->EOF) {
    ...
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  9. #9
    Join Date
    Mar 2021
    Location
    Campbell, Texas USA
    Posts
    13
    Plugin Contributions
    0

    Default Re: Seasonal Centerbox [support thread]

    Silly Me..... so much for programming late at night.........

    That helped but now Featured Products tab does not work correctly.

    Click image for larger version. 

Name:	featured products.jpg 
Views:	87 
Size:	9.3 KB 
ID:	19458

  10. #10
    Join Date
    Mar 2021
    Location
    Campbell, Texas USA
    Posts
    13
    Plugin Contributions
    0

    Default Re: Seasonal Centerbox [support thread]

    Quote Originally Posted by tedjmaines View Post
    Silly Me..... so much for programming late at night.........

    That helped but now Featured Products tab does not work correctly.

    Click image for larger version. 

Name:	featured products.jpg 
Views:	87 
Size:	9.3 KB 
ID:	19458
    Still having issues with Seasonal Centerbox stopping Feature from displaying. See previous post.

 

 

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 22
    Last Post: 26 Jan 2026, 06:47 AM
  2. v157 ZX POS [Support Thread]
    By balihr in forum All Other Contributions/Addons
    Replies: 31
    Last Post: 6 Apr 2023, 10:06 PM
  3. v156 PWA, Offline support Push notifications addon [Support Thread]
    By perfumbg in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 23 May 2019, 02:27 PM
  4. ZJ Silver Support Thread
    By anthonyd in forum Addon Templates
    Replies: 220
    Last Post: 5 Nov 2010, 03:30 PM
  5. Centerbox problem: support needed...
    By sunny747 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 18 Apr 2007, 12:55 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg