Page 136 of 152 FirstFirst ... 3686126134135136137138146 ... LastLast
Results 1,351 to 1,360 of 1518
  1. #1351
    Join Date
    Apr 2009
    Posts
    469
    Plugin Contributions
    2

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by hivtop View Post
    first off I LOVE THIS TEMPLATE... after a few tweaks it has run smoothly for a year and a half thank you...

    question... is it possible.. that's wrong cuz anything is possible with php... LOL

    question... how hard would it be to add a category that only uses "BuyNow" buttons.. because I am a wholesaler my site/cart is set up for a min purchase amount... but I also have a few items in a "One of a kind" category from exceptional craftsmen that I would like to sell for them without falling into the min order shopping cart check out process. but still maintain the Responsive Sheffield Blue v2.0 template design...

    I'm not concerned with the inventory, sells reports, customer registration, etc with these products cuz I will just delete them when they sell and add a New item when the craftsman has one ready. I have already created the buynow buttons in paypal... just looking for ideas on how to stick them on a product page and remove the add to cart button...

    thanks again for a GREAT template
    If all you are after is that the quantity box is not displayed on the product set up you just need to set "Products Quantity Box Shows:" to "No, Do not show Quantity Box" see example here https://innerlightcrystals.co.uk/sal...oducts_id=4298 it they are all in the same category then leaving ADMIN>Configuration>Product Listing>Display Product Add to Cart Button set to 1 or 2 would mean that the customer could click on buy now in the product listing page and it would be added straight into their cart. ( I do not have it set as I mix single items and multiple items in a category and this looks a bit confusing.)
    Mark Brittain
    http:\\innerlightcrystals.co.uk\sales\

  2. #1352
    Join Date
    Feb 2016
    Location
    nm
    Posts
    30
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    thanks brittainmark but that didn't work (tried it) cuz all other categories need multiple quantities AND the cart yelled about min order... haha (still digging into the min order module code to see if I can add an exception to a category and can't find a support forum for the min order module )

  3. #1353
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by vibes View Post
    Question: I ftp'd all the RSB files as directed. Then went back and reverified with a fresh download of RSB. Seems ok but the Tools/Template Selection produces an error message "WARNING: An Error occurred, please refresh the page and try again." and no list of templates. Refreshing page does not help. In the upper left hand corner is: "Enabled Responsive Sheffield Blue Configuration Menu." Tools/Layout Boxes Controller works. Tools/Banner Manager returns "WARNING: An Error occurred, please refresh the page and try again." So what can I do to get this working?
    Identify the error and attempt to either resolve or provide information so that others can assist:

    FAQ: WARNING: An Error occurred, please refresh the page and try again.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  4. #1354
    Join Date
    Feb 2008
    Posts
    529
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by vibes View Post
    My ISP people found this error: [10-Dec-2017 17:28:03 UTC] PHP Fatal error:## 1064:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'select * from zen_template_select) as total' at line 1 :: select count(select * from zen_template_select) as total## in /home/svpbook/public_html/includes/classes/db/mysql/query_factory.php on line 120

    They are using 5.6.38 MySQL on their server. So I guess the question now is what is the correct syntax?
    I'm no expert - but first thing I'd look at is the 'from zen_"template_select' which would indicate your database tables were set up with the prefix zen_. If you set up your db with a different prefix, or no prefix then that would throw an error.

  5. #1355
    Join Date
    Apr 2009
    Posts
    469
    Plugin Contributions
    2

    Default Re: Responsive Sheffield Blue V 2.0!

    You should have a logfile in the top level of your shop in a folder call logs (in some of the older cersion it was in cashe). This will have a name like myDEBUG-adm-***** if you are uin admin or myDEBUG-****** for thr customer site . This will contain the full list of modues that were called before "query_factory.php" (the call stack), one of these modules will have created the query that is causing the error. If you know the call stack it will be easier to trace the error.
    Mark Brittain
    http:\\innerlightcrystals.co.uk\sales\

  6. #1356
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by vibes View Post
    The myDEBUG files are in the /logs but no files since 1/21/17. Other myDEBUG files are in /cache which has no files after 12/2/16. So that is strange! How can these be turned on to actually do some work and log files?
    This portion of troubleshooting is unrelated to the template and would be best to cover in a new thread. Likely the permissions of the folder are incorrect preventing logging of the errors. Otherwise, there is either something different about the code run on the server as compared to a default ZC install or possibly there is a server configuration that is preventing it. Suggestion though is to start with what you have control over first.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  7. #1357
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,463
    Plugin Contributions
    11

    Default Re: Responsive Sheffield Blue V 2.0!

    What MC# was alluding to is that your problem is NOT template related. Anne may or may not be willing to help but, you would be better served if you posted in one of the other areas of the forum that better matches your problem.
    A post in the General Questions about a MySql error would get more folks involved.
    Meanwhile, post 1357 in this thread as that may just be the problem.

  8. #1358
    Join Date
    Feb 2016
    Location
    nm
    Posts
    30
    Plugin Contributions
    0

    Default change hpme link

    can someone Please point me to the place where I can change the "Home" link that is BELOW the nav bar. (on the products and category pages)

    I think it has something to do with navBreadCrumb but can't seem to find where the" HTTP_SERVER . DIR_WS_CATALOG ." code is.

    Had no problem changing the Logo and Nav home links but I'm lost on the one below...

    Thanks
    William

    site:
    http://www.customshopping.com/

  9. #1359
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,367
    Plugin Contributions
    94

    Default Re: change hpme link

    Quote Originally Posted by hivtop View Post
    can someone Please point me to the place where I can change the "Home" link that is BELOW the nav bar. (on the products and category pages)

    I think it has something to do with navBreadCrumb but can't seem to find where the" HTTP_SERVER . DIR_WS_CATALOG ." code is.

    Had no problem changing the Logo and Nav home links but I'm lost on the one below...

    Thanks
    William

    site:
    http://www.customshopping.com/
    That's going to require a core-file change to /includes/classes/breadcrumb.php. Open that file to find:
    Code:
      function trail($separator = '&nbsp;&nbsp;') {
        $trail_string = '';
    
        for ($i=0, $n=sizeof($this->_trail); $i<$n; $i++) {
    //    echo 'breadcrumb ' . $i . ' of ' . $n . ': ' . $this->_trail[$i]['title'] . '<br />';
          $skip_link = false;
    		  if ($i==($n-1) && DISABLE_BREADCRUMB_LINKS_ON_LAST_ITEM =='true') {
            $skip_link = true;
          }
          if (isset($this->_trail[$i]['link']) && zen_not_null($this->_trail[$i]['link']) && !$skip_link ) {
            // this line simply sets the "Home" link to be the domain/url, not main_page=index?blahblah:
            if ($this->_trail[$i]['title'] == HEADER_TITLE_CATALOG) {
              $trail_string .= '  <a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . $this->_trail[$i]['title'] . '</a>';
            } else {
              $trail_string .= '  <a href="' . $this->_trail[$i]['link'] . '">' . $this->_trail[$i]['title'] . '</a>';
            }
          } else {
            $trail_string .= $this->_trail[$i]['title'];
          }
    
          if (($i+1) < $n) $trail_string .= $separator;
          $trail_string .= "\n";
        }
    
        return $trail_string;
      }
    and make the change highlighted below:
    Code:
      function trail($separator = '&nbsp;&nbsp;') {
        $trail_string = '';
    
        for ($i=0, $n=sizeof($this->_trail); $i<$n; $i++) {
    //    echo 'breadcrumb ' . $i . ' of ' . $n . ': ' . $this->_trail[$i]['title'] . '<br />';
          $skip_link = false;
    		  if ($i==($n-1) && DISABLE_BREADCRUMB_LINKS_ON_LAST_ITEM =='true') {
            $skip_link = true;
          }
          if (isset($this->_trail[$i]['link']) && zen_not_null($this->_trail[$i]['link']) && !$skip_link ) {
            // this line simply sets the "Home" link to be the domain/url, not main_page=index?blahblah:
            if ($this->_trail[$i]['title'] == HEADER_TITLE_CATALOG) {
    //-bof-20180204-lat9-Add index.php to the Home-page link
    //          $trail_string .= '  <a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . $this->_trail[$i]['title'] . '</a>';
              $trail_string .= '  <a href="' . HTTP_SERVER . DIR_WS_CATALOG . 'index.php">' . $this->_trail[$i]['title'] . '</a>';
    //-eof-20180204-lat9
            } else {
              $trail_string .= '  <a href="' . $this->_trail[$i]['link'] . '">' . $this->_trail[$i]['title'] . '</a>';
            }
          } else {
            $trail_string .= $this->_trail[$i]['title'];
          }
    
          if (($i+1) < $n) $trail_string .= $separator;
          $trail_string .= "\n";
        }
    
        return $trail_string;
      }

  10. #1360
    Join Date
    Feb 2016
    Location
    nm
    Posts
    30
    Plugin Contributions
    0

    Default Re: change hpme link

    Nevermind... found it in \includes\classes\breadcrumb.php (line 55) in case someone else needs to change it...

 

 

Similar Threads

  1. v151 Responsive Sheffield Blue v1.0
    By picaflor-azul in forum Addon Templates
    Replies: 1159
    Last Post: 23 Apr 2023, 01:20 AM
  2. v155 Responsive Classic vs Responsive Sheffield Blue vs ?
    By Zean in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 13 May 2016, 07:01 AM
  3. v154 Responsive Sheffield Blue change menu links
    By Annie_zaz in forum Addon Templates
    Replies: 3
    Last Post: 7 May 2016, 11:33 PM
  4. v154 Responsive Sheffield Blue v.2.0 Pricing not showing
    By SilverHD in forum Addon Templates
    Replies: 13
    Last Post: 4 Nov 2015, 10:57 PM
  5. v154 Questions re: Responsive Sheffield Blue
    By dfontana in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Aug 2015, 02:43 AM

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