How to get serverid(theme) in cart.aspx?

Hi
how to get serverid in cart.aspx page its very urgent requirement, if there is any api function to call serverid in a
page.
ITS VERY URGENT PLS GUIDE ME
Regards
Kannan.D

Hi Kannan,
In this case, you might want to use a webflow, this will allow you to avoid having to fix it when you upgrade.
Find the webflow in the admin->layout section.  You will need to set up the "Checkout" webflow.  There is a set of sample data on the cd to get you started.
After the "addtocart" you will need to redirect to a page you create.  This page will do only one thing: redirect to the shipping.aspx?serverid=mytheme.
Hopefully you can make sense of this.  It is really quite simple, but the webflow is confusing.

Similar Messages

  • How to get the old shopping cart detail if I change the Business partner.

    Hi all ,
    Can any one help me in below describe query?
    Scenario:
    User was getting the error regarding business partner while shopping.
    So I repair the user from BBP_CHECK_USERS.
    Now definitly its business partner has changed.User can also shop.
    But the problem lies is he has lost his all the old shopping cart which was related to old business partner.
    Can any one tell me how to get those detail of the old shopping cart which was related to old business partner?

    Hi
    <b>Which SRM version are you using ?</b>
    <u>Please check out the links/pointers -></u>
    Moving workitems between SRM inboxes
    Re: How to re-instate the deleted Position of the user into Org structure.
    Re: Position Deleted for an User, created a new userid; Confirmation Issues
    Re: Need help to "access" deleted users's inbox & reassign work items
    Re: How to delete a user in the Organizational structure
    Re: Transfer of open POs or SCs?
    <b>Hope this will definitely help.</b>
    Do let me know.
    Regards
    - Atul

  • How to get Old Themes into iDVD 7.1.2?

    I'm running iDVD 7.1.2 on an iMac running Mavericks 10.9.1.  When I open an iDVD project I have access to theme for iDVD 7 and iDVD 6.  When try to select an Old Theme a window opens inviting me to install additional themes by choosing Download Now.
    However, when I choose OK to download now the App Store opens to the Update screen and tells me there are no updates available.  What gives?  How are the old themes to be installed?

    Did you have all of the themes previously on the iMac?  Look in the Home/LIbrary/Applicatiion Support/iWeb folder or in the HD/Library/Application Support/iWeb folder to see if all the themes are there.
    Did your Mac or a previous Mac come with install disks and was iDVD preinstalled on it?  If so and you still have the disks you can use those disks  to do a custom install of iDVD's themes,  If you have trouble getting the disks to work you can always use  Pacifist to extract and install just the themes. 
    Otherwise you'll have to obtain it by purchasing a copy of the iLife 09 disk from a 3rd party retailier like Amazon.com: ilife 09: Software or eBay.com.  Why, because iDVD (and iWeb) was discontinued by Apple over a year ago. 
    Why iLife 09 instead of 11?
    If you have to purchase an iLife disc in order to obtain the iDVD application remember that the iLife 11 disc only provides  themes from iDVD 5-7.  The Software Update no longer installs the earlier themes when starting from the iLIfe 11 disk nor do any of the iDVD 7 updaters available from the Apple Downloads website contain them. 
    Currently the only sure fire way to get all themes is to start with the iLife 09 disc:
    This shows the iDVD contents in the iLife 09 disc via Pacifist:
    You then can upgrade from iDVD 7.0.3 to iDVD 7.1.2 via the updaters at the Apple Downloads webpage.
    Export the slideshow out of iPhoto as a QT movie file via the Export button in the lower toolbar.  Select Size = Medium or Large.
    Open iDVD, select a theme and drag the exported QT movie file into the open iDVD window being careful to avoid any drop zones.
    Follow this workflow to help assure the best qualty video DVD:
    Once you have the project as you want it save it as a disk image via the File ➙ Save as Disk Image  menu option. This will separate the encoding process from the burn process. 
    To check the encoding mount the disk image, launch DVD Player and play it.  If it plays OK with DVD Player the encoding is good.
    Then burn to disk with Disk Utility or Toast at the slowest speed available (2x-4x) to assure the best burn quality.  Always use top quality media:  Verbatim, Maxell or Taiyo Yuden DVD-R are the most recommended in these forums.
    OT

  • How to get a  Theme project in the File'Menu'

    Hi
    1. I was trying to follow the instructions ' how to edit themes' for a tutorial
    2. I have my NWDS in Sp13 and I downloaded the theme  editor and the theme folder for SP13.
    3. Copied the com.sap.ur* folders to the plugin folder under the sap/frontend / ..plugins folder.
    4. In NWDS, I tried to create a new theme project using the project wizard,, and donot see the UR Themes project  option to create...
    where am I missing ? thanks in advance...

    Dear satyanarayana,
    You have to copy it in eclipse\plugins folder .
    I think you have copied it in SAP GUI frontend's plugin folder.
    Copy them to the eclipse plugin folder and restart the NDS.
    It will be available in the projects list.
    Regards
    Bharathwaj

  • How to get portal themes???

    Hello All,
    where can i get the portal theme folder ie stylesheet folder.  i want to customize the WD themes as per portal theme.
    please let me know.
    Regards,
    Chandra

    Hi,
    They'll be stored at <drive>:usrsap<SID>JC00j2eeclusterserver0appssap.comirjservlet_jspirj
    ootportalappscom.sap.portal.design.portaldesigndata     hemesportal
    Also check this:Portal Theme Classes
    Greetings,
    Praveen Gudapati
    [Points are welcome for helpful answers]

  • How to get gtk themes working in Xmonad

    hey everyone
    I am trying out xmonad and i was wondering how do I get firefox menus and other application's menus to look good in xmonad ?
    thanks

    kunev wrote:
    If you're only using a window manager and not a full DE, just make sure you have the proper settings written in your ~/.gtkrc-2.0 and $XDG_CONFIG_HOME/gtk-3.0/settings.ini
    See here: https://wiki.archlinux.org/index.php/GTK%2B#GTK.2B_2.x
    or you could use lxappearance or something similar, to give you previews and what not.

  • How to get Products from Shopping Cart(Basket) in ATG

    I want get all products from shopping cart
    can any one help on this requirement?
    Thanks in Advance.

    Hi ,
    If you want directly JSP , use the droplet as suggested correctly by shaik,
    If you want it in java code,
    A good way is to make a Droplet ( global scoped ) and pass the current shopping cart to the droplet.
    eg :
    <dsp:droplet name="MyDroplet">
    <dsp:param name="inOrder" bean="/atg/commerce/ShoppingCart.current"/>
    OR
    <dsp:param name="inOrder" bean="/atg/commerce/order/purchase/CartModifierFormHandler.order" />
    <dsp:oparam name="output">
    </dsp:oparam>
    </dsp:droplet>
    and in the droplet java file you can use it as :
    CommerceItemContainer inOrder = (CommerceItemContainer) request.getObjectParameter("inOrder");
    and you can use inOrder.getCommerceItems(); to get a list of commerce items from order.
    You can directly get the order in your droplet ,but then you will have to make it request scoped , making global scoped droplets is good practice.
    ~Praveer

  • How to get new themes

    Hh

    Have a google search for your tons of themes for your device.
    tanzim                                                                                  
    If your query is resolved then please click on “Accept as Solution”
    Click on the LIKE on the bottom right if the post deserves credit

  • How to get a theme from powerpoint 2010 into my powerpoint 2013 presentation?

    I really need them Module theme for my powerpoint presentation. However it is not available in the 2013 version. Is there any way I can download the theme to use it?

    The Module theme is one of several Office Themes which shipped with Office2010, and it doesn't seem to be available for separate download. If you have a presentation/document which uses the theme you want, you should be able to open that presentation, and
    then "Save As" a theme.
    On my PC, this saves the custom theme to: C:\Users\Don\AppData\Roaming\Microsoft\Templates\Document Themes
    On my old PC (Office2010), the Module theme is stored at: C:\Program Files\Microsoft Office\Document Themes 14\
    On my new PC (Office2013), the builtin themes are stored at: C:\Program Files\Microsoft Office\Document Themes 15\
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • After installing premiere pro title presets how do I open them?

    So I downloaded the title presets available in premiere pro, but I don't remember how to get to them?

    Hi,
    After installing the title templates,
    Go to title-based on template and you will be able to see the title templates.
    Thank You
    Arjun

  • Can anyone advise on how to get a shopping cart on iweb please

    can anyone advise on how to get a shopping cart on iweb please

    I would suggest using Pay Pal. If you sign up for a free business account you can use the merchant services to set up buy now buttons, add to cart buttons, and the shopping cart. The only draw back is that your can't customize the look to match your site. I would use pay pal for two reasons, people know and trust them and its much cheaper than having your own merchant account. Good luck

  • How to show the User Name on the Cart.aspx page when a user is connected.

    Hi,
    I am trying to find how I can get the User Name and display it in the top of the Cart.aspx.
    For the diplay point of view, this is fine (I have created a <Literal> with a property ID, and specified it in the prerender.)
    However, i can not find anywhere how to take the UserID from.
    Do you know if there is a way to get this Data?
    Thanks.

    I use something like this within the login control::
    <%@ Import Namespace="netpoint.classes" %>
    <%@ Import Namespace="netpoint.api.account" %>
    private NPBasePage _bp;
        protected void Page_Load(object sender, System.EventArgs e){
            bp = (NPBasePage)Page;
            NPUser u = new NPUser(bp.UserID);  
            Literal1.Text = u.FirstName + " " + u.Surname;

  • A music album is listed multiple times in my library but each listing only has a few songs in it-not the full listing.  How can I combine them into one album and get rid of other duplicate listings?

    Several music albums listed in my IPhone 5 music library are listed multiple times, but each one only has a portion of the songs listed.  How can I combine them to make one album?

    First....Thank you so much for your prompt reply.  I am sorry for not getting back to you regarding your suggestion-I had computer issues that just got resolved.  Also, this is my first foray into online chat rooms so I have a lot to learn to precisely state my issue!  I did as you suggested and all the songs list the same album when I go into each song's "get info".  However, I am not sure how to edit as you suggested. When I downloaded this album originally, for some reason it broke up into several albums each with different songs from the original album.  I am trying to consolidate them back into one album in my library.  I would greatly appreciate further assistance if you can.  Also, I do not use "the cloud" to store any data and would like a good source of info on how to do this.  Thanks so much for your patience!
    SueZoo

  • I just got a new iPad air and also own an iPhone 5. I'm receiving most of my text messages on the iPhone, but some but not all are also showing up on my iPad. I don't want them on my iPad, any suggestions on how to get them to stop showing up n my iPad?

    I just got a new iPad air and also own an iPhone 5. I'm receiving most of my text messages on the iPhone, but some are now also showing up on my iPad. I don't want them on my iPad, any suggestions on how to get them to stop showing up n my iPad?

    Go to settings>messages>send and receive at>you can be reached by iMessages at> Uncheck your phone number and you can select your Apple ID emal address if you want to use that for messages.

  • I am trying to open PDF files from safari, but when I click on them they open in a separate window and the information is encrypted. Any ideas on how to get them to open them in Adobe? Any help please!

    I am trying to open PDF files from safari, but when I click on them they open in a separate window and the information is encrypted. Any ideas on how to get them to open them in Adobe? Any help please!

    The pdf is loading as html code. If you save it, it will download as :
    605124.pdf.html
    Change the extension to .pdf
    And it opens and works perfectly, I just tested it:
    Use this link to download it automatically:
    http://saladeaula.estacio.br/arquivo.asp?dir=00/1020624/605124.pdf&num_seq=59828 4

Maybe you are looking for