Discount code for retail store?

Hi there,
Hey i'm looking at buying a MB that looks a pretty good price and I had a code to get £23 off a £235 spend but it is 2 days out.
Anyone know if I can get another or could I maybe phone Apple and mention this to them because I didnt realise it expired.
Thanks

You may not be able to get a discount simply because of the fact that it is two days out. I suggest try to get another one on your next purchase.

Similar Messages

  • HT201209 I am ebook retailer. How do I set up a redemption/discount code for my ebook?

    I am ebook retailer. How do I set up a redemption/discount code for my ebook?
    I would like offer limited discounts on limited quantities.

    Unless it's a textbook or other book eligible for Apple's Volume Purchase Program for educational institutions, I don't believe you can, but you can contact Apple and ask.
    [email protected]
    Regards.

  • Discount Code for Single Product

    Is it possible to create a discount code for just a single product? I know I can do it for a single catalog - but hoping I can do it on single products, too.

    I've had to display two BC catalogs on one page whenever clients request this, which seems to be a common request. Often clients want one page displaying two different catalogs side by side.
    You can accomplish this with jQuery.
    Set up an empty div on the page that will hold the catalogs...
    <div id="the-catalog-1"></div>
    <div id="the-catalog-2"></div>
    Then include a script so jQuery will use Ajax to load in the normal BC catalog page from the BC server and insert it into the div on your page...
    <script type="text/javascript">
    $('#the-catalog-1').load('/promotional-items div.shop-main').slideDown();
    $('#the-catalog-2').load('/promotional-items/t-shirts div.shop-main').slideDown();
    </script>
    In this example I'm pulling a parent catalog named /promotional-items and reading only the content from that BC page that is within its div having class="shop-main"
    jQuery will let you load only part of the content from the BC catalog page, in this case, I only wish to load the catalogs and/or products displayed within the div class="shop-main" in order to avoid loading the entire catalog page which of course would include the page template which I don't want.  I only want the part of the page in which BC is using the BC catalog layout or small product layout to list catalogs/products, eliminating the normal page template it displays within. For docs see "Loading Page Fragments" on the jQuery documentation page for the load command here: http://api.jquery.com/load/
    In #the-catalog-2 in the example I am loading the products displayed within the t-shirts subcatalog off the promotional-items catalog.
    You would likely need to set some CSS to set the width and perhaps height of #the-catalog-1 etc. although in my example I have no height so nothing is displayed until the catalog page loads and then I'm using a jQuery slideDown() to slide the div open and down with the content in it.
    Of course in order to run jQuery code you site needs to load jQuery in your page template etc. If you don't know how to do that there are instructions on my site:
    http://www.atlantawebdesignga.com/_blog/Adobe_Business_Catalyst_Developer/post/Loading_jQu ery_-_Loading_Latest_jQuery_-_Test_If_jQuery_Loaded/

  • Discount codes for web forms

    Question:
    I have been using two web forms to allow access to a secure zone. Of them, one is for the trial user access and another is for the paid user access.
    The problem is: Can I use discount codes for the secure zone access? I can't see the way of integrating eCommerce discount codes with web forms.
    Answer:
    Discount codes don't actually work with secure zone access since you have to accept payment through web forms. However, I hired an outside developer to write some code for me, which I don't mind sharing:
    Put this in the Head of your document:
    <script type="text/javascript">
    function refreshAmountToCharge() {
    var frm = document.forms[0];
    var defaultAmountToCharge = 100;
    var couponCode = "ABC123"; // A tribute to Michael Jackson...
    var percentOff = 50;
    var couponCode2 = "DISCOUNT2";
    var percentOff2 = 67;
    var couponCode3 = "DISCOUNT3";
    var percentOff3 = 99;
    var couponCode4 = "DISCOUNT4";
    var percentOff4 = 75;
    /* Fixed amount coupon c*/
    var fixedCouponCode1 = "FIXED1";
    var fixedAmount1 = 20.00;
    var fixedCouponCode2 = "FIXED2";
    var fixedAmount2 = 6.00;
    var fixedCouponCode3 = "FIXED3";
    var fixedAmount3 = 7.00;
    var amountToCharge = defaultAmountToCharge.toFixed(2);
    if (frm.couponCode.value.toUpperCase() == couponCode)
      amountToCharge = (defaultAmountToCharge - (defaultAmountToCharge * percentOff / 100)).toFixed(2);
    else if (frm.couponCode.value.toUpperCase() == couponCode2)
      amountToCharge = (defaultAmountToCharge - (defaultAmountToCharge * percentOff2 / 100)).toFixed(2);
    else if (frm.couponCode.value.toUpperCase() == couponCode3)
      amountToCharge = (defaultAmountToCharge - (defaultAmountToCharge * percentOff3 / 100)).toFixed(2);
    else if (frm.couponCode.value.toUpperCase() == couponCode4)
      amountToCharge = (defaultAmountToCharge - (defaultAmountToCharge * percentOff4 / 100)).toFixed(2);
    else if (frm.couponCode.value.toUpperCase() == fixedCouponCode1)
      amountToCharge = (defaultAmountToCharge - fixedAmount1).toFixed(2);
    else if (frm.couponCode.value.toUpperCase() == fixedCouponCode2)
      amountToCharge = (defaultAmountToCharge - fixedAmount2).toFixed(2);
    else if (frm.couponCode.value.toUpperCase() == fixedCouponCode3)
      amountToCharge = (defaultAmountToCharge - fixedAmount3).toFixed(2);
    frm.Amount.value = amountToCharge;
    // ----------- End Coupon Code Javascript ---------------------
    </script>
    Then, you'll need a Coupon Code field in your form:
    <div class="item">
        <label for="couponCode">Coupon Code</label><br />
        <input type="text" name="couponCode" id="couponCode" class="cat_textbox" />
        <a href="javascript:refreshAmountToCharge()">Update</a>
    </div>
    That's it. Let me know if you have any questions. You can set multiple codes, either percentage based or fixed amount. Experiment with it to make sure it works as expected.

    This is great Mario! Thanks so much for sharing. It works very well.
    One thing I want to add is a validation for the coupon update action. If the coupon is no longer valid or entered incorrectly, a message would be great, because the person might no even notice the fact that the amount did not change even though they think they entered a valid discount code.
    Sean

  • Student discount at apple retail store?

    If i go to an apple retail store can i still get a discount from the student discount just like how i get it from the apple store.

    I have a feeling that the answer would be no, so you're better off ordering your iPod through the Apple Store for Education and getting it that way. It's free shipping, too, so it's not like you would be paying any more for it than normal.

  • Deployed BP for retail store and inventory management

    Hi,
    I have installed BP for retail which gives me the pages of store and inventory management but the iViews are not opening even after assignig the roles to the users. I have created the system alias SAP_ECC_RETAIL but still no luck.
    Please help.
    Thanks.

    Hi,
    Please check the following:
    1. Ensure the BP for Common Parts is installed on the portal. This package is a prerequisite for the retail BP that u mentioned.
    2. Make sure the system object that u created for the backend have passed the connection tests.
    3. If this does not solve the issue, please check out the defaultTrace and application.log files under the following directory:
    /usr/sap/SID/JC<NN>/j2ee/cluster/server0/log
    Check the latest files here and post the error mssgs from there to this forum.
    Regards,
    Shitij

  • Clustering for Retail Store Planning

    I am a retail consultant in the US specializing in Merchandise and Assortment Planning (MAP).  I am currently on a project at Luxottica Retail Group.  Lux owns LensCrafters, PearleVision, Sunglass Hut and Oakley Sunglasses.
    Their LensCrafters brand has over 800 stores.  We are recommending to Lux that they cluster their stores so they will plan 10 or so store clusters rather than plan the assortments for 800 stores individually.  They have done studies that show on styles with few SKU's store clustering works very well.  The problem is with styles with 100's on SKU's.  With those, their studies show that planning at the store cluster level raises their inventory and lowers their service levels.  That is the rub. 
    Would you have a few minutes to talk with me about what would be the best way to approach the customer on this?  I realize that retail is not your area but I need more of an BI analytical view on this than a strictly retail view.  Any help you can give me would be greatly appreciated.
    Thank you.
    Alec Felder
    cell: 704-968-5088

    Hi Alec,
    Are you particular about Store Planning or both Startegic ( Cateogery & Item level planning ) and Assortment too.However, i was wondering how store clusters would impact there inventories, as they will create clusters with some dynamic functionalities?
    Thanking You,
    Sappie

  • How to recover security code for itunes store

    How to recover security code for itunes store

    From the link right at the bottom of this very page
    Contact Us

  • Discounts in SAP Retail Store

    Hi gurus,
    Do you know if it is possible to have discounts (like price conditions in standard SAP) in SRS functionality for local vendors in a specific store only?
    My scenario is that I have a store that negociate directly with a vendor and store has discount with that vendor if it buys a certain quantity of articles. If I can not do this in SRS I can not have  this information in the system and invoices could be posted without this info.
    Thanks

    Hi you can use Vendor discount for this senario,
    create the condition record and then upload to SRS
    regards
    Satish

  • TDMS for RETAIL/STORE

    Hello Expert Zone,
    Finally I started working on the CRM extraction, and here is my scenario.
    Source system: 300 warehouses worth of member data.
    Target: Blank/empty.
    Objective: Copy /extract member/membership data from source by warehouse type ( 320 - 340 only ), to bring in 20 warehouse worth of data, and nothing else..
    What template should be used in this case? appreciate if someone can share your inputs with step by step procedure.
    Thanks,
    V.

    Hello Vikram,
    I see this query related to the discussion we had in your previous thread:
    http://scn.sap.com/message/15025928#15025928
    If i understand correctly, you have CRM loyalty management coupled with SAP POS.
    What i understand is that there is SAP Retail system and there is SAP CRM.
    For CRM data reduction, TDMS provides date criteria. TDMS CRM does not reduce CRM loyalty management data, which means that the data in these tables will be fully copied across from sender to receiver system.
    We do have TDMS Retail solution where we do reduction based on below.
    1) Store/Site(In retail terminology)
    2) Customer number
    3) Date
    Let me know if i have answered your question.
    Best Regards,
    Madhavi

  • Need promo code for Oracle Store

    Hello,
    I am planning to buy Apps 11i (trail) from oracle store. Does any one have any coupon or rebate code?. Every $$$ would go a long way.
    Thanking In Advance,
    Sathish

    you can retrive a blob column just like retriving any other type of column in sql when you retrive the data from the result set use the getByteStream method and then read the returned InputStream
    Blob column can be used to store the content of the file and the content do not include the file name. If you want to store the file name you will need another VARCHAR column for that.

  • Best practice for retail store cycle count

    Hi experts
    Would you have any experience/best practice in designing for cycle count process for your clients?
    By cycle count, I mean for frequent counting (daily) for specific item category / exceptional count request.
    My client want to implement a cycle count process to minimize the effort for full stock take which happen around 3 times per year.
    They are using SAP as the core system to keep track of inventory, and using external store system, so some considerations would be on, for example:
    - whether the count variance or counted quantity shall be interfaced back to SAP
    - whether SAP should be the source to initiate a stock count process or POS initiate
    It would be very nice if you can share some best practice as in the process flow, system information flow, etc.
    Best regards
    Dominic

    Hello
    Both can be done but as you say SAP is the core system at least for tracking inventories, better create and integrate inventories is SAP aswell.
    The main advice I would give is to avoid specific tables for inventory integration because standard tables and specific won't be updated well sometimes and support would be needed, stick on standard transactions.
    If the inventory is centralised in SAP, you can for example count them with PDA, send to SAP connectors your counting which will be integrated from a xml file transformed in a Idoc for SAP.
    One parameter is important to consider as the freeze for inventory. You have to decide if you take into account any stock movement that could occur after your inventory creation or not. If you do, the variance after the counting will depend on the initial stock value and also the movement.
    If you don't, the variance will only take into account your initial stock value withotu considering the stock movement.
    Hope it helps you,
    Génia.

  • Zip code retail store locator

    Hi guys,
    Does anyone know the best, least-expensive way to add a
    zip-code based
    retail store locator for a wholesale site that has 2000
    retailers in its
    database?
    BTW: My backend coding skills are very limited.
    Thanks,
    Fudo

    I have sent my solution created for a store several years
    back to a lot of
    people here .. if you want to see it in action, go to
    http://www.firepit.com
    and click on "Where to Buy". It's done in ASP/VB .. but if
    you like that
    solution and server model, write to me offlist and I'll send
    you the files.
    Nancy Gill
    Adobe Community Expert
    BLOG:
    http://www.dmxwishes.com/blog.asp
    Author: Dreamweaver 8 e-book for the DMX Zone
    Co-Author: Dreamweaver MX: Instant Troubleshooter (August,
    2003)
    Technical Editor: DMX 2004: The Complete Reference, DMX 2004:
    A Beginner's
    Guide, Mastering Macromedia Contribute
    Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP
    Web Development
    "Fudo" <[email protected]> wrote in message
    news:C0DAEE0B.934B%[email protected]..
    > Hi guys,
    >
    > Does anyone know the best, least-expensive way to add a
    zip-code based
    > retail store locator for a wholesale site that has 2000
    retailers in its
    > database?
    >
    > BTW: My backend coding skills are very limited.
    >
    > Thanks,
    >
    > Fudo
    >

  • IS Retail - mySAP Retail Store Management

    Hi!
    I've been searching for documentations about mySAP Retail Store (Management).  I tried searching but only found two documents that can help me. Some just mentioned the term but did not explicitly explain it.  I need to know how it works, it's technical architecture, requirements, if it's customizable, how it is different from the SAP Gui, and it's benefits.  From the document I found, it says that it has an "offline buffer" where the user can still use the system without being connected to the main SAP Retail system.  Retail store can just connect to the central system to update transactions made.  I wonder if I understood it correctly.
    Hope you can help.
    Thanks.
    Aenn

    Hi Aenn,
    The following URL will help you to understand the Retail Store functionality :
    <http://help.sap.com/saphelp_erp2005/helpdata/en/fb/89ef37516fdb2be10000009b38f842/frameset.htm>
    The customizing for Retail Store can be found in the customizing :
    IMG -> Logistcs-General -> SAP Retail Store
    The application is based on ITS technology. Requirement is that you should install SAP Retail. Retail Store comes along with SAP Retail. The difference from SAP GUI is that the application is accessed using browser.
    I am not sure which document you have read.
    The link for SAP ITS is :
    <http://help.sap.com/saphelp_erp2005/helpdata/en/4f/2e6a52c3cdc44d83169b181a9c62ba/frameset.htm>
    Regards,
    Krishnakumar

  • What will I learn at the Hour of Code lesson next week at Apple retail stores? Also, what age group will be attending?

    What will I learn at the Hour of Code lesson next week at Apple retail stores? Also, what age group will be attending?

    If you had searched for it you would have found  Apple Retail Store - Hour of Code Workshop

Maybe you are looking for

  • Is pre-fader metering in Logic Express possible?

    The manual says: "Activation of Audio > Pre-Fader Metering ensures that the level displayed by the level meters is measured pre fader..." But I don't have this option in Logic Express 7.2.3 - is this just me, or is it a manual misprint for a feature

  • How to mail

    hi, I am using htmldb mail facility,i have 4-5 checkbox with static values,now on page in which i am using mail option, it contain a select list in which there is static values of checkboxes,and text ,the data written in this i want to send. now i ha

  • Aperture 3.3 libraries readable by Lion and Snow Leopard?

    I have been running Aperture 3.1.3 under Lion and under Snow Leopard. We have family iMacs that, for what I consider very good reasons, we do not want to upgrade to Lion. Now there is Aperture 3.3, and this seems to have major changes. If I upgrade o

  • Performing an installation of jboss with sql server and doing the manual deployment

    hi, I've been trying to install policy server using jboss and sql server 2000. I followed all the steps mentioned in the install and config.pdf file. my question is if you have tried to perform this installation and did it successful? please if you d

  • VF01 user exit

    has anybody used user exit in creating billing document (VF01) wherein the exit would be called upon saving the billing document? i tried using SDVFX007 but it doesn't work since this will first call the exit before saving the document.