Add to cart

Hi all,
I have a website completly HTML based i am try to incoporate my prodyct page add to cart
is it possible weblink
thanks

To get a web page to actually do something useful, like process a form or calculate a price or add something to a cart and place an order, you need to use php or some other server-side scripting language.
Alternatively, you can use PayPal, which will allow you to set up an account to receive funds. They will take a percentage of each sale and they will allow your customers to place orders.
You would have to set up an account with PayPal first, then go to this link and follow the instructions for creating a button using the PayPal system:
https://www.paypal.com/cgi-bin/webscr?cmd=_singleitem-intro-outside
Then, PayPal will handle all of the transactions and send you a request to fulfil the order when payment is made.
…Or, you could create your own on-line store. And that would require you learning a server-side programming language.
-Mark

Similar Messages

  • Is it possible not to update Product Stock Quantity upon ADD TO CART event?

    Greetings,
    Is it possible that the Product Stock Quantity (In Stock) not to be updated on Add to Cart event or when the basket still exist?
    And the updates/decrease of quantity will only happen when the customer have successfully paid or checked out.

    Not at the moment no. BC removes the item from the system on add to cart.

  • Hi. I have a website that uses Virtuemart and the 'add to cart' feature will not work in Firefox but will in IE. I am running XP and 'Accept all cookies' is enabled. HELP, PLEASE... Thankyou

    I am testing our website :www.winningsportstips.com and we have Virtuemart installed and the site will not allow me to select 'add to cart' feature. However if I open the website in Internet Explorer, the feature is available and it functions correctly. I am running XP and have 'accept all cookies' enabled in settings.
    Can you give me any clues? Thanks , Vern Nowland

    Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox. <br />
    http://forums.mozillazine.org/viewforum.php?f=25 <br />
    You'll need to register and login to be able to post in that forum.

  • Image gallery approach for additional details and add to cart option?

    With efficiency and minimalist downloads for smartphone users I would appreciate advice on a product image gallery.
    Currently I have an intro page and other simple information pages. My gallery pages ( four distinct pages for different leather goods) need  either a pop up or a link to a new page for additional details and an option to add to cart.
    Within the image gallery, How should I link each photo to the new detail/cart page? Can clicking  the image itself be the action or do I need a button?

    I made a mistake. I think I got it right this time. The pop up of the title box works but the images are all gone.
    <!DOCTYPE>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>Lapinel Arts Leatherwork</title>
    <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
    <link href='http://fonts.googleapis.com/css?family=Overlock:400,700|Simonetta:400,900|Marcellus|Junge' rel='stylesheet' type='text/css'>
    <style>
    box-sizing: border-box;
    body {
    margin: 0;
    padding: 0;
    background: #fff;
    font: 14px/20px 'Lucida Sans',sans-serif;
    .wrap {
    overflow: hidden;
    .box {
    float: left;
    position: relative;
    width: 25%;
    text-align: center;
    margin-bottom: 24px;
    .boxInner {
    position: relative;
    text-align: center;
    margin: 0 12px;
    overflow: hidden;
    img {
    max-width: 100%;
    .titleBox {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: -70px;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    padding: 10px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    .titleBox h2 {
    font-size: 16px;
    margin: 0;
    padding: 0 0 5px 0;
    .titleBox a {
    text-decoration: none;
    color: #fff;
    .boxInner:hover .titleBox {
    margin-bottom: 0;
    @media only screen and (max-width : 768px) {
    .box {
    width: 50%;
    margin-bottom: 24px;
    @media only screen and (max-width : 480px) {
    .box {
    width: 100%;
    @media only screen and (max-width : 1290px) and (min-width : 1051px) {
       /* Medium desktop: 4 tiles */
       .box {
          width: 25%;
          padding-bottom: 25%;
    </style>
    <style>
    section, header, nav {
    display: block;
        box-sizing: border-box;
    body{
    font-family: 'Marcellus', normal;
    background-image: url(DRA-042010-LeatheryTexture-MBFT.jpg);
    font-size: 90%;
    line-height: 140%;
    color: #555;
    margin: 0;
    padding: 0;
    background-color: #FFF;
    #hover-image {
    background-color: #cfc6b0;
    text-align: center;
    img {
    max-width: 100%;
    height: auto;
    .container {
    width: 85%;
    max-width: 1000px;
    margin: 0 auto;
    color: #000;
    header h1 {
    font-size: 300%;
    line-height: 150%;
    text-align: center;
    letter-spacing: 4px;
    padding: 20px 0;
    color: #000;
    font-weight: bold;
    /* top level navigation */
    nav {
        background-color: #E5E4E2;
    nav ul {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
    nav li {
    margin: 0;
    padding: 0;
    display: inline;
    position: relative;
    nav a {
        display: inline-block;
        text-decoration: none;
        padding: 10px 25px;
        color: #000;
    nav a:hover {
        background-color: #cfc6b0;
        color: #000;
    nav span {
    display: none;
    /* droplist navigation */
    nav ul ul {
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 2em;
    background-color: #E5E4E2;
    text-align: left!important;
    display: none;
    nav ul ul li a {
    display: block;
    width: 12em;
    border-top: 1px dotted #ccc;
    .about {
    padding: 0 8%;
    margin: 0 auto;
    text-align: center;
    background-color: #E5E4E2;
    .about h2 {
        font-size: 260%;
        line-height: 200%;
        margin: 0;
        padding: 0;
        color: #000;
    .about p {
    font-size: 110%;
    line-height: 150%;
    margin: 0;
    padding: 0 0 20px 0;
    .productsWrapper {
    background-color: #000;
    overflow: hidden;
    padding: 30px 25px;
    .product {
    float: left;
    width: 25%;
    padding: 12px;
    text-align: center;
    color: #fff;
    .product img {
    border: 1px solid #fff;
    .view_details {
    text-decoration: none;
    display: inline-block;
    padding: 15px 20px;
    border-radius: 6px;
    border: 1px dotted #ccc;
    color: #555;
    background-color: #fff;
    .view_details:hover {
    background-color: #E5E4E2;
    #mobileTrigger {
    padding: 10px 25px;
    font-size: 120%;
    display: none;
    color: #000;
    footer {
    clear: both;
    background-color: #cfc6b0;
    padding: 30px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    footer a {
    text-decoration: none;
    color: #000;
        float: left;
        width: 33.33%;
        color: #000;
        border: #000
    .footerBox {
        float: left;
        width: 33.33%;
        color: #000;
    @media screen and (max-width: 768px) {
        .container {
    width: 100%;
    .product {
    width: 50%;
    #mobileTrigger {
    display: block;
    text-align: right;
    nav ul {
    display: none;
    nav li {
    display: block;
    text-align: left;
    nav a {
    display: block;
    font-size: 120%;
    border-top: 1px dotted #ccc;
    nav span {
    display: inline-block;
    float: right;
    font-size: 130%;
    /* droplist navigation */
    nav ul ul {
    position: static;
    nav ul ul li a {
    width: 100%;
    @media screen and (max-width: 480px) {
    .product {
    float: none;
    width: 100%;
    body,td,th {
    font-family: Marcellus, normal;
    #copyright {
    color: #000;
    font-weight: bold;
    </style>
    <script type="text/javascript" src="http://lapinelarts.com/JS/jquery-1.11.2.min.js"></script>
    <script type="text/javascript" src="http://lapinelarts.com/JS/jquery.cycle2.min.js"></script>
    <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
    <script>
    $(document).ready(function() {
    //activate mobile navigation icon when window is 768px
    $('#mobileTrigger').css('cursor','pointer').click(function() {
    $('#mobileTrigger i').toggleClass('fa-bars fa-times');
    $('nav ul').toggle();
    // show main desktop navigation onresize/hide sub navigation
    $(window).on('resize', function(){
    var win = $(this); //this = window
    if (win.width() > 768) {
    $('nav ul').show();
    $('nav ul ul').hide();
    //listen for navigation li being clicked
    $('nav ul li').click(function() {
    $(this).find('ul').slideToggle();
    //toggle font awesome icons
    $(this).find('i').toggleClass('fa-bars fa-times');
    //events if window is less than 768px
    if ($(window).width() < 768) {
    //stops submenu sliding up when mouse leaves mobile
    $('nav ul ul').show();
    else {
    //activate desktop submenu on hover
    $('nav ul li').mouseenter(function() {
    $(this).find('ul').slideToggle();
    //toggle font awesome icons
    $(this).find('i').toggleClass('fa-bars fa-times');
    //desktop submenu slides up when mouse leaves ul/li
    $('nav ul ul').mouseleave(function() {
    $(this).slideUp();
    $('nav ul li').mouseleave(function() {
    $(this).find('ul').slideUp();
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    </script>
    <style type="text/css">
    </style>
    </head>
    <body onLoad="MM_preloadImages('810_0776_smaller.jpg')">
    <header>
    <h1>LAPINEL ARTS LEATHERWORKS</h1>
    <nav>
    <div id="mobileTrigger"><i class="fa fa-bars"></i></div>
    <ul>
    <li><a href="#">ABOUT US</a></li>
    <li><a href="#">PROCESS</a></li>
    <li><a href="#">PRODUCTS<span><i class="fa fa-bars"></i></span></a>
    <ul>
    <li><a href="#">PURSES</a></li>
    <li><a href="#">POUCHES</a></li>
    <li><a href="#">TOTES</a></li>
    <li><a href="#">WALLETS</a></li>
    </ul>
    </li>
    <li><a href="#">CART</a></li>
    <li><a href="#">CONTACT</a></li>
    </ul>
    </nav>
    </header>
    <section class="about">
    <h2>PURSES</h2>
    <p>There are several styles and sizes of purses available. Custom orders can be arranged but most of these purses are unique and with limited runs of art styles.</p>
    <p>Please click on the detail button for larger and additional views and the opportunity to add the item to your cart.<strong></strong></p>
    </section>
    <div id="hover-image">
    <div class="wrap">
    <!-- Define all of the tiles: -->
    <div class="box">
    <div class="boxInner">
    <img src="http://oddiant.poatemisepare.ro/wp-content/uploads/Viceroy-Butterfly-Limenitis-archippus.j pg" />
    <div class="titleBox">
    <h2>Butterfly</h2>
    <a href="http://www.bbc.co.uk">View Details</a>
    </div>
    </div>
    <!-- end boxInner -->
    </div>
    <!-- end box -->
    <div class="box">
    <div class="boxInner">
    <img src="http://oddiant.poatemisepare.ro/wp-content/uploads/Viceroy-Butterfly-Limenitis-archippus.j pg" />
    <div class="titleBox">
    <h2>Butterfly</h2>
    <a href="http://www.bbc.co.uk">View Details</a>
    </div>
    </div>
    <!-- end boxInner -->
    </div>
    <!-- end box -->
    <div class="box">
    <div class="boxInner">
    <img src="http://oddiant.poatemisepare.ro/wp-content/uploads/Viceroy-Butterfly-Limenitis-archippus.j pg" />
    <div class="titleBox">
    <h2>Butterfly</h2>
    <a href="http://www.bbc.co.uk">View Details</a>
    </div>
    </div>
    <!-- end boxInner -->
    </div>
    <!-- end box -->
    <div class="box">
    <div class="boxInner">
    <img src="http://oddiant.poatemisepare.ro/wp-content/uploads/Viceroy-Butterfly-Limenitis-archippus.j pg" />
    <div class="titleBox">
    <h2>Butterfly</h2>
    <a href="http://www.bbc.co.uk">View Details</a>
    </div>
    </div>
    <!-- end boxInner -->
    </div>
    <!-- end box -->
    </div>
    <!-- end wrap -->
    <footer>
      <div class="footerBox"><a href="mailto:[email protected]">EMAIL CATHY </a></div>
    <div class="footerBox"><a href="https://www.facebook.com/LapinelArtsLeatherwork"> FACEBOOK</a></div>
    <div class="footerBox">COPYRIGHT 2015</div>
    </footer>
    </div>
    </body>
    </html>

  • "Add to Cart" is not working and not showing up?

    In "PartsListBlock.ascx" I have got a row:
    <asp:TemplateColumn HeaderText="www" Visible="True">
                            <ItemStyle HorizontalAlign="center"></ItemStyle>
                            <ItemTemplate >
                             <asp:HyperLink id="lnkAddToCart" runat="server" ImageUrl="~/assets/common/themes/balticpolo/addtocart.gif"
                                    NavigateUrl="../../commerce/cart.aspx?AddPartNo=" visible="True">In den Einkaufskorb.</asp:HyperLink>
                            </ItemTemplate>
                        </asp:TemplateColumn>
    But this row is not visible.
    I need to provide the opportunity to add an item right from PartList Block to the shopping cart..
    Any idea ?
    [Edit you can see the shop here: <a href="http://195.226.73.238/catalog/partlist.aspx?CategoryID=9&serverid=balticpolo">clicky</a>
    Message was edited by:
            Bjoern Kaiser

    Thanks Stephen,
    I got one step further =)
    Now there is at least an output from the codeblock.
    But:
    <asp:HyperLink id="lnkAddToCart" runat="server" ImageUrl="../../assets/common/icons/addtocart.gif"
                                    NavigateUrl="../../commerce/cart.aspx?AddPartNo=">Add To Cart.</asp:HyperLink>
    shows the "Search" Button, which leads to the detail site.
    But I didnt declared it nor wanted it to pop up there (http://195.226.73.238/catalog/partlist.aspx?CategoryID=9&serverid=balticpolo)
    I use the original partlistblock, only with changes in style and order.
    Is the order important ?!
    I tried to make the code readable:
    <asp:TemplateColumn>
                            <ItemStyle VerticalAlign="top" CssClass="catDetail" ></ItemStyle>
                            <ItemTemplate >
                                 <h2 class="catDetailPartName">
                                    <asp:Literal id=ltlPartName runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.PartName") %>'>
                                    </asp:Literal>
                                </h2>
                                 <p >
                                    <asp:Literal id=ltlPartDescription runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.Description") %>'>
                                    </asp:Literal><br /><br />
                                    Preis: <asp:Literal id="ltlPartPrice" runat="server" Text="N/A"></asp:Literal>
                                </p>
                                <asp:HyperLink  id="lnkImage" runat="server" NavigateUrl="../partdetail.aspx?partno=" Text='<%# DataBinder.Eval(Container, "DataItem.PartName") %>'>
                                </asp:HyperLink>
                                <br clear="all" />                           
                                 <asp:HyperLink id="lnkAddToCart" runat="server" ImageUrl="../../assets/common/icons/addtocart.gif"
                                    NavigateUrl="../../commerce/cart.aspx?AddPartNo=">Add To Cart.</asp:HyperLink>
                            </ItemTemplate>
                        </asp:TemplateColumn>
    is this totally wrong ?

  • BC Add To Cart Button Not Displaying Correctly

    I have been told by BC Tech support that Muse is causing the BC Add To Cart Button to have issues when exporting my site live. Here are two pages, one created in Muse where the button does not work correctly & one not created in muse where the same button information does work correctly.
    1.) Doesn't Work: Custom Made Outdoor Logo Mat - Customized Aqua Flow Entry Mats
    2.) Works: bctest
    Any ideas on how to get that working?
    The page which doesn't work was designed in Muse & I added the module code: {module_product,201955,6549130}    via the Insert HTML function in Muse. Apparently things get jumbled up on export or something to that effect.
    Thanks
    even on a page created from my side with no content whatsoever other than the Buy Button Code still will not work: Test01
    & interestingly, a page created in Dreamweaver with the same module code works correctly. Test 02

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    Make sure that you allow pages to choose their colors and that you haven't enabled High Contrast in the Accessibility settings.
    *Tools > Options > Content : Fonts & Colors > Colors : [X] "Allow pages to choose their own colors, instead of my selections above"
    See also:
    *http://kb.mozillazine.org/Website_colors_are_wrong
    *http://kb.mozillazine.org/Websites_look_wrong

  • Iweb 09 ...using Paypal "add to cart"...something is wrong

    I added a "add to cart' Paypal buttons on my website under each item that I have listed for sale. When I click on the photo to enlarge it the "add to cart" buttons appears all over my enlarged photos. How can I fix this?
    Below is my website (UNDER CONSTRUCTION) Click to enlarge on my pictures of items for sale and you will see my problem.
    www.TheSpiritFactory.com
    PLEASE help!!!

    That issue has been addressed and answered by Cyclosaurus in this topic: Re: Create own link in photoalbum?
    By the way you have some graphic images overlapping and hiding some of your navbar links on a couple of pages. Best to move the graphics down or the links up so they don't overlap.
    OT
    Message was edited by: Old Toad

  • Can the Add To Cart image render the hand cursor to look more like a clickable link?

    I have used a custom image for the add to cart tag - {tag_addtocart,<img src="/images/fg_buttonbuy.jpg" width="203" height="76" />} - however our client is worried people will be unsure if that's where they click to add the product to the cart as the cursor stays as the arrow and doesn't change to the hand like when clicking on other links.
    I was pointed to this page http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_button_test and told I was able to customise my code so that it did render the hand. I've done a little bit of trial and error however am unsure how to add the button code to the add to cart tag.
    If anyone is able to assist it would be greatly appreciated!

    I tried the target the class but there was no class associated with the button rendered:
    <img src="/images/button.gif" alt="" onclick="AddToCart(83934,3349995,'',3,'','',false);return false;">
    Can I wrap it in <span class="button"><img . . .></span>? If so does it need to be assigned to the link. ie. .button img a { cursor:pointer; }
    Thanks.

  • Error when using "Add to Cart" on Orderhistory page

    Hi,
    I am having a problem in that when I use the "Add to Cart" button on the Orderhistory page for most B2B accounts, I either get an exception or the order does not get added to the cart.
    the exception is:
    Version 5.9.2.22349
    Message Object reference not set to an instance of an object.
    Source NetPoint.API
    Stack at netpoint.api.commerce.NPOrder.CreateOrderFromHistory(Int32 orderid, String sessionid, String carttype, NPPartPricingMaster priceList)
    at netpoint.common.controls.OrderHistoryBlock.btnOrderFromHistory_Click(Object sender, ImageClickEventArgs e)
    at System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e)
    at System.Web.UI.WebControls.ImageButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
    at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
    at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) 
    Now on some accounts I dont get the exception but the order doesn't get added to the cart.
    to make things more complicated, I have a B2B account that I use for testing and this one works 100% fine. It only seems to be B2B accounts that are "real" that are causing this problem.
    Any ideas? (netpoint version 5.9)

    Hi Shane,
    I figured out the second issue as well.
    The orders are getting added - but under the same contact/user who originally placed the order.
    so if I have a B2B account, with 2 users, A and B
    A and B both see ALL of the account's previous orders in the Order History page.
    But if A clicks "Add to Cart" on an order that was placed by "B" nothing shows up in their cart. The order was duplicated alright, but as a cart belonging to user "B", not user "A"..if you log off user A and log in as user B, you see the stuff is in their cart.
    I suppose the "fault" there lies with the Orderhistory page whereby its showing all account orders, not just account orders placed by that user - but this is probably better anyway since most accounts will want to see all of their orders.
    And since I am going to rewrite the handler for the button, I can just ensure that the new Order uses the CURRENT userID, not the previous order's userID.
    Phew. don't you just love bugs?

  • Removing alert box in Add to Cart

    Hi,
    I really need your help on how to remove the add to cart alert box.
    I thought using window.alert=function(msg){}  would help but it removes all the other alert boxes in the site.
    Thank you.

    I wouldn't remove the alerts all together, just display them in a div.
    Here is what I do in the shopping cart.
    First open the shopping cart layout ( /Layouts/OnlineShop/shopping_cart-XX -- XX is the country code)
    Right above my checkout button (aka: {tag_buybutton} ) I insert this div:
    <span class="msg" style="display:none"></span>
    Then, in the same layout I insert this code:
    <script>
    $(function() {
         window.alert = function(msg) {
            msg = msg.replace('ERROR: ','');
            $('.msg').text(msg).fadeIn().delay(5000).fadeOut()
    </script>
    If you add this code to your site template it will remove all your alerts; this is why you only add the code to your layout.
    Hope this helps!

  • Safari Browser - Can't Add to Cart

    My safari browser will not let me select add to cart on the best buy page. It doesn't even load on any of the besy buy pages but will on everything else like Amazon, etc. It loads in Google Chrome and other browsers. Any reason why it's not working? Any one else have this issue?

    Use a different browser. Turn off the popup blocker you are using. Call BB and ask why no Add to Cart button is showing. Maybe they ran out of them and the sale is over?

  • Iphone4 safari webpage add to cart is not working

    when i go to any webpage and try to buy something, when i hit add to cart the next screen pops up always saying your cart is empty. Does anyone know how to fix this or what the problem is?

    Check the settings to see if you're accepting cookies. These kinds of shopping carts almost always require cookies. Often from 3rd parties.

  • Add Shopping Cart field on POWL screen of Confirmation Tab

    We have a requirement to search confirmations by a shopping cart number.  To achieve this we need to add shopping cart field on confirmation tab (POWL).  Any ideas?  Thanks.

    Hi Veda,
    To add the field to search criterion add it to the DB Criterion of respective feeder.
    To add the field to result table add the field in field catalog of respective feeder.
    Also have a look at the enhcnement spot /SAPSRM/BD_CLL_POWL_FEEDER. Here you can find BADIs to add fields in search criterion and result table and also to modify the result according to your new field.
    /SAPSRM/BD_POWL_CHNG_SELCRIT
    /SAPSRM/BD_POWL_CHNG_FIELDCAT
    /SAPSRM/BD_POWL_CHNG_SEL_RSLT
    Thank you,
    Anubhav

  • Customize modal popup after "add to cart"

    So after you click "add to cart" my client wants a modal pop-up to work like Targets.
    http://www.target.com/p/apple-ipod-touch-16gb-mp3-player-4th-generation-with-touch-screen- wi-fi-black-me178ll-a/-/A-14000297#prodSlot=medium_1_1 (click add to cart)
    The big thing is to have a VIEW CART button on this modal.  I read the page that says how to change the text for the modal pop-up, but not how to insert images or button.  Anyone have any ideas?
    - Also being able to add "recomended items" for this modal as well

    Liam is right. This is some heavy coding. However, if you want to take stab at it, Here are a few starting points.
    1) js.cookie
    2) your favorite modal code
    3) you will have to run a seperate function along with the add to cart function
    4) you may have to supress the alert window when adding an item to cart
    5) as far as view cart in the window, this would be the easy part.
    With a little research and  firebug you can figure it out.

  • Disable Add to Cart in inProcurement Page

    Hi Gurus ,
    /oracle/apps/icx/icatalog/shopping/webui/SearchResultsPG
    I have to disable 'add to cart' button in the iprorcurement categories serch page ,
    the issue here is when i search for some item , it can show multiple catagores
    each having a add to cart button enabled , i have to selectively disable the 'add to cart' for some items based on some condition , for others its should be enabled .
    Please help me in solving this ..

    Prasad,
    The way it works in iP Search Results page is that the results region is added dynamically to the results page. If you need to dynamically disable the add to cart button, you must have a boolean attribute in your VO and then define a SPEL on the region item. However in our case, you cannot attach the SPEL through personalization.
    When you extend the VO for added a new boolean attribute that derives the value based on the category. You'll have to do this for different VOs. As the VO used to display search results is not one. It might be different based on many criterias. If you are handling this, you need to make sure that the new attribute is included in all the Search Result VOs so that you don't get an "Attribute not found" error in some cases.
    Hope this clarifies.

  • Need an asp programming to help with "add to cart" function

    Anyone interested? I'm not an asp person and have a client
    with an asp
    cart. She wants a wish list feature and this cart doesn't
    have it.
    I'm looking for someone to store the catalogID of an item
    when the user
    clicks an "Add to Cart" button - then store that in the
    customer table
    (or a new table associated with the customer) for display in
    "my
    wishlist" page (could be part of the customer's "myaccount"
    page).
    You'd:
    1) develop the function "Add to Wishlist" (add from a product
    detail page)
    2) set up the table(s) as necessary (access db) to store the
    product
    (catalogID)
    3) develop the wishlist page (or section on the myaccount
    page) to
    retrieve and display the items stored
    4) develop a way to remove an item (delete)
    5) link to the product page (this should be simple)
    Anyone interested? I need this quickly. If interested, email
    me at
    syncbox AT gmail DOT com or call 707.824.2840
    Thanks!
    Donna

    >Right you can see the work in progress here>
    http://www.stclairecreative.com/DoughBoys_Site_Folder/home.html
    Before going much further I'd recommend reconsidering the use
    of a textured background. They are usually included for the benefit
    of the site owner only, and likely to annoy visitors. Studies on
    the subject suggest they often lead to usability problems. I do
    like to header graphic, but at 200K it's kinda heavy and can
    probably be optimized.

Maybe you are looking for

  • Time Machine and Hard Drive Weirdness -- start again?

    I bought a LaCie 500 Gig slick Porsche metallic drive to go with my slick metallic iMac last year. Set up Time Machine, was in awe, life was good. In recent weeks, I've noticed the drive running hot and a little louder than normal. Since it's not cru

  • HP Photosmart C3180 on USB Will Not Print After Update to 10.5.7

    My HP Photosmart C3180 all-in-one printer (connected via USB) has worked fine up to now. Last night I installed the 10.5.7 update and now all the machine will print is a single line of text with the name of the Adobe postscript file, and then it cont

  • Recovery after hard drive failure?

    Hi everyone, Simple question regarding what to do if my hard drive fails. Please bare in mind that my knowledge of computers is less than to be desired! I currently use Carbon Copy Cloner (time machine gives me too many issues) to make an identical b

  • Batch to be activated  for a material

    We need to activate Batch Management for a material which was already created and some transactions also done with that. We have done the following : 1) All required settings done in SPRO 2) All documents for that material have been deleted. There ar

  • Which macbook would you suggest?

    I am looking to purchase a Macbook and not sure which one I would need.  I don't know anything about computers so its all mumbo jumbo to me.  I will be using this computer for personal use for school etc and also photo editing.  Help me!! Thanks