Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Easy Populate with Extra fields


Guest

Recommended Posts

Posted

hi, spent days trying to set this up and now got this far

 

in the admin panel under easy populate I want to download the Extra fields csv but when I click the link it says the following:

 

1146 - Table 'rockbnbp_osc1.TABLE_PRODUCTS_TO_PRODUCTS_EXTRA_FIELDS' doesn't exist

 

SELECT p.products_id as v_products_id, p.products_model as v_products_model, subc.products_extra_fields_id as v_products_extra_fields_id, subc.products_extra_fields_value as v_products_extra_fields_value, ptoc.products_extra_fields_name as v_products_extra_fields_name FROM products as p, TABLE_PRODUCTS_TO_PRODUCTS_EXTRA_FIELDS as subc, TABLE_PRODUCTS_EXTRA_FIELDS as ptoc WHERE p.products_id = subc.products_id AND ptoc.products_extra_fields_id = subc.products_extra_fields_id

 

[TEP STOP]

 

 

I have followed the setup step by step (obviously not) and still am lost. can any one help fix this problem?

Posted

The step to add 2 lines to includes/database_tables.php seem to have been missed out.

 

TABLE_PRODUCTS_EXTRA_FIELDS

TABLE_PRODUCTS_TO_PRODUCTS_EXTRA_FIELDS

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 ======>>>>>.

Posted

yeah thats done it

 

thanks buddy, now I gotta learn how to actually create new product fields.

 

cheers

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...