Page 14 of 39 FirstFirst ... 4121314151624 ... LastLast
Results 131 to 140 of 381
  1. #131
    Join Date
    Jan 2008
    Location
    Roswell, Ga USA
    Posts
    144
    Plugin Contributions
    0

    Default Re: Product Extra Fields for text, pdfs and flash

    does or has someone got this to work on 1.3.9f?

    I had it on 1.3.8a and upgraded and now item like video links and extra text no longer show up.

    Admin area work fine and i can upload videos (fla's) and look at the Db and they are there but nothing on the site itself.

  2. #132
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,360
    Plugin Contributions
    23

    Default Re: Product Extra Fields for text, pdfs and flash

    I've had no complaints but that doesn't mean anything. What you are talking about should not be affected by any changed files. I see a date change on the product info template file and one page file. Would you send me the url of your site?
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  3. #133
    Join Date
    Jan 2008
    Location
    Roswell, Ga USA
    Posts
    144
    Plugin Contributions
    0

    Default Re: Product Extra Fields for text, pdfs and flash

    http://www.halloweenspace.com/index....ducts_id=16187

    this one should have a fla video link

  4. #134
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,360
    Plugin Contributions
    23

    Default Re: Product Extra Fields for text, pdfs and flash

    Are you sure you uploaded the template for the product page to the right place? I don't see the code I'm expecting in that page.

    the file structure in the zip file has that file at:
    includes/templates/your_template/templates.

    If you uploaded the package without changing the your_template to your custom template then it's not in the right place.
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  5. #135
    Join Date
    Jan 2008
    Location
    Roswell, Ga USA
    Posts
    144
    Plugin Contributions
    0

    Default Re: Product Extra Fields for text, pdfs and flash

    looks like the code is there, i reuploaded my backup copy of the file.

    but still no link

    we are talking about the tpl_product_info_display.php file. Right?

  6. #136
    Join Date
    Jan 2008
    Location
    Roswell, Ga USA
    Posts
    144
    Plugin Contributions
    0

    Default Re: Product Extra Fields for text, pdfs and flash

    can you take a look and see if the info you are looking for is there now or not?

    Thanks

  7. #137
    Join Date
    Oct 2009
    Posts
    12
    Plugin Contributions
    0

    Default Re: Product Extra Fields for text, pdfs and flash

    I want to show on the product listing (product_listing.php) if the product has a flash file included.

    So i have the product_listing and now i want an extra column with the following: Video: Yes/No.


    I tried alot of things but i cant get it to work. Does anyone have any idea?

  8. #138
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,360
    Plugin Contributions
    23

    Default Re: Product Extra Fields for text, pdfs and flash

    Quote Originally Posted by d1rage5 View Post
    can you take a look and see if the info you are looking for is there now or not?

    Thanks
    sorry, didn't get notified that you had responded. There is an error in that file in the contribution. Don't know how in the world that escaped notice this long.

    I'll be uploaded the correct edition shortly that will also have small changes due to the recent upgrades.

    Lowie,
    Sorry, but that's a bit of complicated programming in several files to get that to work.
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  9. #139
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,360
    Plugin Contributions
    23

    Default Re: Product Extra Fields for text, pdfs and flash

    But! Just realized.

    d1rage5
    There are no list items in your html. So the mod is now in but with no list items showing, it makes me think that you either haven't added the new fields, or the datasbase table isn't uploaded or filled out or something bigger.

    I'll be glad to look at it for you at this point. Send me a message or look for my website to send me an email.
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  10. #140
    Join Date
    Oct 2009
    Posts
    12
    Plugin Contributions
    0

    Default Re: Product Extra Fields for text, pdfs and flash

    That sux ive been working on it for like 4 hours now and im really pissed haha!

    I gto this far:
    http://www.devuurwerkhandel.nl/profe...rwerk-c-5.html

    But it wont check the video linked to id, only the last video in the sql database table...

    Code:
            case 'PRODUCT_LIST_WEIGHT':
            $lc_align = 'right';
    
    mysql_connect("localhost","","");
    mysql_select_db("");
    // Make a MySQL Connection
    // Construct our join query
    $query3 = "SELECT products_description.products_id, product_extra_fields.video ".
     "FROM products_description LEFT JOIN product_extra_fields ".
    	"ON products_description.products_id = product_extra_fields.products_id"; 
    
    $result3 = mysql_query($query3) or die(mysql_error());
    
    while($row = mysql_fetch_array($result3)){
           $lc_text = '' . $listing->fields['products_id'] . ' heeft ' . $row['video'] . ''; 
    
    }
    
    
            break;

 

 
Page 14 of 39 FirstFirst ... 4121314151624 ... LastLast

Similar Threads

  1. Replies: 1
    Last Post: 10 Sep 2013, 10:09 PM
  2. Can I add two extra fields for inputting time and date delivery wanted?
    By Desjames in forum Managing Customers and Orders
    Replies: 2
    Last Post: 20 Jun 2010, 08:56 PM
  3. Extra pages and flash movie
    By g.nencini in forum General Questions
    Replies: 1
    Last Post: 11 Oct 2009, 11:51 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