Misuse of the shopping-map-function

Hello

I would like to have a feature in the front of my site wish list. Just for visitors mark items, collect them for later use, or print. The elements have data such as date, name, place of meeting and two more. Should be taken on an extra page to preview and print.

Can I take advantage of shopping-card for this functionality? No need to connect or payment, no order process, just a glimpse, a session-based.

If you need it is session-based (users should not have to authenticate before you can use this feature) I would recommend to use a cookie to store the IDS of the items when users click on the "add to wish list button.

We have a how-to article similar here - related e-Commerce in this how-to items (product ID) are added to the cookie automatically when the visitor opens the details page for the product. Instead, you need to add the trigger for the .js that updates the cookie on a button or something like that.

Hope this helps,

Mihai

Tags: Business Catalyst

Similar Questions

  • Why the HTTP become function returns the error code 63?

    I tried to use the get HTTP function to get the XML file is returned by the api Google MAPS distance-matrix. I got the right answer if I insert the url directly in the browser, but using the get HTTP function, it returns the error 63, why?

    This is my code (the VI is developed on LV2011).

    I guess, the VI GET for use with LabVIEW Web Service, only not to get of the Internet pages.

    Using the simplest way:

    Andrey.

  • Creating a shopping cart function

    Hello

    Right... This is a bit of an odd.

    I need to create a shopping basket function in muse, I won't take all payments, all payments are made by phone (we handle contracts business phone, broadband, etc then you do a credit check before you can authorize a contract). Then... I want people to be able to add items to their "shopping cart" and proceed through an order page where they fill all their details and "place order." Their details then get submitted to us and the products they have chosen - no payment is taken.

    I am really struggling to find a solution, does anyone know what whether that might work? Or is it is not possible and I should start looking for a different solution.

    The best solution I have found so far is to create a subdomain and using something like shopify as my e-commerce store but just have produced £0.00?

    Any ideas are appreciated.

    Thanks guys,.

    Leo

    HI Leo,

    Some Associates thread

    Re: How to create a shop online by using Muse?

    Adding a shopping cart for muse

    Add a shopping cart on a Muse site

    Let me know if you have any question.

  • liquid tags not made in the shopping cart?

    I shall preface this by saying that I am so frustrated that I am about to necking.

    For some reason, I have completely failed to understand the basic principles of operation between the basket and the basket of purchase as well as pages. I need to be able to target the innerHTML, failed completely to be able to do by using the model of module and the module basket (with js), so turned to liquid, which, as I understand it, should make the name of a product with {{name}}. Only it doesn't, it will display the text just as raw. {{This | json}} however works fine. I don't understand. I'm really not. So please, for the love of God, for the sake of this piece of you that feels good when you help someone else, if there is something obvious that I may have missed or miss me understand the process here, please help me.

    EDIT: I will add, I tried to add liquid tags to the shopping cart module model, and it is there that they seem not to function. It is also part of the model module purchases that I could not target the innerHTML using js. And once again, please, if you can just help me understand how it needs to operate, I can do the rest, but it's just a nightmare at the moment.

    The basic thing it is that say you the name. Name of what and where is the issue?

    If your in the basket name presentation does not return product names, it's fair for one. You need to loop through the elements of products in the basket and then convert the names into a loop for example.

    -What are you trying to do?

  • Is it possible to modify the XML mapped schema that is generated by the action of submit before submitting?

    I have a form created in LiveCycle ES2. I have a few fields mapped to a schema which causes LC to generate XML data that follow the format for importing one of the internal databases of my company.

    There is a problem: the system import feature seeks a DOCTYPE DTD declaration between the XML declaration and root element. I tried including the declaration in the schema, but LC does not include it in the values mapped or export. I spoke with the seller on the declaration of the DTD as part of the import function and they gave a firm "no."

    Is there a way to insert a single line of markup in the XML that LC generates in the action to submit before the XML code is attached to the email?

    Hello

    You can use XSLT to transform the outbound data.

    I have never done this for the addition of a DTD, but Google finds solutions for the term "xslt adds dtd" it should be possible.

    Adding a DOCTYPE statement on the output XSL - Scriptorium Publishing

    Set the DOCTYPE in XSL, Bernie Zimmermann

  • The city map can be updated with directory list

    Here's the scenario. A city has a business district that is in need of a printable card Vista aerea (posters) with numbers indicating each company. These numbers match a key/directory that lists the number and the name of the company. The plan is updated frequently as businesses come and go. I want the plan to renumber itself during changes. For example, if the company has marked as "4." should be removed from the map, the rest of the indicators would renumber themselves and the directory would itself be renumbered then as well (so that the list is not a missing number). Is - this feesible in InDesign?

    You can do it easily

    (1) add the map to the page (THE LABELS SHOULD NOT BE PART OF THE map)

    (2) create a paragraph of card label style 'map labels' and include a numbered list 'map Lables List'

    (3) the installation program, an object style he call card labels set the paragraph style to the map labels.

    Set the filling, corner options etc as you like.

    (4) make a text frame and put in it the name of the place, and apply the object labels card style.

    (5) use him copy / paste to add a label to all the places you need.

    5 (b) Important! and a bit hard don't copy and paste it in the ideal order of the list

    In the example below, Europe was coppied last, so he go numbered 3, most desired order (from left to right, from top to bottom) could be, USA, Europe, Africa

    (6) set up a new style of the object and all the colours None call Invisible

    (7) after completing the labelling of all place names select all elements on the page (Ctrl / Comand A) and run this small excerpt

    var selection = app.selection,
          l = selection.length;
    while (l--) if (selection[l].hasOwnProperty ('contents')   && selection[l].appliedObjectStyle = "Map Labels") {
        selection[l].name = selection[l].contents;
        selection[l].insertLabel("Map Labels", "1");
    }
    app.activeWindow.activePage.insertLabel("Map", "1"); // Label Page for future reference
    

    You have now nominated all your linked text frames, and they can be referenced asfor example myDoc.textFrames.itemByName ("USA")

    And you can identify them as map labels using textFrame [x] .extractLabel ("card labels") == 1;

    (8) in case you're wrong in the future, save a copy of the doc.

    (9) make one style of character "Names" and apply in your document only on the names you want marked on your map.

    either you have to have a certain text (s) somewhere in the document

    The USA is really...

    Africa is...

    10 now, every time you have different references run the following script and update the map labels

    // Labeling script
    // by Trevor (www.creative-scripts.com coming soonish custom and readymade scripts for adobe indesign and other products)
    app.doScript("labelMap()", ScriptLanguage.javascript, undefined, UndoModes.ENTIRE_SCRIPT, "Lable Map");
    function labelMap() {
        var doc = app.activeDocument;
                    app.findTextPreferences = app.changeTextPreferences = null;
                    app.findTextPreferences.appliedCharacterStyle = "Place Names";
        var myPageId = checkForObjectByLabel(doc.pages, "Map");
        if (myPageId === false) {alert("No Map\rBye"); exit();};
        myPageId = myPageId[0];
        var mapPage = doc.pages.itemByID(myPageId),
              mapLabels = checkForObjectByLabel (mapPage.textFrames, "Map Labels"),
              l = mapLabels.length, label, lableFrame;
        while  (l--) {
            lableFrame = mapPage.textFrames.itemByID(mapLabels[l]);
            if (!lableFrame.isValid) continue;
            lableFrame.applyObjectStyle (doc.objectStyles.itemByName("Invisible"), true);
            lableFrame.contents = "";
        }
    
        // Find names
        var myFinds = doc.findText();
        l = myFinds.length;
        while (l--) {
            label = myFinds[l].contents;
            lableFrame = mapPage.textFrames.itemByName(label);
            if (!lableFrame.isValid) continue;
            lableFrame.contents = label;
            lableFrame.applyObjectStyle (doc.objectStyles.itemByName("Map Labels"), true);
        }
    }    
    
    function checkForObjectByLabel (obj, label, from, to) {
        from = from || 0;
        if (obj .hasOwnProperty('length')) obj = obj[0];
        var parent = obj.parent;
        var co = obj.constructor.name;
        co = co[0].toLowerCase() + co.substr (1, co.length) + "s";
        var objects = (from != undefined && to != undefined) ? parent[co].itemByRange (from, to) : parent[co].everyItem();
        var objectsLabels = objects.extractLabel(label);
        var reg = /1/g;
        objectsLabels = ("," + objectsLabels.join()).replace (/,1/g, "1");
        reg.lastIndex = 0;
        var n = 0;
        var ids = [];
        var found = true;
        while (found = reg.exec (objectsLabels)) ids[n++] = parent[co] [(reg.lastIndex = found.index + 1) - 1 + from].id;
        return (ids.length > 0) && ids;
    }
    
  • Remove the item from the shopping cart

    OK I tried of it worked for hours and it drives me crazy.

    I have a function that removes items from your cart:
    public void RemoveFromBasket(Key:int):void {}
    document. RemoveShoppingBasketItems.url = "" http://localhost/Flex/Personalised%20Palettes-debug/ShoppingBasket.php?Remove= " "
    document. RemoveShoppingBasketItems.url += key.
    document. RemoveShoppingBasketItems.send ();
    document. ShoppingBasketCount.url = "" http://localhost/Flex/Personalised%20Palettes-debug/Header.php "; "
    document. ShoppingBasketCount.send ();
    ViewShoppingBasket();
    }

    In my MXML I have a label that displays the number of items is in the basket, which is populated by the ShoppingBasketCount HTTPService. I call the setTotal function whenever the label is updated.

    < mx:Label
    x = '640' y = '4 '.
    Text = "Your Shopping Basket contains {ShoppingBasketRepeater.currentItem.@Total} Item (s).
    Color = "#FFFFFF".
    ID = "ShoppingBasketLabel".
    updateComplete = "SetTotal (event.currentTarget.getRepeaterItem () .@total)" / >

    And the setTotal function sets the Variable Total number of items in the basket:

    public void SetTotal(Number:int):void {}
    Total = number;
    document. TestLabel.text = Total;
    }

    Once the item has been removed from the shopping cart and the ShoppingBasketCount has to be transmitted, the RemoveFromBasket function is called:
    public void ViewShoppingBasket (): void {}
    document. TestLabel.text = Total;
    If (text). TestLabel.text == 0)
    {
    document. ShoppingBasket.visible = true;
    document. ShoppingBasketGrid.visible = false;
    document. ShoppingBasketHeader.text = "your cart is empty";
    document. ProceedToCheckoutButton.visible = false;
    } else {}
    document. ShoppingBasketItems.url = "" http://localhost/Flex/Personalised%20Palettes-debug/ShoppingBasket.php "; "
    document. ShoppingBasketItems.send ();
    document. ShoppingBasket.visible = true;
    document. ShoppingBasketGrid.visible = true;
    document. ShoppingBasketHeader.text = "shopping cart";
    document. ProceedToCheckoutButton.visible = true;
    }
    ToggleMenu (0);
    }

    However when I remove the last item in the basket so that there is no more items in the basket the basket displays an empty grid. The poster 0 ShoppingBasketLabel and the TestLabel 0. If I click on the link see the Shopping Cart it will show the shopping cart is empty. Why it shows me an empty grid and not your cart is empty message when I delete the last item in the basket?

    Any help would be great!
    Thank you
    Katy

    Yes, this value of 1 is what I was afraid of.

    According to your logic the updateComplete where you call SetTotal() I will try:

    public void SetTotal(TotalCount:int):void {}
    Total = TotalCount;
    ViewShoppingBasket();
    }

    in other words, if the Total is correctly updated it.

  • I was on Redbox and accidentally disabled the part location function. How to re - activate this?

    I was on the site of Redbox and clicked on DVD to find nearby and accidentally disabled the part location function. Anyone know how I can reactivate this function?

    You can also check specific permission settings by using the permissions of the Page Info dialog Committee. While on the site, you can call this using one of these:

    • Right click and select View Page Info > permissions
    • (menu bar) Menu Tools > Page Info > permissions
    • Click the icon of padlock or globe to the left of the address of the site > additional information > permissions

    Scroll down and look for "access your location. If it is set to block and you want to enable it, you can make the change. (If necessary, uncheck the box to activate specific use default settings.)

  • Sync to iphoto with Iphone hangs on during synchronization. In addition the google map can be charged when I click on the places of Mediathek. Error message: "this page has not loaded correctly Google Maps. See the JavaScript console for more technical de

    Sync to iphoto with Iphone hangs on during synchronization. In addition the google map can be charged when I click on the places of Mediathek. Error message: "this page has not loaded correctly Google Maps. See the JavaScript console for more technical details. »

    Perhaps the reason for the problem of synchronization is the problem with the loading of google map?

    Error message: "this page has not loaded correctly Google Maps. See the JavaScript console for more technical details. »

    Apple has not renewed the contract with Google to access Google servers.

    If the old version of iPhoto, which are still using Google's servers for the cards and places are either crashing or hanging.  Places are only work in iPhoto 9.5.1 or newer, who use places of Apple servers.

    There is more support for iPhoto from Apple.  You must update iPhoto 9.5.1 with the Mavericks. It would work well, only it is no longer buying this update to Apple.

    Perhaps the reason for the problem of synchronization is the problem with the loading of google map?

    It is very likely.  If iPhoto work very well when you are offline, then your problems will be caused by the connection failed to Googles servers.

    See this: Bug: iPhoto 9.4 crashing when viewing the scene

  • Please tell me exactly how to remove the AVG search function

    Please tell me exactly how to remove the AVG search function

    edited by a moderator for clarity

    You need not repeat dozens of times or use profanity to get help.

    (1) disable all non-essential or unrecognized extensions on this tab. Don't know what it does? When in doubt, turn off:

    Firefox orange (or the Tools menu) button > addons > Extensions category

    Use the links above a disabled extension to restart Firefox if some seem to.

    (2) restore your Google search engine:

    https://addons.Mozilla.org/en-us/Firefox/addon/SearchReset/

    (3) check a user.js file (before the release of Firefox, otherwise the parameters in this file can cancel your cleaning) as described in this article: How to fix preferences that will not save.

    (4) If AVG search took over your page to the new tab (Ctrl + t), which changes as follows:

    (A) in a new tab, type or paste Subject: config in the address bar and press ENTER. Click on the button promising to be careful.

    (B) in the filter box, type or paste newtab and make a pause so that the list is filtered

    (C) double-click the preference browser.newtab.url and enter the desired value for your favorite page:

    thumbnails (i) (default) Page = > subject: newtab

    (ii) blank tab = > subject: empty

    Firefox homepage integrated (iii) = > topic: welcome

    (iv) any other page = > full URL of the page

    IMPORTANT: If you have AVG software in your Windows Control Panel, you need to remove it.

  • How not to use the squint no functionality?

    I forgot how not to use the squint no functionality. Can anyone help?

    18.0 Firefox was released last Tuesday, you need to update.

    See if this FAQ for NoSquint answers your questions.

    https://urandom.ca/NoSquint/#FAQ

  • How to make a star of five strong points by using the character map?

    I can't get a solid star of five points of the "character map". I tried all the fonts that have a star, and when I paste, I get a different, but no star character. I tried the system, to get the characters using the 'ALT KEY' and the numeric keypad on the right side of the keyboard, but, here again, when I type the code for a solid Star (9733 in the list that I got on the internet) a different character appears. I have Vista and use Firefox. I tried to use 'IE' but still have the same problem. Any suggestion will be highly appreciated. Thank you

    Hello Cor - el, I thank you for your help. I used some of your information, and after going to different websites, I found one that had a small application that allows me to insert the star.
    Best regards, Dave

  • How to use the Print Screen function?

    I've seen various descriptions of how to use the print screen function.

    It would be nice to actually tell one that works.  None have worked for me.

    [Fn] and Prt SCr does not work.

    CTRL and Prt SCr does not work.

    CTRL, Alt, and Prt SCr does not work.

    [Fn], Ctrl and Prt SCr does not work.

    If anyone knows the correct method to activate the screen capture function which would be a good thing.

    From the looks of things, HP has a big problem with this function.

    Here's a microsoft articleon the use of the screenshot function.

    This should answer your questions.

    Thanks for taking a peek.

  • In Aurora, where the Favorites import function?

    In Aurora, where the Favorites import function? In Firefox, the import function is located in the file menu. It is not, in my installed copy of Aurora.

    Importing bookmarks and other data has been moved to the library window > import and backup in versions of Firefox 8 +.

    View all bookmarks or {Ctrl + Shift + B}

  • How to prevent activation of the application switcher function the central button of the mouse

    I use a mouse third with a scroll wheel (button 3) as the central button of the mouse.  How can I prevent this activation of the application switcher function button?

    System Preferences > mouse allows you to assign actions to the buttons on the mouse. Some mice come with their own drivers/preferences.

Maybe you are looking for

  • Slow down the Macbook Air

    Hello I used a Macbook Air with OS X El Capitan 10.11.5 3 years and suddenly I discovered today that the system became considerably slow. Diagnosed with EtreCheck and he said that the performance of the system are "below average." Here are the detail

  • How to remove/reset password BIOS on my Satellite A350D?

    Hi all, Unfortunately (but "strangely" especially!) my Toshiba Satellite a350d - 20 k PSALME-01D00RIT does not not recognize the BIOS password. It's the same password never. I used it for 9 months each time in order to allow the start of the laptop.

  • Entered in initialization Mode

    My Photosmart Premium C310a all-in-one switched mode "initialization". I tried turning repeatedly to work with no luck.  I restarted my WiFi on several occations and uninstalled and reinstalled the HP software. I use an iMac with the latest OS Lion O

  • Where to find the details of the Bios Update

    Hello I just updated my HP Envy/Win Bios 4.3 8.1. I would like to find a wepage where can I find details about the changes in each version of the Bios, a Web page that I can also use later for details of future Bios. Thank you.

  • I have Windows XP. I am trying to download Microsoft Streets &amp; Trips 2009 / with GPS Locator.

    I have Windows XP. I am trying to download Microsoft Streets & Trips 2009 / with GPS Locator. A notice appears stating (format not supported). Help, please.