Page 6 of 39 FirstFirst ... 4567816 ... LastLast
Results 51 to 60 of 381
  1. #51
    Join Date
    May 2005
    Location
    san francisco - California
    Posts
    53
    Plugin Contributions
    0

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

    i installed the module in my test site but i don't know how to add the product id in the product_extra_fields table through excel with phpmyadmin and than import again in the database
    Could someone explain me please how to do that ?



    thank you
    "You cannot step into the same river twice, for fresh waters are ever flowing in upon you."
    Heraclitus

    Most of the universe is made of emptyness

    all i know is that i don't know

    http://sualojanaweb.googlepages.com
    http://www.insitesolutions.com.br

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

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

    You're not going to affect the "product id" with an extra field - that is set automatically when the product is created, and you should not try to change it. If you mean the product's model number, that is something you can input when creating/editing the product, but not subject to the extra fields in this mod.

    You will have to explain in more detail what number you are talking about, and Delia will have to be the one to answer, as I don't know the code for this mod.

  3. #53
    Join Date
    May 2005
    Location
    san francisco - California
    Posts
    53
    Plugin Contributions
    0

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

    right ..i mean when Delia says

    If you are installing this into a cart that already has products, you will have to populate the new table with every product id in order for the products to be visible. This is not hard to do with excel and phpmyadmin. If you have access to your database, export the file to excel, add the fields and import it back in.
    When i try to upload a file into the description the product disappears due to Product Master Category: ID# that is missing

    how does i do that in practice ?
    "You cannot step into the same river twice, for fresh waters are ever flowing in upon you."
    Heraclitus

    Most of the universe is made of emptyness

    all i know is that i don't know

    http://sualojanaweb.googlepages.com
    http://www.insitesolutions.com.br

  4. #54
    Join Date
    Sep 2005
    Posts
    460
    Plugin Contributions
    0

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

    I got enough of dealing HTMLarea and installed FCKeditor. All went fine with the installation itself and the new editor appears when making a new product on the standard text areas but in the "Extra Text Field" it comes just as plain text, no editor at all.

    What shall I do?
    I may be blond but at least I found Zen.

  5. #55
    Join Date
    May 2005
    Location
    san francisco - California
    Posts
    53
    Plugin Contributions
    0

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

    Quote Originally Posted by ellivir View Post
    I got enough of dealing HTMLarea and installed FCKeditor. All went fine with the installation itself and the new editor appears when making a new product on the standard text areas but in the "Extra Text Field" it comes just as plain text, no editor at all.

    What shall I do?
    personally i prefer tiny mce on zen ..anyway have you activated it in the admin and under the products /category ?
    Personally it's a week that i'm waiting a reply from delia about her "easy" phpmyadmin product id modify.
    Maybe i'm retarded but i didn't understand
    "You cannot step into the same river twice, for fresh waters are ever flowing in upon you."
    Heraclitus

    Most of the universe is made of emptyness

    all i know is that i don't know

    http://sualojanaweb.googlepages.com
    http://www.insitesolutions.com.br

  6. #56
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,365
    Plugin Contributions
    94

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

    @emilio: Here's what I did to get the product_extra_fields on products that were in my catalog before I applied the PEF add-on:

    NOTE: Backup your database before you do this stuff (in case it goes wrong).

    Start phpMyAdmin. If you've installed PEF correctly, you'll see a product_extra_fields table within your zen-cart database.

    If that's there, go to your product table and write down the products_id values for all the products that you want to have the extra fields. Now, click on the product_extra_fields table name on the left-side of the display. Up at the top of the screen, click the Insert tab and you're presented with an entry screen to create a new entry in the PEF table.

    For each of the products_id values that you want to have the extra fields: enter the products_id number in the products_id Value element of the form, enter   in the extra_field Value element of the form, and keep the Null checkbox checked for all other elements. Click "Go"; that will add an element in the PEF table for that products_id.

    Note: If you have a bunch of products_id's to add, make sure to look at the bottom of the page and select "Insert another new row" as the action to take after the current row is added.

    It's cumbersome, but it worked for me!

  7. #57
    Join Date
    May 2005
    Location
    san francisco - California
    Posts
    53
    Plugin Contributions
    0

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

    Quote Originally Posted by lat9 View Post
    @emilio: Here's what I did to get the product_extra_fields on products that were in my catalog before I applied the PEF add-on:

    NOTE: Backup your database before you do this stuff (in case it goes wrong).

    Start phpMyAdmin. If you've installed PEF correctly, you'll see a product_extra_fields table within your zen-cart database.

    If that's there, go to your product table and write down the products_id values for all the products that you want to have the extra fields. Now, click on the product_extra_fields table name on the left-side of the display. Up at the top of the screen, click the Insert tab and you're presented with an entry screen to create a new entry in the PEF table.

    For each of the products_id values that you want to have the extra fields: enter the products_id number in the products_id Value element of the form, enter   in the extra_field Value element of the form, and keep the Null checkbox checked for all other elements. Click "Go"; that will add an element in the PEF table for that products_id.

    Note: If you have a bunch of products_id's to add, make sure to look at the bottom of the page and select "Insert another new row" as the action to take after the current row is added.

    It's cumbersome, but it worked for me!
    thank you buddy for the help.
    is very difficult to have support here in zen-cart
    i started with zen about 6 7 years ago but now i'm moving to joomla + vm because of this .... poor support especially international (...)
    It's a pity because zen was a milestone in ecommerce ....
    People needs to be more in collaboration and take off the nerd coder behaviour ..using simple words ...thinking that everyone can give his support.

    thanks again

    Emilio
    "You cannot step into the same river twice, for fresh waters are ever flowing in upon you."
    Heraclitus

    Most of the universe is made of emptyness

    all i know is that i don't know

    http://sualojanaweb.googlepages.com
    http://www.insitesolutions.com.br

  8. #58
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,365
    Plugin Contributions
    94

    Default Extra <li> generated

    There's (at a minimum) an extra empty <li> generated when a product is created after the product_extra_fields add-on is installed. The problem is that the default value for the extra_field element is &nbsp; (which is not an empty string).

    What I did to correct this was to take the code at line 37 in \includes\modules\pages\product_info\main_page_vars_product_type.php:

    Code:
      $extra_field  = $files->fields['extra_field'];
    and expand it to:
    Code:
      $extra_field  = $files->fields['extra_field'];
      if (!empty($extra_field) && $extra_field == '&nbsp;') $extra_field = '';
    That makes empty($extra_field) to be true for the processing in the product_info display.

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

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

    Sorry about being awol, guys! Been under the weather.

    First of all, the absolute best way to create the correct fields and rows after installing this is to do it via excel. lat9 is right about the way he did his cart. However, some folks may find that to be cumbersome and may not even work for others. You need to create a row for every product you have not just the ones you think you need this on.

    First, export the product_extra_fields table via phpmyadmin. Choose excel csv as the type of export and you may need to experiment to see which opens correctly in your version of excel but the csv works for me. Be sure not to leave NULL in the blank for filler for empty space.

    Open that file in excel. Fill in the product id numbers for every product (type 1,2,3,4,5 - select and draw the column down to easily create your product id numbers). Save the file as csv and import in phymyadmin. Put a comma in Fields terminated by where it defaults to semicolon. Be sure to check the box to replace the table data.

    I am aware that copying and deleting the product does not work correctly and will be fixing once I get a chance to do that.
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  10. #60
    Join Date
    Sep 2005
    Posts
    460
    Plugin Contributions
    0

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

    Quote Originally Posted by emilio View Post
    personally i prefer tiny mce on zen ..anyway have you activated it in the admin and under the products /category ?
    Personally it's a week that i'm waiting a reply from delia about her "easy" phpmyadmin product id modify.
    Maybe i'm retarded but i didn't understand
    So, the editor DOES APPEAR with the normal product description area but not with the extra field that this Delia's contribution adds into product information.
    Editor is activated but just doesn't appear for the extra field, for other places it comes visible.

    Elli
    I may be blond but at least I found Zen.

 

 
Page 6 of 39 FirstFirst ... 4567816 ... 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