Search found 36 matches

by evanb@firefold.com
Wed Aug 13, 2008 10:38 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: A few simple questions/changes
Replies: 7
Views: 5335

Re: A few simple questions/changes

Thank you Mazhar, I tried the code but nothing seems to be displaying. <tr> <td> [[ConLib:BuyProductDialog]] </td> </tr> <tr> <td> #if($Product.InStock > 0) <span style="font-weight:bold;">Ships Same Day</span> #end </td> </tr> <tr> <td> #if ($Product.ManufacturerId != 0) Other products by <a href="...
by evanb@firefold.com
Thu Aug 07, 2008 12:07 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Category Images for regular product grid
Replies: 6
Views: 4406

Re: Category Images for regular product grid

What properties make it display columns and to display images only?
by evanb@firefold.com
Fri Aug 01, 2008 3:27 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Extended Category List Control
Replies: 30
Views: 61019

Re: Extended Category List Control

Currently this is a very basic control ... let the community gradually improve it with respect to styles etc.
Still has some development to go.

Have a good weekend Able team!
by evanb@firefold.com
Fri Aug 01, 2008 1:27 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Extended Category List Control
Replies: 30
Views: 61019

Re: Extended Category List Control

This is being written automatically: <style>.ctv_TreeView {background-color:#F6F6F6;border:1px solid black;padding:2px;padding-left:5px;} .ctv_Node {background-color:#3F3F3F;color:white;font-family:verdana;font-size:11px;padding:2px;padding-left:10px;border:1px;border-color:black;border-top-color:#8...
by evanb@firefold.com
Fri Aug 01, 2008 10:48 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Extended Category List Control
Replies: 30
Views: 61019

Re: Extended Category List Control

It looks like it automatically writes css to style it. Can I omit that functionality and then assign my own properties in my stylesheet?

Also you could probably get the text to wrap by setting a fixed width for the sidebar, and then using the word-wrap css function.
by evanb@firefold.com
Fri Aug 01, 2008 10:43 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Change star rating images?
Replies: 4
Views: 3421

Re: Change star rating images?

Perfect, thank you once again.
by evanb@firefold.com
Fri Aug 01, 2008 8:52 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Change star rating images?
Replies: 4
Views: 3421

Re: Change star rating images?

Yep, found that, but I need to change the file extension from gif to png. Which file controls that?
by evanb@firefold.com
Fri Aug 01, 2008 8:17 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Change star rating images?
Replies: 4
Views: 3421

Change star rating images?

What file controls these images? I'd like to change them to custom images but am unsure where to put them.
by evanb@firefold.com
Mon Jul 28, 2008 2:03 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Scriptlet which can output cart total & # of items in cart?
Replies: 3
Views: 2933

Re: Scriptlet which can output cart total & # of items in cart?

Thank you, the cart total works perfectly. Is there another scriptlet which can give total # of items in cart?
by evanb@firefold.com
Mon Jul 28, 2008 6:48 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Scriptlet which can output cart total & # of items in cart?
Replies: 3
Views: 2933

Scriptlet which can output cart total & # of items in cart?

In a list format? Would I have to adapt it from the checkout / shopping cart?

Thanks
by evanb@firefold.com
Mon Jul 21, 2008 3:47 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Editing outside of "Editor Zone"
Replies: 3
Views: 2960

Editing outside of "Editor Zone"

Is there a way to edit a "scriplet" that isn't found in the ConLib directory without using the "editor zone"? Such as the "standard header" information?