Page 4 of 4 FirstFirst ... 234
Results 31 to 37 of 37
  1. #31
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,209
    Plugin Contributions
    63

    Default Re: Edit issue on Product Page

    Again, what version of extra product fields in installed? Or not as the case looks to be?
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  2. #32
    Join Date
    Aug 2008
    Location
    Sydney Australia
    Posts
    712
    Plugin Contributions
    0

    Default Re: Edit issue on Product Page

    Quote Originally Posted by mprough View Post
    Again, what version of extra product fields in installed? Or not as the case looks to be?
    Using this for product fields Numinix Product Fields

    To my knowledge I have never installed extra product fields.
    Outdoorking
    Test Site www.dev.outdoorking.com

  3. #33
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,826
    Plugin Contributions
    0

    Default Re: Edit issue on Product Page

    you are using the bootstrap template, correct?
    go to admin menu > configuration > stock > SBA Show Stock Level on Product Info Page and set to false.
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  4. #34
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,826
    Plugin Contributions
    0

    Default Re: Edit issue on Product Page

    if my previous reply doesn't do anything with the dispaly of the additional "availability"

    Send a screenshot of all of the setting in Admin Menu > Configuration > Numinix Product Fields
    .
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  5. #35
    Join Date
    Aug 2008
    Location
    Sydney Australia
    Posts
    712
    Plugin Contributions
    0

    Default Re: Edit issue on Product Page

    Quote Originally Posted by barco57 View Post
    if my previous reply doesn't do anything with the dispaly of the additional "availability"

    Send a screenshot of all of the setting in Admin Menu > Configuration > Numinix Product Fields
    .
    Numinix Version 3.1.3
    Upload folder for files: media
    Fields to display on product info page: availability_id,product_warranty,v_products_pdf_attachment

    Screen shots below showing what is listed:
    Click image for larger version. 

Name:	Numinix_1.jpg 
Views:	8 
Size:	48.0 KB 
ID:	20995

    Image two shows the two fields related to stock:
    Click image for larger version. 

Name:	Numinix_2.jpg 
Views:	8 
Size:	48.4 KB 
ID:	20996
    Outdoorking
    Test Site www.dev.outdoorking.com

  6. #36
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,826
    Plugin Contributions
    0

    Default Re: Edit issue on Product Page

    includes/templates/bootstrap/templates/tpl_product_info_display_details.php
    add the line in red

    Code:
    <?php
    //-bof-20241125-lat9-NPF additions
        $display_product_stock =  (!isset($flag_show_product_info_out_of_stock) ||  (!empty($flag_show_product_info_out_of_stock) &&  empty($products_out_of_stock)));
    $display_product_stock = false;
    ?>
                    <?= (($display_product_stock === true) ? '<li  class="list-group-item">' . PRODUCT_AVAILABILITY . '<strong>' .  $products_quantity . TEXT_PRODUCT_QUANTITY .  '</strong></li>'  : '') . "\n" ?>
    <?php
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  7. #37
    Join Date
    Aug 2008
    Location
    Sydney Australia
    Posts
    712
    Plugin Contributions
    0

    Default Re: Edit issue on Product Page

    Quote Originally Posted by barco57 View Post
    includes/templates/bootstrap/templates/tpl_product_info_display_details.php
    add the line in red

    Code:
    <?php
    //-bof-20241125-lat9-NPF additions
        $display_product_stock =  (!isset($flag_show_product_info_out_of_stock) ||  (!empty($flag_show_product_info_out_of_stock) &&  empty($products_out_of_stock)));
    $display_product_stock = false;
    ?>
                    <?= (($display_product_stock === true) ? '<li  class="list-group-item">' . PRODUCT_AVAILABILITY . '<strong>' .  $products_quantity . TEXT_PRODUCT_QUANTITY .  '</strong></li>'  : '') . "\n" ?>
    <?php
    Thanks for that info but I had already taken the complete code out. It was code put in by one of the people that did work on the site and it took me a while to track it down and remove it.

    If it was added correctly I would not have needed to track it down as it should work in the product code area (Product general layout settings) to be able to turn it on or off in the layout settings. It should have been done correctly in the first place rather than just use a small piece of code and leaving issues.

    Once again money wasted.
    Outdoorking
    Test Site www.dev.outdoorking.com

 

 
Page 4 of 4 FirstFirst ... 234

Similar Threads

  1. Replies: 7
    Last Post: 8 Apr 2015, 01:29 AM
  2. Replies: 1
    Last Post: 23 Jun 2013, 02:03 AM
  3. Strange Issue With Define Page Status 'Edit' Button
    By wleamon in forum Customization from the Admin
    Replies: 1
    Last Post: 17 Dec 2010, 02:21 PM
  4. Edit Admin Product page to show product image
    By loxly in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 27 Jan 2010, 12:58 AM
  5. Edit product link on product page
    By forced in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 7 Oct 2009, 10:08 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