add Vendor views, update Product views for new pricing changes
This commit is contained in:
parent
910e6ed970
commit
165538c8f1
7 changed files with 146 additions and 55 deletions
|
@ -23,8 +23,8 @@
|
|||
}
|
||||
|
||||
div.grid.Product table tbody td.size,
|
||||
div.grid.Product table tbody td.regular_price,
|
||||
div.grid.Product table tbody td.sale_price {
|
||||
div.grid.Product table tbody td.regular_price_uuid,
|
||||
div.grid.Product table tbody td.current_price_uuid {
|
||||
padding-right: 6px;
|
||||
text-align: right;
|
||||
}
|
||||
|
|
2
rattail/pyramid/templates/vendors/base.mako
vendored
Normal file
2
rattail/pyramid/templates/vendors/base.mako
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
<%inherit file="/base.mako" />
|
||||
${parent.body()}
|
6
rattail/pyramid/templates/vendors/index.mako
vendored
Normal file
6
rattail/pyramid/templates/vendors/index.mako
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
<%inherit file="/vendors/base.mako" />
|
||||
<%inherit file="/index.mako" />
|
||||
|
||||
<%def name="title()">Vendors</%def>
|
||||
|
||||
${parent.body()}
|
Loading…
Add table
Add a link
Reference in a new issue