9 Solved Topics

Remove Filter
Member Avatar for
Member Avatar for rpv_sen

Hi friends i am working for an shopping cart using php script, i placed a drop down option to display currency rate as per user selection(INR and USD). By default it will display all the price in INR, if any user select USD, then it has to show all the …

Member Avatar for rproffitt
0
3K
Member Avatar for Lau_1

Hello, i not sure what is the problem with my code. Below is my code. <?php if(isset($_SESSION["products"]) && count($_SESSION["products"])>0){ $total = 0; foreach($_SESSION["products"] as $product){ $product_name = $product["name"]; $product_price = $product["price"]; $product_code = $product["product_code"]; $product_qty = $product["product_qty"]; $currency = "RM "; $img = mysqli_query($link, "SELECT img FROM internet_shop where id=$product_code"); …

0
222
Member Avatar for GingerDontCare

I have a cart that shows product selected and the quantity and the price for each. What I am wondering is how to display the price for each as well as the total for all? Here is my code...Is there a way to do this in the public string Display()...what …

Member Avatar for GingerDontCare
0
338
Member Avatar for oriola-1

hey guys Am new to dis site(Daniweb) also a baby to php but am trying to develop a simple hopping cart in php bt its look too difficult, most of the code am geting on google is too complicated for me.. can anyone help me a simple and easy code …

Member Avatar for oriola-1
0
320
Member Avatar for marifard

Dear friends on daniweb, First of all hope all of you are ok. I post this article to suggest me some ideas about the attachment of paypal in php. I wish to try a booking site for travelling(as a dummy at this stage). For this, php language is better than …

Member Avatar for marifard
0
369
Member Avatar for AARTI SHRIVAS

i searched about it but not get the proper result how can i install CEON URI module in my zen cart can any one help me in that thanx in advance

Member Avatar for LastMitch
0
246
Member Avatar for Niharika Jain

Hey, I've just started with JSP! Was trying my hand at this Shopping cart app.here's the code..[CODE]<%@page import ="java.sql.*"%> <%! Connection con = null; String query = null; PreparedStatement stmt = null; ResultSet rs = null; %> <HTML> <BODY BGCOLOR='ORANGE'> <CENTER> <H2>YOUR CART CONTAINS</H2> <% try{ Class.forName("com.mysql.jdbc.Driver"); con = DriverManager.getConnection("jdbc:mysql://localhost/shopping_mart?"+"user=root&password=root"); …

0
89
Member Avatar for thijscream

hey ppl, you helped me out allot of times, so i come back to you once again, i just transfered my website from a local pc(for testing) to a webserver @ my hosting. now some parts arent working correctly. [B]some extra info about the page:[/B] What kind of web page …

Member Avatar for thijscream
0
174
Member Avatar for vishalkhialani

Hi, I am making a eCommerce site for a client of mine and I want to add products on the site. I don't want to pust plain vanila pictures of the products. I was wondering if I can take a plain image and make it into 3d or get a …

Member Avatar for vishalkhialani
0
143

The End.