Results 1 to 9 of 9
  1. #1
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    550
    Plugin Contributions
    0

    help question Customers can't figure out how to order

    My site is LilleyPadGifts.com
    I added a friend's book to my site in it's own category (A Gambler Till I Die)
    Problem is.... when they go to my site, either directly or from the GamblerTillIDie.com website, they, of course, enter at the home page with the list of categories down the left side. The first being the book. They aren't understanding that you have to click on that link to get to the book's actual page... instead they aren't ordering because "the qty is only 1". (when in fact the product page shows 50 qty, they just never make it that far)
    I don't have the time or the patience to explain how a website works to everyone, so I'm trying to find a way to make it so simple they won't know how to NOT buy the book.
    For the books website, if I change the link on that page to take them directly to the books product page instead of my home page, will it cause a problem if they want to order and haven't signed in from the home page? Actually, while writing this, that was the thought that came to me, but if anyone else has any suggestions... please, oh please, let me know!
    Thanks so much and Happy Holidays ~

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Customers can't figure out how to order

    For starters, you need to change that link on GamblerTillIDie.com to not include the zenid in it ...

    That will cause a lot of problems ...

    I am not sure about the confusion issue ... as it took me right to the product and there is the Add to Cart ...

    Then adding to the cart the checkout link is there ...

    They are then taken to login/create account and continue to checkout ...

    It is pretty straight forward ... I think ... the way you have it set up ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

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

    Default Re: Customers can't figure out how to order

    I was changing the link as you were looking at it I believe. Up until a about 2 mins ago, the link took you to my Home page, not it takes them directly to the product page.
    I will have to find out what you are referring to as far as the link is concerned...the zenid

    Thanks

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

    Default Re: Customers can't figure out how to order

    I see the zenid in the url that I had copied and pasted, but unsure how to remove it and have the link still work.

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

    Default Re: Customers can't figure out how to order

    ok, I just deleted it from the &zenid...... , is that all I have to do ? It seems to still work on my computer, but I never trust that. Can someone else check it out and see if it goes directly to the correct product page?

    Thanks~

  6. #6
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Customers can't figure out how to order

    Seems to work fine for me ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

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

    Default Re: Customers can't figure out how to order

    I see you have a category named ******** for a divider below the book category. Unfortunately this makes a dead-end link and a strange item in the categories-tabs menu.
    Categories Dressing has code that will allow you to put static text or other divider in that location, and eliminate the odd link.

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

    Default Re: Customers can't figure out how to order

    Thanks Glenn, I totally forgot I had put it there. I will just remove the category since it was just to seperate the one cat from all the other's which isn't needed now. Thanks & Happy Holidays ~

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

    Default Re: Customers can't figure out how to order

    Since you have other custom code operating in tpl_categories, you can just add the subtext code to your copy instead of dealing with merging everything.
    Find
    PHP Code:
          $content .= '<br />' "\n";

        }
      }

      if (
    SHOW_CATEGORIES_BOX_SPECIALS == 'true' or SHOW_CATEGORIES_BOX_PRODUCTS_NEW == 'true' or SHOW_CATEGORIES_BOX_FEATURED_PRODUCTS == 'true' or SHOW_CATEGORIES_BOX_PRODUCTS_ALL == 'true') {
    // display a separator between categories and links 
    and add

    // categories dressing - add subtext below a cat
    switch ($box_categories_array[$i]['path']) {
    case 'cPath=64': //replace number with your desired cPath
    $content .= '<span class="catBoxSubtext">words to reassure and guide customers</span>' . '<br />' . "\n";
    break;
    } // subtext

    to get
    PHP Code:
          $content .= '<br />' "\n";

          
    // categories dressing - add subtext below a cat
          
    switch ($box_categories_array[$i]['path']) {
          case 
    'cPath=64'//replace number with your desired cPath
            
    $content .= '<span class="catBoxSubtext">words to reassure and guide customers</span>' '<br />' "\n"
          break;
          } 
    // subtext
        
    }
      }

      if (
    SHOW_CATEGORIES_BOX_SPECIALS == 'true' or SHOW_CATEGORIES_BOX_PRODUCTS_NEW == 'true' or SHOW_CATEGORIES_BOX_FEATURED_PRODUCTS == 'true' or SHOW_CATEGORIES_BOX_PRODUCTS_ALL == 'true') {
    // display a separator between categories and links 
    Last edited by gjh42; 24 Dec 2007 at 03:43 AM.

 

 

Similar Threads

  1. v151 Can't figure out how to move a link.
    By designing4 in forum General Questions
    Replies: 5
    Last Post: 14 Jun 2014, 02:56 AM
  2. � - Can't figure out how to remove
    By thehiprose in forum Upgrading from 1.3.x to 1.3.9
    Replies: 2
    Last Post: 24 Oct 2010, 08:25 AM
  3. I can't figure out how to add a link
    By sfklaas in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 1 Apr 2008, 05:30 PM
  4. Can someone help me figure out how to do this...
    By MCanes in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 15 Sep 2007, 05:54 AM
  5. Blue Link Color -- can't figure out how to change
    By Big Kahuna in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 6 Jun 2006, 02:26 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