yeah thats it
Hi,
Check with you..why does the column div when viewed under firefox just shows as single line in the center? while explorer it works fine.
If we have few products under sub category it looks odd in firefox as there is only a single divder in the center instead of after each product. any solution?
Check with you is it possible to assign a css for all products so that can be viewed by column? currently the column mod doesn't support al products list.
It would be great if can have column view for all products so that people can showcase products neatly .
As i feel you are expert in css can do something on this.
Mac Foxfire - the latest version
Items We Carry = Categories
Top category is Appliques - welcome message shows up
Sub-category - Applique Designs - this does not show the welcome message
2nd sub-category - Ellen McCarn Appliques - this shows the welcome message
I just checked again all of the categories and found that if there are sub-categories I get the Main Page's Welcome message. If there are no sub-categories no welcome message.
Beth-Katherine
http://smockingbooks.com/index.php?main_page=
(no orders as there is no secure socket layer in place, yet)
Open up includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php and change this:
to this:Code:echo $one_time . ((zen_has_product_attributes_values((int)$_GET['products_id']) and $flag_show_product_info_starting_at == 1) ? TEXT_BASE_PRICE : '') . zen_get_products_display_price((int)$_GET['products_id']);
Code:echo $one_time . ((zen_has_product_attributes_values((int)$_GET['products_id']) and $flag_show_product_info_starting_at == 1) ? TEXT_BASE_PRICE : 'Our Price: ') . zen_get_products_display_price((int)$_GET['products_id']);
Thank you for that on the shopping cart sidebox is there a way to add a check out button to that
Hi,
But reference for column lite divider seems now not reelvant as the css file look like this-
so how to make the horizontal line appear in firefox?pls suggest
.vDotLine
{
background-color: transparent;
background-image: url(../images/delim_v.gif);
background-repeat: repeat-y;
background-attachment: scroll;
-x-background-x-position: center;
-x-background-y-position: top;
-moz-background-clip: -moz-initial;
-moz-background-origin: -moz-initial;
-moz-background-inline-policy: -moz-initial;
width: 20px;
font-size: 1px;
}
.hDotLine
{
background-image: url(../images/delim_v.gif);
}
Bookmarks