Web Forms :: Creating A Url Hyperlink To Automatically Add Product To Basket?
Jan 27, 2010
The company I am doing work for are creating an online catalogue and want links on product details that will automatically add said product to the basket of their ecommerce store, namely [URL]
View 1 Replies
Similar Messages:
Aug 19, 2010
code for creating hyperlink in c#
View 1 Replies
May 11, 2010
i have a buy basket in master page.
and when user add a product(for child) i want to Ajax update buy basket
how i can implement that?
View 3 Replies
Dec 26, 2010
I developed an ecommerce application.In this application (out of all other user products stuff ) use Sales to products
Here is simple demo:
http://clients.mantis.co.il/EcommerceDemo/
For example
Buy 20 products and the other 2 product with 50% off
And another example
Buy 1 product and the other cost 9.99$
And last example
Baying more than 600$ got 20$ discount
Course calculate this is not so simple, and the GET BASKET event can take time
I wondered what the best way to do it. My 2 options are:
1. Try to cache the user basket.Yes - because this calculate make just one time (until the user change and add product to the basket etc')No - because this object keep on the server, and if I take a situation that many user fill their basket I don't want the server work slower because the consequence of this decision.
2. Of course the opposite to call this calculate each time than its make slow the make basket event but this not "sit" on the sever and I am not afraid of crash the server.
View 1 Replies
May 11, 2010
Is there any web service which will return the prouct name by accepting the product barcode input?
View 2 Replies
Jun 22, 2010
I am trying to use a repeater control that will display a hyperlink control. For the text of that Hyperlink control I would like to concatenate to fields from my data source (lets say First Name and Last Name). How would I do this appropriately for the Hyperlink control within an ItemTemplate?
View 3 Replies
May 7, 2015
i am using asp.net webform not asp.net MVC.
i want to make my webforms as single page application
ex: i have a webform for products and the correspoding Product Links
if i click on any products the related details of that product has to be dispaly in the same webform .
i dont want to goto another webfom and dispaly the details of the product.
View 1 Replies
Sep 15, 2010
I want to implement a shopping basket.
I created a shopping basket class, and included all the functions inside it that basket will need.
It works OK, but on every content page I need the lines:
Basket myBasket = new Basket();
myBasket.drawBasket();
Is there anyway to get that code to execute on every page without having to manually create the class and run it? Perhaps not use classes?
View 3 Replies
Feb 22, 2011
I need to keep my basket more permanent I have two options and I want to choose the best one.
I have eCommerce web site application in asp.net and there is a basket include products which are selected by users before, so options:
1- keep basket in database (consider the cost and time to store and retrieve information)
2- store my basket in Cookies (I don't know what the implementation is)
I couldn't use session because it is not permanent and clear by closing browser.
My goal is : when the user close the IE for 1 day or 2 days make ability to remember all products that already added to basket.
In addition, my basket is store in hash-table now, for example : {1:4055,2:4588,...} they are ID and product code(keys). they are all save in a hash table.
View 1 Replies
Oct 1, 2010
I have 2 sites, one the main product site the other a secure site featuring the basket and checkout processes.
When a user clicks "add item to basket" I am creating a basket in a database and then adding the items to the basket. The theory was then to store the id from the database for the basket (the basketid) in a cookie, redirect the user to secure site, use the basket id from the cookie and display the contents in the basket.
However I am having trouble getting the secure site to use the same cookie. When I redirect the users to the secure site, the basket appears empty. I need to go back to the main site and then back to secure before the cookie appears.
Here is the code for the cookie
[Code]....
And then on the secure site this is how it gets the basket ID from the cookie
[Code]....
But like I say it's having problems. I've tried replacing the cookies with session variables as well but it didn't work.
View 6 Replies
Sep 8, 2010
I am busy building a shopping cart with cookies. I have datalist which I populate from the cookies with a delete button next to each cookie
[Code]....
Now the problem is that when I hit the delete / remove button to expire the cookie, what happens when repopulating the datalist is that it shows the original cookie with all it's values as well as a new entry where all the values are blank.
View 3 Replies
Jan 12, 2010
i have a product data entry form in which if somebody wants to add more data for one product then there is link called more and opens a new aspx page. In which i have a 40 textbox and dropdown list associated with them. so i have a data like interger id of dropdown list and textbox value for that dropdown list interger,something kind of key and value pair. I want to store that and pass it to the original pair so i can add that to the database once the whole product is created. I do not want to use session to store this much of data.
View 2 Replies
Nov 29, 2010
When a Product is deleted, I am simply displaying a message to User like "Are U sure ....". I am doing it like:
<asp:TemplateField HeaderText="Delete">
<ItemStyle Width="5%" HorizontalAlign="Center" />
<ItemTemplate>
<asp:ImageButton runat="server" CommandArgument='<%#Eval("Gallery_ID")%>' BorderStyle="None"
ID="BtnDel" ImageUrl="../Images/icon-delete.gif" CssClass="imgbutton" CommandName="DeleteRow"
CausesValidation="False"></asp:ImageButton>
</ItemTemplate>
</asp:TemplateField>
protected void GvGallery_RowCreated(object sender, GridViewRowEventArgs e)
{
ImageButton btnDelete = (ImageButton)e.Row.FindControl("BtnDel");
if (btnDelete != null)
btnDelete.Attributes.Add("onclick", "return check();");
}
<script language="javascript">
function check()
{
if(confirm("Are you sure u want to delete this Gallery? Once deleted it cannot be retrieved.")==true)
return true;
else
return false;
}
</script>
But Now, my requirement is that I want to display "Product Name" with in the message like "Are U sure U want to delete <Product Name>". How can this be done??
View 2 Replies
Jun 28, 2010
adding a product from my datalist. The code to add a new product works on the page where you can check out the product a little closer, but not in this "overview" of all products. When I hit the buy button, I get this error(translated
from swedish): "The sequence don't contain any elements"
View 5 Replies
Nov 25, 2010
I have a requirement to display my product details inside a tab control.
1. In the first tab, i need to display the image of the product and on the second tab, i need to display some text regarding the product.
2. In the products Search page, I need to display this tab control as the product. I need to display 10 products per page.
View 8 Replies
Jun 29, 2010
Is there any good code (paid or open source) out there for:Handling PPC ads on our site? This would (hopefully) include pages to create ads, reports of ads run, determining what ad to show, and tracking billing.Adding comments to our site? This would (hopefully) include up/down/inappropiate votes on other's comments.A product catalog? This would (hopefully) include advanced search and entering product items.
View 1 Replies
Apr 26, 2010
im using listview to display my products and also use pager and count 10 item per page. my problem is, when i click one of the products to see big image and info about the product (in new page) i have some back button to return to the products page its return to number 1 even if i select product from pager 8, how can i return to the page were the last product was (like: 8 or 14) and not to the first pager?
View 2 Replies
Jun 27, 2010
I work with asp.net , VB script (web developer 2008)
I need to build page for x product (every user have number of product) and every line i show the product picture + name + listBox the show to the user how much packege he want to buy (0-10)
the button run to see what product the user order (>0 packedges)
how to show at every line(Row) the ListBox , and how to find the product that the user wants
View 4 Replies
May 7, 2015
I have gridview in my page that bind from database and show product information and when users click on productimage from gridview it will go to Show.aspx page...
I want know that how many users visit each product...
I mean I want see that How many users click on ProductImage from girdview and go to Show.aspx page(separatly for each product)...
How I can do it?
View 1 Replies
May 7, 2015
i am making a small billing application in c# and .net
everything is done, but the only issue is:
***HOW TO ADD MULTIPLE PRODUCTS TO SINGLE INVOICE ITEM***
Here is the main concept -
>when biller start making a bill -> he can simply add all basic details etc. but at the time of products addition to bill -> he will need to add multiple bill --> In this case we want the following workflow implementation:-
2 rows will be shown to biller at a time, and there will be a "Add more Rows" button under 2 rows..when biller click it, it creates new row for adding more products, (firstly this will go on.. as much as product require biller can add no. of rows based on his requirement).
secondly:when this data goes to database, the bill and details will be saved to database and so biller can use that bill in further for reprinting or record purpose (list invoice you can say). Now here i have created a logic but we are unable to get it to work..
The logic i am looking for is:-There will be a unique ID with each bill generated, and we can use this Unique_ID as reference ID (foreign key concept) , and make a table "Billed_items" and store all products billed within the Unique_ID of that particular invoice..
So in this way, when user List invoice or further print or any related function is used to view or edit even.. The biller can see all the items billed with that Invoice id as its being fetched from database using the reference_ID and other details from main Sales table.
View 1 Replies
Apr 10, 2012
I am making a web form in whose name is order.aspx in which user have to add his details .like name contact no etc. but my problem is there are products which i have listed in combo box . if user select any one item from it it shows its quantity .after selecting he quantity the details of product must be displayed in grid view below .then if user select second product it should do the same grid view must add the second product details to it and so on.
View 1 Replies
Jan 18, 2012
I need to show a Warning message when a Product is about to Expire
or before the expiry date of product or atleast remind him before expiry.. like Reminders.
I am working on Web Development Project in Asp.Net , VB language ....
View 1 Replies
Jun 28, 2010
how to "discover" hyperlink in some text and convert that hyperlink in html hyperlink with asp.net (or javascript). For example, if a user enter this text:
You found it at [URL]
How can i found and convert in html like :
You found it at <a href='http://www.foo.com'>http....</a>
View 1 Replies
Feb 14, 2011
Create a gridview for Product Comparision?
View 4 Replies
Nov 9, 2010
How can i compare selected rows in the other page?
Can i get selected values with this code?
[Code]....
View 1 Replies