Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Major "EasyPopulate" complications


oscom777

Recommended Posts

I ma haveing major isures with getting EasyPoulate to upload my image name proerly. It says you need to change sxomething in the cofig section. But all I see that usefull is

 

//**** Size of products_model in products table ****

// set this to the size of your model number field in the db. We check to make sure all models are no longer than this value.

// this prevents the database from getting fubared. Just making this number bigger won't help your database! They must match!

global $modelsize;

$modelsize = 20;

 

I dont know what to change in this file. it dosent make it clear, The databse is cutting off up to 10 charictors including ".jpg" as 4 of the 10

 

I need this changed. Please :) Someone?

 

:ph34r:

Link to comment
Share on other sites

You need to check the table "products" in your database.

Look at the settings for how many characters you can put into the products_model field. It will show something like "varchar32"

 

You then need to put this same number into the easypopulate.php file under the configuration settings.

Link to comment
Share on other sites

Maybe.....rename your images with shorter names?

 

:unsure:

 

Besides, the products model name is like...an SKU. Generally, 20 characters are more than sufficient to uniquely identify a product.

Are you using your products image name as the product model name?

Link to comment
Share on other sites

Generally, 20 characters are more than sufficient to uniquely identify a product.

Are you using your products image name as the product model name?

Its being stored in the v_products_image colum. And if the Set Car is at 20...why is it cutting the names off at 10 ?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...