Jump to content

Combination unique price without impact


Recommended Posts

In our billing system (not presta) every product has an unique reference number what I can use to update the quantity and the price via SQL.

 

example:

Airsoft gun's pellets box

(reference number - price - quantity - description)

1001001 - 5,00 - 5 - 2500pcs box

1001002 - 7,50 - 2 - 5000pcs box

1001003 - 10,00 - 9 - 10000pcs box

 

How can I give unique price to every combination item and skip the impact option?

 

I wrote a small script which upload the prices to the ps_product and ps_attribute table where the reference number are match with our billing system.

 

But when I choose a products from the store, that's show me a combined price (product table price + attribute table price)

 

Any idea how can I modify the source code to turn off the impact. I'd like to see only the unique price without the base price.

 

Thank you! :)

Edited by kovacsge (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...