AbanteCart Community

eCommerce construction => Installation and Configuration => Topic started by: leonhard on November 11, 2020, 04:13:52 PM

Title: Product Image Linking
Post by: leonhard on November 11, 2020, 04:13:52 PM
So far this is one of the best shopping Carts I have found and have only run into this one problem.

I am dealing with 33000 + products and twice as many images and it need to be updated at least 4 times a year.

Currently I have all the product images in one root directory images/prod/.

The image names are the same as the model number ending with a _O _L _S to determine the size.

I usually have the shopping cart in it's own directory and a development cart in a different directory. With the images in it's own root directory I don't need thousands of duplicate copies in each shopping cart.

I would like to keep them there

I need to find a way to change the product image path to ../images/prod/ if possible.

If that will not work, then I would like go in and change the page link code to something like

Mydomain/images/prod/  $model_O.jpg

I'm sure I can eventually find where I need to do that. But would like to speed up the process by asking people that are already familiar with this Shopping Cart.

What pages should I be looking at?

I greatly appreciate any help that can be provided.
Title: Re: Product Image Linking
Post by: Basara on November 12, 2020, 12:17:54 AM
Hello.
You can do this with CSV export import but the backup database first
https://abantecart.atlassian.net/wiki/spaces/AD/pages/15007876/Import#Import-Example7:UpdateProduct(addimagestoproduct)