My price changes as per the customer login i am successful to change in the product display but what i now need is that how do i make changes in the cart and the confirm page.
I have added the "product_price_customer" table in the database and which contain the
CREATE TABLE IF NOT EXISTS `product_price_customer` (
`product_price_customer_id` int(11) NOT NULL AUTO_INCREMENT,
`product_id` int(11) NOT NULL,
`price` float NOT NULL,
`customer_id` int(11) NOT NULL,
PRIMARY KEY (`ppc_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;
Need Quick Help
Thanking You
www.dgcpack.com
http://rupaknpl.blogspot.com
I have added the "product_price_customer" table in the database and which contain the
CREATE TABLE IF NOT EXISTS `product_price_customer` (
`product_price_customer_id` int(11) NOT NULL AUTO_INCREMENT,
`product_id` int(11) NOT NULL,
`price` float NOT NULL,
`customer_id` int(11) NOT NULL,
PRIMARY KEY (`ppc_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;
Need Quick Help
Thanking You
www.dgcpack.com
http://rupaknpl.blogspot.com
No comments:
Post a Comment