Page 7 of 8 FirstFirst ... 5678 LastLast
Results 61 to 70 of 71
  1. #61
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: Removed Qty Box, now want it back for some

    Quote Originally Posted by gjh42 View Post
    Did you get the latest bit of code at the top of my post? I was editing it probably while you were working.
    If you didn't add that part properly, it would hide all adds.
    Ahh, I see said the blind man. No, I jumped past it. One sec...

  2. #62
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: Removed Qty Box, now want it back for some

    OK, there's the error:

    Parse error: syntax error, unexpected T_IF in /home/pittecom/public_html/includes/templates/apple_zen/templates/tpl_product_info_display.php on line 38
    Is there a good place for this bit? I just sort of threw it in there.

    PHP Code:
    <?php 
    $notGallery 
    1
    if (ereg("(^13$|^13_)",$cPath)) { /*no image in gallery*/
      
    $notGallery 0
    ?>

  3. #63
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Removed Qty Box, now want it back for some

    Ok, top of post 57, the second code box was showing where to put the code in the first box.

    Oops, I forgot to end the PHP statements with ;
    PHP Code:
    <?php 
    $notGallery 
    1;
    if (
    ereg("(^13$|^13_)",$cPath)) { /*no image in gallery*/
      
    $notGallery 0;
    ?>

  4. #64
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: Removed Qty Box, now want it back for some

    Nope - Still getting an error at the point where that snippet is:

    Parse error: syntax error, unexpected T_IF in /home/pittecom/public_html/includes/templates/apple_zen/templates/tpl_product_info_display.php on line 32

  5. #65
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Removed Qty Box, now want it back for some

    Do you have the snippet in more than one place? It should only be added below the <div class="centerColumn" id="productGeneral"> line (around line 16).

    I think I see your error: did you add it just after this
    PHP Code:
    <!--bof Category Icon -->
    <?php if ($module_show_categories != 0) {?>
    <?php
    on line 26?
    Post the area around where you added the snippet - you will have to remove it without taking anything that was there.

  6. #66
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: Removed Qty Box, now want it back for some

    Success!! Because we were jumping around a bit with different snippets on one page, I was a little concerned that maybe I screwed something up along the way. (Who... ME?!?) So I went back through and re-entered everything and it's a go!!

    I still need to put the cart through the paces to make sure there haven't been any unexpected issues but I have confirmed that neither the "Add to cart" or the price appear in the Sold Gallery. Also, the "Add to cart" is indeed in place outside the Gallery.

    Way to go! You should consider packaging this as a Module: Showcase Module. I know there are others out there who would be thrilled.

    Thank you very much for your hard work. I appreciate it. I'll just make sure everything is as it seems in the cart...

    Tim

  7. #67
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: Removed Qty Box, now want it back for some

    Everything seems to be working great. If I was to be Very picky or if you were to package this as a mod, the only thing is that the "Add to cart" is still displayed in category view. (example) But I'm not sweating it.

  8. #68
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Removed Qty Box, now want it back for some

    Category Showcase... good idea. Since it's only one file that has to be modified, it shouldn't be hard to work up in presentable form.
    Thanks for the suggestion.

    Well, two files...
    I'll look at applying this to the listings as well, and get back when I have something functional. I don't expect it to be difficult.

  9. #69
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    550
    Plugin Contributions
    0

    Default Re: Removed Qty Box, now want it back for some

    Quote Originally Posted by MeltDown View Post
    Too cute! Congratulations!
    Thanks ! These little guys are a amazing bunch considering their father was fixed the day BEFORE they were created. The vet said not to worry... so I didn't .... and well, here they are! We already had way more then enough, but now couldn't imagine life without any of them. They have a way of making you smile no matter how hectic things can get .

    Glad you guys got the other issue fixed. I'm still trying to figure out the Gallery part.... since I'm not sure what all I will end up with in my store, I am always looking for other ways of showing things on the site. One thing that always surprises me is the difference in what the site looks like from one monitor to another. I have spent hours trying to "fix" what I thought looked horrible on my computer only to see it on my Mom's or a friends and see that it looks wonderful... I then have my eBay friends check it out and find that I'm the only one seeing it the horrible way, everyone else see's it the wonderful way, so I leave it alone .

    Anyways, thanks for all of your help! And the offer still stands on the Neckcoolers. They really help keep ya cool in the hot months. I'd be happy to send you some....just let me know!

  10. #70
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Removed Qty Box, now want it back for some

    The Gallery Category mod is now available in Downloads - Other Modules.

    The support thread is here. Let me know how it works for you!

 

 
Page 7 of 8 FirstFirst ... 5678 LastLast

Similar Threads

  1. v138a Want Quantiy Box Instead of Buy Now Button on Specials
    By ribow in forum General Questions
    Replies: 0
    Last Post: 22 Jun 2012, 01:06 AM
  2. qty box not show with buy now buttom
    By hoang in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 4 Apr 2010, 03:27 PM
  3. Installed template, now want to go back... database problem
    By Bredpitt in forum General Questions
    Replies: 1
    Last Post: 8 Mar 2010, 07:34 AM
  4. All products listing: can I have a buy now and a qty box?
    By twiddletails in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 20 Nov 2008, 05:15 PM
  5. Removed all boxes to the left and now want to extend main page over.
    By estrange in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 13 Jun 2007, 09:20 AM

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