Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 35
  1. #11
    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

  2. #12
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,622
    Plugin Contributions
    123

    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 Modifications
    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.

  3. #13
    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:	63 
Size:	9.3 KB 
ID:	19458

  4. #14
    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:	63 
Size:	9.3 KB 
ID:	19458
    Still having issues with Seasonal Centerbox stopping Feature from displaying. See previous post.

  5. #15
    Join Date
    Mar 2008
    Location
    Belgium
    Posts
    115
    Plugin Contributions
    6

    Default Re: Seasonal Centerbox [support thread]

    Quote Originally Posted by swguy View Post
    Seasonal Centerbox has been updated to provide built-in admin controls so file edits are no longer required.
    It seems I can't see any details in Admin.

    Click image for larger version. 

Name:	Schermafbeelding 2022-01-01 002806.jpg 
Views:	34 
Size:	10.1 KB 
ID:	19871

  6. #16
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,622
    Plugin Contributions
    123

    Default Re: Seasonal Centerbox [support thread]

    You will need to work with a developer to fix this. The entries in the configuration table need to have the same group id as the configuration_group table entry.
    That Software Guy. My Store: Zen Cart Modifications
    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. #17
    Join Date
    Mar 2008
    Location
    Belgium
    Posts
    115
    Plugin Contributions
    6

    Default Re: Seasonal Centerbox [support thread]

    The sql did add to admin_pages and configuration_group but not to configuration table, so I did it thru phpMyAdmin. I had been looking into the php's but not the DB. Thank for pointing me in the right way.

    Works fine now. Nice plugin!

  8. #18
    Join Date
    Apr 2011
    Posts
    369
    Plugin Contributions
    0

    Default Re: Seasonal Centerbox [support thread]

    I installed your mod and it works great. Easy installation and setup via admin.

    I just have one question:

    Is it possible to add a "buy now " or "more info" button below each product?

    site is atwww.royal-fleur.com for reference.

    Thank you for your time

  9. #19
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,622
    Plugin Contributions
    123

    Default Re: Seasonal Centerbox [support thread]

    The centerboxes don't normally have buy buttons on them but certainly you could add the code to do that for items without attributes. But there's nothing built in - you'd have to write the logic yourself.
    That Software Guy. My Store: Zen Cart Modifications
    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.

  10. #20
    Join Date
    Apr 2011
    Posts
    369
    Plugin Contributions
    0

    Default Re: Seasonal Centerbox [support thread]

    Quote Originally Posted by swguy View Post
    The centerboxes don't normally have buy buttons on them but certainly you could add the code to do that for items without attributes. But there's nothing built in - you'd have to write the logic yourself.
    Thank you for the prompt reply. Unfortunately, I am not coder so that s a bit out of my reach.

    What i did for the other boxes is to replace the "more info" by a "buy now" button and i don't know how replicate this to your seasonal centerbox.

    I came across this plug in at https://www.zen-cart.com/downloads.php?do=file&id=998 but it has not been updated for awhile. I will just keep digging around to seeif someone did the modifications.

    Thanks again for your time.

 

 
Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. v157 ZX POS [Support Thread]
    By balihr in forum All Other Contributions/Addons
    Replies: 31
    Last Post: 6 Apr 2023, 10:06 PM
  2. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 19
    Last Post: 23 Jan 2023, 08:04 AM
  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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR