This isnt an answer its more of a question.
If I have say a whole reference table, I mean row of data, like so:
Say I have one product on an online shop (making it as simple as possible).
There's a pricelist.csv file yea?
With the rows like so:
Col A (not used in Import) | Col B (Manufacturer Part code, needed to ref x ref table) | Description (not used at all | Qty (we use to update the stock quantities) | Price (we use like quantity to update prices yea?)
I hope this makes sense.
Then we query Col B (in the csv file) against the xref table, to find the product OEM code, which exits in the table xcart_products.productcode column right?
It then knows then which row to update for qty and prices.
How can this be done? (also noting we want it to go for a calculation to the price before doing it, how can this be done)?
Sorry if this seems a bit scatty, I am really stuck with this idea.
Any suggestions are appreciated,
Jeremy.