Page 1 of 2 12 LastLast
Results 1 to 10 of 23

Hybrid View

  1. #1
    Join Date
    Apr 2007
    Posts
    152
    Plugin Contributions
    0

    Idea or Suggestion moving attributes up the page?

    How do i move the options up the page to go just after the starting at price text, can it be done?

    heres a link to a page on my site where i have set them up but they are to low if you ask me.

    http://www.canvas-style-art.co.uk/in...oducts_id=1244


    Cheers
    Egg

    Also where is says Please Choose:
    can we edit this text, how?
    Last edited by eggrush; 1 Aug 2008 at 09:29 AM.

  2. #2
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: moving attributes up the page?

    Couple of things:-

    1. The "sections" in the Product Info page can be shifted around by editing tpl_product_info_display.php .

    The ORIGINAL of this file is in:-

    includes/templates/template_default/templates/

    COPY this to your local drive and open it in a good text editor.

    Look for the sections delimited by:-

    <!--BOF .............>
    (some php code here)
    <!--EOF .............>

    Find the BOF - EOF section relating to attributes; CUT it from it's current position and then PASTE it ABOVE or BELOW the section (also BOF - EOF) where you want it to appear.

    SAVE the edited version, and FTP it to:-

    includes/templates/YOUR-TEMPLATE/templates/.

    ------------------------------------------------------------------

    2. Your header is WAY TOO BIG! I have a wide-screen monitor and your logo takes up practically the whole screen. Every time a new page loads I have the ADDED TASK of scrolling down to see product info. This (for me) is rather irritating as it adds EXTRA WORK in getting to see your product data. Perhaps you could make it smaller? ---- a LOT smaller?
    -------------------------------------------------------------------

    3. You have set up your attributes incorrectly.

    Instead of having ONE OPTION NAME for Canvas Size, Poster Size and Delivery Options, under which you should have all your different OPTION VALUES...

    You have set up a different OPTION NAME for each possible choice, for each poster size and for each shipping option.

    It is therefore possible for me to click ALL your checkboxes, and you will get an order that looks like this:-


    Tiger - 24 x 36 on Canvas

    CHOOSE A CANVAS SIZE: - 16 X 24 CANVAS
    CHOOSE A CANVAS SIZE: - 24 X 24 CANVAS
    CHOOSE A CANVAS SIZE: - 24 X 36 CANVAS
    CHOOSE A CANVAS SIZE: - 8 X 12 CANVAS
    ORDER A POSTER PRINT: SIZES - A1 POSTER
    ORDER A POSTER PRINT: SIZES - A3 POSTER
    ORDER A POSTER PRINT: SIZES - A4 PRINT
    EXTRA DELIVERY OPTIONS - NEXT DAY DHL DELIVERY
    EXTRA DELIVERY OPTIONS - RUSH THIS CANVAS TO ME WITHIN 3 DAYS!
    EXTRA DELIVERY OPTIONS - RUSH THIS POSTER TO ME WITHIN 3 DAYS!
    EXTRA DELIVERY OPTIONS - SATURDAY DELIVERY

    Sub-Total: £495.78


    How do you know, from this, what size I want, or how I want it shipped... and look at the total price!!!?

  3. #3
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: moving attributes up the page?

    For PLEASE CHOOSE:

    includes/languages/english/product_info.php

    Line #15 : define('TEXT_PRODUCT_OPTIONS', 'Please Choose: ');


    Again, save edited file to your custom folder.

  4. #4
    Join Date
    Apr 2007
    Posts
    152
    Plugin Contributions
    0

    Default Re: moving attributes up the page?

    With regards to the different options, i have sorted them out into 3 cats so people can decide if they want to buy a canvas and/or a poster then if they want to quicken up the delivery process or leave it as standard as we offer free P&P to all UK orders, i think it works as it gives people the choice to order what they like,
    I would love to colour code them into 3 sections ie: canvas sizes in say red, posters sizes in orange and delivery in yellow, would this be style sheet thing?

    I get your point with the header but that was the only way I can make the logo work, size wise anyway as I wanted impact when you land on us but I may be changing that very soon so I will take your comments on board also as someone else said that same thing to.

  5. #5
    Join Date
    Apr 2007
    Posts
    152
    Plugin Contributions
    0

    Default Re: moving attributes up the page?

    How do you know, from this, what size I want, or how I want it shipped... and look at the total price!!!?
    I can tell because the title of the artwork is at the top with it overall price set to zero then any option clicked will be added together to give you a final total, also say if a US buyer comes onto the site there will also be a shipping charge added also, i think i have it covered but if i am going down the wrong road let me know.

    Egg

  6. #6
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: moving attributes up the page?

    Quote Originally Posted by eggrush View Post
    I can tell because the title of the artwork is at the top with it overall price set to zero then any option clicked will be added together to give you a final total, also say if a US buyer comes onto the site there will also be a shipping charge added also, i think i have it covered but if i am going down the wrong road let me know.

    Egg
    The point is this... a customer can click ALL the boxes (perhaps in error, but they can click ALL of them). The result will be a SUBMITTED order that could choose ALL shipping options. How will you know which one to apply? Do a test order (click all your options before you send it) to see what I mean.

    You want a system where there is a CHOICE, but only ONE option value can be selected. You need to use radio buttons or a dropdown, and this requires ONE OPTION NAME, with SEVERAL associated option values. This will ensure that if I click ONE option, then decide that I want to change it and click ANOTHER option, my first choice will be "cancelled".

  7. #7
    Join Date
    Apr 2007
    Posts
    152
    Plugin Contributions
    0

    Default Re: moving attributes up the page?

    so for the
    EXTRA DELIVERY OPTIONS


    i should use a radiobox, thanks for pointing that out

    egg

  8. #8
    Join Date
    Dec 2007
    Posts
    52
    Plugin Contributions
    0

    help question Re: moving attributes up the page?

    Quote Originally Posted by fairestcape View Post
    The point is this... a customer can click ALL the boxes (perhaps in error, but they can click ALL of them). The result will be a SUBMITTED order that could choose ALL shipping options. How will you know which one to apply? Do a test order (click all your options before you send it) to see what I mean.

    You want a system where there is a CHOICE, but only ONE option value can be selected. You need to use radio buttons or a dropdown, and this requires ONE OPTION NAME, with SEVERAL associated option values. This will ensure that if I click ONE option, then decide that I want to change it and click ANOTHER option, my first choice will be "cancelled".
    Hi, I was just wondering if any one could help me find a way to allow customers to enter a quantity of each option for example if they want size 2 of size X and 1 of size XX how can they click a check box for each and then to the right enter the quantity of each version that they would like, then when they click the add to cart button they get all three added to their cart. any ideas on how to code for this?

  9. #9
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: moving attributes up the page?

    Quote Originally Posted by eggrush View Post
    With regards to the different options, i have sorted them out into 3 cats so people can decide if they want to buy a canvas and/or a poster then if they want to quicken up the delivery process or leave it as standard as we offer free P&P to all UK orders, i think it works as it gives people the choice to order what they like,
    The point is this... customers can click more than one box and this will confuse the order. Keep it the way you want to, but if too many customers cause the errors described, you may be on the phone to them to sort it out... Then there's the added hassle of refunding them.

    In my experience, customers are "a bit dumb" - and you need to minimise the possibilites of "user error".

    Quote Originally Posted by eggrush View Post
    I would love to colour code them into 3 sections ie: canvas sizes in say red, posters sizes in orange and delivery in yellow, would this be style sheet thing?
    Yes, this should be possible as I think each attribute gets assigned a style ID.

    Quote Originally Posted by eggrush View Post
    ...as I wanted impact when you land on us...
    The impact that you need to make is through your PRODUCTS... Most big online retailers have learned this, and their logos are usually very small. The customer is there not to admire your skill at creating a corporate brand, but to see PRODUCTS, and the more PRODUCT images that you can shove in their faces, the better!

    Go to any of the big online retailers and see how effectively they push PRODUCT and PURCHASE INCENTIVES in front of the customer. (Their logo is usually a tiny "postage stamp" image in the top left-hand corner - with the bulk of the screen focusing on how to get people to BUY THINGS.)

    eg: www.tesco.co.uk, www.comet.co.uk, www.dixons.co.uk

  10. #10
    Join Date
    Apr 2007
    Posts
    152
    Plugin Contributions
    0

    Default Re: moving attributes up the page?

    very good point with regards to branding i will do something about that, just one question what kind of errors can happen then? you mean if someone clicks the wrong size or tow or three products and goes through the CO then realizes what they have done and asks for a refund, or is it a zen cart error or something?

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Help Moving attributes to top of page
    By josh.lapin in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 16 May 2012, 09:17 AM
  2. Problem with Required attributes after moving attributes to product listing page
    By bigmo337 in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 20 Jun 2010, 12:03 AM
  3. Moving the attributes on the product info page
    By Qwert302 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 18 Jul 2008, 04:36 AM
  4. Moving the Attributes
    By alphatrion in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 12 Oct 2007, 11:35 AM
  5. Moving the Buy Now Button to the top of the Product Info Page
    By googlepasta in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 26 Sep 2007, 04:08 PM

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