Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13
  1. #11
    Join Date
    Sep 2008
    Location
    Cleethorpes
    Posts
    1,229
    Plugin Contributions
    6

    red flag Re: Product customisation. Help?????

    Quote Originally Posted by rstevenson View Post
    This thread may be what you're looking for.

    Rob
    Thanks Rob, I think this is what I'm after. I could do it with product attributes but it would be a rediculous and long winded process when it would be far simpler to have the option to do this in the product information entry area. Also I need to create another section in this to enable me to enter the year of produce since the site is selling wines and any wine connoisseur will find this information essential to making a selection to buy.

    I will give this a go as it looks like it might work. If not can I come back to you?

  2. #12
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: Product customisation. Help?????

    Sure. I may not be very helpful if that thread doesn't do it for you, but you can ask.

    Rob

  3. #13
    Join Date
    Sep 2008
    Location
    Cleethorpes
    Posts
    1,229
    Plugin Contributions
    6

    red flag Re: Product customisation. Help?????

    Quote Originally Posted by rstevenson View Post
    Sure. I may not be very helpful if that thread doesn't do it for you, but you can ask.

    Rob
    Hi, I follwed the instructions from the thread and everything works great apart from I cannot get the information that is being entered into the database to display on my site. I suspect I'm missing something really simple but I have followed the instructions very carefully.

    These final two bits are definately in place (see below)

    7. edit 'main_template_vars.php' (in /includes/modules/pages/product_info/)
around line 46 you find the variable $sql set. like in step 3.2 add the new rows with a 'p.' in front just before the 'from'
select ......., p.products_guarantee, p.products_color from ....
.
    8. last step: display the new infos
edit 'tpl_product_info_display.php' (in /includes/templates/template_default/templates/)
now, wherever you want, you can add to the html:
<?php echo $product_info->fields['products_guarantee']; ?> and <?php echo $product_info->fields['products_color']; ?>


    So not sure where I might be going wrong. If you can help that would be great.


    Many Thanks

    Nick

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Help with Template customisation
    By bravo14 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Nov 2009, 01:46 PM
  2. Need help with customisation
    By sumo in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 30 Sep 2008, 01:06 PM
  3. Customisation help
    By viperofthepitstorm in forum General Questions
    Replies: 13
    Last Post: 24 Apr 2008, 03:24 AM
  4. Help customisation nightmare!
    By leigh in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 27 Aug 2006, 07:27 PM
  5. Paypaly customisation - colours help
    By dandownunder in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 2 Jul 2006, 02:17 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