Displaying large product layout on a page?

I want to insert a product on a page but the module defaults to the small layout. Is there a way to display the large layout similarly?
Thanks
Tom

Im including a seperate product onto a page for distirbutors sign up... we are doing it in stages though and the small product layout doesnt look right on the page -
http://www.allnaturalassets.com/sign-up  as you can see the bottom where the item is, the small doesnt look good so im wanting to display the large layout for this one product on that page :-) The module doesnt allow it though out of the box :-)
Thanks!
Tom

Similar Messages

  • Once attribute price selected, updating the price on the large product layout?

    For my e-commerce site I need to setup, when a customer picks an attribute (such as 'Custom Artwork +£5.00') The price on the large product layout updates automatically before proceeding to the Shopping Cart for the price to update.
    Is this achievable?

    Hi Paul,
    In case you still in need, (assuming you are using the attribute to pass the information to the cart) you can adjust the displayed price to reflect the selected option.
    --not sure if this is the right way.. however it works.
    ---html--
    <div id="catProdAttributes2_8090953" class="productAttributes">
         <div class="catProductAttributeGroup" data-productattributegroup="1851262">
              <div class="catProdAttributeTitle">Warehouse</div>
              <div class="catProdAttributeItem">    
              <input type="radio" id="13466918" name="1851262" mandatory="1" />    
              <span>US Warehouse $0</span>
              <img src="/images/attributeimageUS.png" alt="US Warehouse" border="0" /></div>
              <div class="catProdAttributeItem">
              <input type="radio" id="13466919" name="1851262" mandatory="1" />
              <span>AUS Warehouse $2.26</span>
              <img src="/images/attributeimageAUS.png" alt="AUS Warehouse" border="0" />
              </div>
         </div>
    </div>
                    <span class="updated_price">{tag_totalprice}</span>
                    <span style="display:none;" class="original_price">{tag_totalprice}</span>
    --Script---
    <script type="text/javascript">
    $('.catProdAttributeItem img').on("click",function(){
    $(this) .siblings ('input[type=radio]') .attr('checked', true);
    var original_price = $('.original_price').text() .replace(/[^0-9\.]/g, '');
    parseFloat(this.original_price);
    var warehouse_price = $(this).siblings('.catProdAttributeItem span') .text() .replace(/[^0-9\.]/g, '');
         warehouse_price=parseFloat(warehouse_price);
    var total_price = parseFloat(original_price) + parseFloat(warehouse_price);
    $('.updated_price').html('$' + total_price.toFixed(2));
    </script>

  • Output catalog name on large product layout

    Has anyone come across a way to output the catalog name on the large product layout?
    The nearest I can see getting is using jQuery to parse the breadcrumbs or the url. Ideally I want to do this so I can make some css changes on the product page depending on which catalog it's in.
    Any ideas?

    Worked it out, this one's done using Javascript. Posting the solution here for anyone who needs it. In the example below, .main is my main div that I would like the classname applied to. This will take the second-last element of the url and apply it as a class to the my div with class .main. Note: there may be issues here if your urls have trailing slashes.
    <script type="text/javascript">
    var url = window.location.pathname;
        url = url.split("/");
        urlclass = url[url.length-2];
        $('.main').addClass(urlclass);
        </script>

  • Adding a free sample button to the large product layout?

    hello guys
    im trying to figure out how to add a free sample button to the large product layout
    the site is a tiles shop http://ceramic-planet2.businesscatalyst.com/
    and we want to give the customer the option of ordering a sample from the large layout of the product they are viewing.
    A sample button underneath the add to cart button that is free but still charges a few $ for p&p.
    so I figure the sample button would be a add to cart tag of a seperate product added to the layout of the main product it is based on.
    any ideas how I can link a new different product to a product layout.
    plus not every product will need this button so is there a way of adding it to certain products? im thinking maybe using the custom tag? can I link products to a custom tag?
    if im not being clear I apologise but hopefully its simples
    Dave

    thanks for the help so far Mihai_Tica
    almost there Ive played with the cutom template like you said
    I made a template called samplebutton which has a tag_name_nolink and a add to cart button. Thats it nothing fancy.
    every product is going to have its very own sample button so I couldn't just add this custom template to the large template as it would only work for that one item I linked it to.
    so I added the module code with added custom template to the custom tag field for the large product and added it to the page {tag_custom3)  thus able to add different sample products to different large products.
    and it looks like its going to work.......until I add to cart and the product reverts back to small product template take a look http://ceramic-planet2.businesscatalyst.com/bathroom-tiles/cardiff-marron
    any ideas why when I add to cart the product reverts to small product template and how I can stop this from happening?

  • How to display large text document (2-3 pages) without using the webpage widget?

    Hello all,
    We are designing this online course and our project leader asked us to try to include the course materials/contents within the Captivate file as much contents as we can. However, we have several "big" text-based files to display, such as syllabus, standards, project templates, etc.
    I know that the webpage widget created by Jim Leichliter can "embed" web pages and PDF files into Captivate. However, as mentioned before, our project leader wants everything to reside within Captivate. That means that I can't use the web page widget to "quoate" an external PDF file.
    I also tried the extended Text Entry Area widget, but couldn't get it work. I would really appreciate it if someone could help me with this.
    Thank you very much.

    Would it be possible to create a table that had one row for every week? If so you could do something like this:
    DESC ALL_WEEKS
    NAME Null? Type
    WEEKENDING DATE
    SELECT A.CUST,
    B.WEEKENDING,
    SUBSTR(MAX(TO_CHAR(A.WEEKENDING,'YYYYMMDD')||A.STATUS),9,1)
    FROM YOUR_TABLE A,
    ALL_WEEKS B
    WHERE B.WEEKENDING <= A.WEEKENDING
    GROUP BY A.CUST,
    B.WEEKENDING;

  • Large Product Module

    How do I call a large product module onto the page? Here's the format for my small product module:
    {module_product,31999,5038261}. Where can I check?
    Thanks.

    Using KB Instructions:
    I tried:
    {module_product,31999,5038262, template = "/Layouts/OnlineShop/large_product.html"}
    {module_product,31999,5038262, /Layouts/OnlineShop/large_product.html}
    {module_product prodcutId="{{5038262}}" catalogID="{{31999}}" template="/_System/ModuleTemplates/Shop/productLarge.html"}
    {module_product prodcutId="{{5038262}}" catalogID="{{31999}}" template="/Layouts/OnlineShop/large_product.html}
    I'm using a directory to hold all my landing pages called /books. Do I need to type in the full URL of the large product template to call it up? How do I do that?

  • Hiding Sub-Catalogs on Large Product View

    Hi BC Community,
    Wondering if anyone has any tips or tricks for hiding (or removing) the Sub-Catalog list from the Large Product.html page (e-commerce).  When looking at a detail view of a product, and that particular catalog has say 20 sub-catalogs, the detail view of the individual product is at the bottom of the sub-catalog list (which it should be), but it sucks that you have to scroll to the bottom of the page just to see the individual product.
    Any way around this?
    Thanks,
    Aaron

    Hey Aaron,
    You will have to look for an identifier element from the large product layout. If that exists on the page then with javascript you can manipulate the html to as you need with that and some css.

  • Large product page not displaying correctly on responsive webpage.

    Large product page not displaying correctly on responsive webpage. Not really sure what to adjust or correct.
    http://iamartde.businesscatalyst.com/apparel-1/i-am-art-sweatshirt-white

    Hi,
    I think it may be <div class="html5gallery-viral-0"> (contains the social media buttons) // screencasteu.worldsecuresystems.com/AP/2013-08-01_1033.png
    It's the only element that isn't in sync with the other elements on page, when compared to home.html for example.
    Kind Regards,
    Alex Pavelescu

  • Hi is there any way around showing large product lay out through separate template from Over all layout?

    Hi, I have been thinking why everything except for the small product back up is tied up to the over all layouts template. Could any one give me advice on some ways I could display my large product page using a different template?
    Any suggestion will be appreciated. Thank you very much 

    Only with javascript and CSS and of a new template per catalog.

  • Large Product page for Mobile ???

    I'm creating a mobile site. I just need a mobile page for the "large product" I can't use a template for the "Large Product" page why.?
    This would make life beautiful.
    So how do I go about creating a mobile Large Product Page? Can I redirect it?
    I'm frustrated.
    Please HELP Me.!!!

    They dont, they offer mobile layout options.
    Many mobile sites you see on the web at the moment are actually responsive designs which use media quries etc rather then totally different layouts.

  • Adding facebook comments to large product page

    hi guys I just wanted to go over the facebook intergration process *** ive read this http://kb.worldsecuresystems.com/kb/add-social-media.html
    but couldnt find the container.html page in admin, only dreamweaver.
    plus when ive checked out the forums on intergrating facebook comments there seems a work around because the current module doesnt work the way people want it. to.
    Is this still the case or should I go about intergrating facebook as described http://kb.worldsecuresystems.com/kb/add-social-media.html
    What I want to do is use it on this site on the large product section instead of the comments module ive inserted
    http://www.ceramicplanet.co.uk/bathroom-tiles/relief-white-5445-25x33cm
    would adding the script to the large product template manually work better than adding it to the facebook container.html page in the social modules folder?
    plus I got the impression peeps had trouble having the comments for that one item showing just on its own page. I want just comments for the product on show appearing on that product page not just any old list of random comments. Is this easy to do now or is there extra url tags needed?
    any advice or help will be greatly appreciated
    Dave
    oh just to say this is the code facebook gave out when I pressed get code but Ive noticed different versions on forum pages, is it right to use this
    <div id="fb-root"></div>
    <script>(function(d, s, id) {
      var js, fjs = d.getElementsByTagName(s)[0];
      if (d.getElementById(id)) return;
      js = d.createElement(s); js.id = id;
      js.src = "//connect.facebook.net/en_GB/all.js#xfbml=1";
      fjs.parentNode.insertBefore(js, fjs);
    }(document, 'script', 'facebook-jssdk'));</script>
    <div class="fb-comments" data-href="http://example.com/comments"
    data-colorscheme="The color scheme used in the plugin" data-numposts="5"
    data-width="420"></div>

    If you just want to keep it simple, Facebook has a social widget system that works from the URL, as long as the URL stays the same the comments will he there for that product or whatever you need.
    It is very easy to implment and even has a wizard to help you config the size and look.
    https://developers.facebook.com/docs/plugins/

  • Web Dynpro Layout - Shows The page cannot be displayed

    Hi
    I am getting "The page cannot be displayed" in the Layout Tab of Web Dynpro - View Component.
    Can someone help me to fix this issue.
    Regards
    Venkat

    Hi,
    Check the SAP notes 1009930 and 1008689. Also ensure that you have activated  /default_host/sap/public/bc/webdynpro/viewdesigner  & /sap/bc/wdvd/ nodes in SICF.
    Check out the [SAP Help|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/46/d28dfa34bb12bee10000000a1553f7/content.htm] for more details.

  • I double-click on event  to see all the photos in that event displayed, but all I get is 1 large photo on the edit page.  To see the photos in that event, I have to scroll.  Need to be able to work with all the photos in that event, not one at a time.

    I double-click on event  to see all the photos in that event displayed, but all I get is 1 large photo on the edit page.  To see the photos in that event, I have to scroll.  Need to be able to work with all the photos in that event, not one at a time.

    Maybe you need to adjust the zoom slider in the lower left corner of the window?
    Regards
    Léonie

  • Product fileds in ASSET page layout

    Hi,
    I am trying to show product fields other then Type, Status, Category and Status.
    Can anyone tell me if this is possible?
    Do I have any option at all to show product fields other then the product layout page itself?
    Thanks!!
    Guy

    Guy, the only fields available are Type, Status, Category, Part Number and Description at this time.

  • Adding more custom tags to large product page

    Is there any way to add more custom tags past tag_custom4?

    That's not possible. Those 4 custom fields is all you can use.
    There is a keywords field which you can utilise maybe. I think the tag for
    it is .
    Cheers,
    Mario Gudelj
    www.twoblokeswithapostie.com - Talk to us before you tell your clients:
    "No, Business Catalyst can't do that."
       Adding more custom tags to large product page  created by AnneGerber<http://forums.adobe.com/people/AnneGerber>in
    eCommerce - View the full discussion<http://forums.adobe.com/message/5050617#5050617

Maybe you are looking for

  • Deletion of setup data : what are the consequences ?

    Hello, I am a sap basis guy, and currently perfroming an Upgrade (4.7-->ECC6). during the preparation phase, I had some problems with BW estraction data that correspond to the symptoms described in sap note 1083709; I executed the report RMCEXCHK and

  • Insert records into non base table

    Hi I would like to insert records into a table when a button is clicked. The table is a non base table. I am trying to save records displayed in a form into a history table which is not part of the form. I am using the following code stored in a prog

  • Transport does not map business systems

    Hello, we have a problem when transporting XI configuration objects (via normal file export/import, not CMS). In the SLD, we have configured business systems T01CLNT010, belongs to group dev  and has transport target PROCLNT010 T01CLNT020, belongs to

  • BAPI  STRUCTRE

    HI, I am samba, new for bapi consept; please help me on bapi. what is line structure. why we are not use line structure in bapi, and why bapi does not taken the same structures used in existing applications.     And explain about key field and event

  • Como configurar airprint

    como puedo configurar el air print en mi ipod