Merge lp:~openerp-dev/openobject-addons/saas-3-bug-1275532-ptr into lp:~openerp/openobject-addons/saas-3

Proposed by Pariket Trivedi(OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/saas-3-bug-1275532-ptr
Merge into: lp:~openerp/openobject-addons/saas-3
Diff against target: 27 lines (+7/-2)
1 file modified
website_sale/views/website_sale.xml (+7/-2)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/saas-3-bug-1275532-ptr
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+209175@code.launchpad.net

Description of the change

hello,

 I have Fixed bug Can not chnage flip cart icon and also change shoping product price icon.

thank you,
ptr

To post a comment you must log in.

Unmerged revisions

9234. By Pariket Trivedi(OpenERP)

[FIX] : cart icon is change and also change in shop product price icon.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'website_sale/views/website_sale.xml'
2--- website_sale/views/website_sale.xml 2014-02-28 14:22:33 +0000
3+++ website_sale/views/website_sale.xml 2014-03-04 06:12:04 +0000
4@@ -21,8 +21,11 @@
5 <xpath expr="//header//ul[@id='top_menu']/li" position="before">
6 <li t-att-class="(not website_sale_order or not website_sale_order.get_number_of_products()) and 'hidden' or ''">
7 <a href="/shop/mycart/">
8+ <span style="display: inline-block;">
9 <i class="fa fa-shopping-cart"></i>
10- My cart <sup t-attf-class="my_cart_quantity label label-primary"
11+ My cart
12+ </span>
13+ <sup t-attf-class="my_cart_quantity label label-primary"
14 t-esc="website_sale_order and website_sale_order.get_number_of_products() or ''"/>
15 </a>
16 </li>
17@@ -231,7 +234,9 @@
18 <xpath expr="//div[@class='product_price']" position="inside">
19 <form action="/shop/add_cart/" method="post" style="display: inline-block;">
20 <input name="product_id" t-att-value="product.product_variant_ids[0].id" type="hidden"/>
21- <button type="submit" class="btn btn-default btn-xs fa fa-shopping-cart"/>
22+ <span>
23+ <button type="submit" class="btn btn-default btn-xs fa fa-shopping-cart"/>
24+ </span>
25 </form>
26 </xpath>
27 </template>

Subscribers

People subscribed via source and target branches