Morning,
I would like to know how i could add two prices from my database to make one price. My current code is below.
orderPriceTotal = oi.price + oi.shippingPrice,
All help is much appreciated, thanks 🙂
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It should work.. but i think if these aren’t in numerical values then first u need to convert into numerical then do addition.