2
Answers
Vote up!
1
Vote down!

discount and promotional block on Kickstart 2 demo content

Installed KickStart 2. How to edit the Shipping Discount Block (above the front page slide show block) and Promotional Banner Block (overlay on the left hand side of the front page slide show? Cannot locate how they are being created.

Asked by: Connie Chen
on November 5, 2012

Comments

Exactly is the same Dude I have Iook in the part of blocks and yes Is there but you cannot modify this block you can remove but no edit this one

- cquiroz78 on November 5, 2012

2 Answers

Vote up!
2
Vote down!

You can just disable that block, and create a new one with the same look:

1. Site settings/Blocks
2. Disable the block: Promotional banner
3. Add new block
4. Enter block decription: Example Promo Banner
5. In text format, select: Full HTML
6. Enter this into block body:

<div id="promotional_banner"><span class="promotional_banner_saving">EXAMPLE</span> This is a demo text for this promo banner <span class="promotional_banner_special_offer">Offer Details</span></div>

7. In Region settings, under Commerce Kickstart Theme (default theme) select: Content
8. In Visibility settings at Show block on specific pages, chose: Only the listed pages
9. In the list of pages that you want your banner to appear, Enter: node
10. Save the block

Answer by: spanac
Posted: Feb 22, 2013

Comments

This created the larger banner at the top. Do you have the coding for the smaller shipping discount circle?

- JamesWalker601 on January 7, 2014

Discount code:

Free delivery on orders over999 EGP

- styla on February 20, 2014

<div class="block block-commerce-kickstart-block contextual-links-region block-shipping-discount block-commerce-kickstart-block-shipping-discount odd block-without-title" id="block-commerce-kickstart-block-shipping-discount">
<div class="block-inner clearfix">
<div class="contextual-links-wrapper contextual-links-processed"><a class="contextual-links-trigger" href="#">Настроить</a><ul class="contextual-links"><li class="block-configure first last"><a href="/admin/structure/block/manage/commerce_kickstart_block/shipping_discount/configure?destination=node">Настроить блок</a></li></ul></div>
<div class="content clearfix">
<div id="shipping"><span id="shipping_message"><span><em>Бесплатная</em> доставка</span> при покупке более</span><span id="shipping_currency">99.99 MDL</span></div> </div>
</div>
</div>

- Sergiu Grigoriev on June 2, 2014

or better <div class="block-shipping-discount" id="block-commerce-kickstart-block-shipping-discount">
<div id="shipping"><span id="shipping_message"><span><em>Text</em><p>example</p></span> on buy</span><span id="shipping_currency">from 99.99 MDL</span></div> </div>

use firebug or alternatives

- Sergiu Grigoriev on June 2, 2014
Vote up!
0
Vote down!

Free delivery on orders over999 EGP

Answer by: styla
Posted: Feb 20, 2014