Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Easy Populate with Products Extra Fields


PattyM
 Share

Recommended Posts

I have Products Extra Fields 2_0 installed along iwth Easy Populate 2.7. I realize the instructions only give directions on how to add extra fields to the products and products-descriptions tables thru the easypopulate.php file.

 

However, I also need to add the tables used in the Products Extra Fields contribution which are table names products_extra_fields and products_to_products_extra_field. How do I add these extra tables in to make them work with Easy Populate?

 

I'm using OSC 2.2rc2a

 

Thank you in advance.

Link to comment
Share on other sites

Part of the installation instructions will be to run some sql to create these table.

 

I think you need to check you have followed all the installation steps.

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Link to comment
Share on other sites

Part of the installation instructions will be to run some sql to create these table.

 

I think you need to check you have followed all the installation steps.

 

 

The tables are all created. Both programs work fine seperatly. I just need to be able to put the Product Extra Field tables in Easy Populate. As of now, Easy populate only adds the products and products_description tables from the default OSC installation.

 

How do I modify Easy Populate code to add the two additional tables used in Product Extra Fields?

Edited by PattyM
Link to comment
Share on other sites

Read the excellent documentation that comes with EP which explains what you need to change in /admin/easypopulate.php.

 

Then your import file should be in this format.

 

v_products_model,v_products_extra_fields_name,v_products_extra_fields_id,v_produ

cts_extra_fields_value,EOREOR

12UCM,List Price,1,£79.00,EOREOR

20.0CBLKEU,List Price,1,£49.99,EOREOR

20.0WHTEU,List Price,1,£49.99,EOREOR

20.0WBLKEU,List Price,1,£44.99,EOREOR

20.0WWHTEU,List Price,1,£44.99,EOREOR

37FBF-B,List Price,1,£85.10,EOREOR

37FBF-S,List Price,1,£85.10,EOREOR

37FBRR-T,List Price,1,£110.63,EOREOR

37FBTS,List Price,1,£133.00,EOREOR

37FBTB,List Price,1,£133.00,EOREOR

54FBPT-CT,List Price,1,£139.99,EOREOR

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Link to comment
Share on other sites

Read the excellent documentation that comes with EP which explains what you need to change in /admin/easypopulate.php.

 

Then your import file should be in this format.

 

v_products_model,v_products_extra_fields_name,v_products_extra_fields_id,v_produ

cts_extra_fields_value,EOREOR

12UCM,List Price,1,£79.00,EOREOR

20.0CBLKEU,List Price,1,£49.99,EOREOR

20.0WHTEU,List Price,1,£49.99,EOREOR

20.0WBLKEU,List Price,1,£44.99,EOREOR

20.0WWHTEU,List Price,1,£44.99,EOREOR

37FBF-B,List Price,1,£85.10,EOREOR

37FBF-S,List Price,1,£85.10,EOREOR

37FBRR-T,List Price,1,£110.63,EOREOR

37FBTS,List Price,1,£133.00,EOREOR

37FBTB,List Price,1,£133.00,EOREOR

54FBPT-CT,List Price,1,£139.99,EOREOR

 

Thank you for your quick reply. However, my documentation does not give the instructions on how to do this. In the section that reads, X. OTHER CONTRIBUTION INTEGRATION HELP under EXTRA FIELDS CONTRIBUTION, it reads

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

 

(sorry, ran out of time)

 

So I do not have the instructions on how to make Extra Feilds Contribution work with Easy Populate.

 

Also, in easypopulate.php it reads,

 

// FINAL NOTE: this currently only works with the "products" & "products_description" table.

// If it works well and I don't get a plethora of problems reported,

// I may expand it to more tables. Feel free to make requests, but

// as always, only as me free time allows.

 

 

If you could provide me with instructions I would greatly appreciate it.

Link to comment
Share on other sites

  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...