| View previous topic :: View next topic |
| Author |
Message |
stanley@searchfit 2
Joined: 23 Jan 2003 Posts: 3603 Location: Austin, TX
|
Posted: Mon May 29, 2006 5:28 pm GMT Post subject: SearchFit Shopping Cart v6.3 (May 30, 2006) |
|
|
SearchFit Shopping Cart v6.3 (May 30, 2006)
--------------------------------------------------------------------------------
changes and new features
--------------------------------------------------------------------------------
1. NEW: the captured search information can be exported in CSV format
2. NEW: the mailing list can be exported in CSV format
3. NEW: ability to create common navigation bars and assign them to products where the content of the tabs can be entered. The generation handles the assigned bar for a product and generates a separate web page per tab. New CSS items are available for the generated bars. Existing customers that intend to use this feature should add the following to their main CSS:
.navbar { width:100%; border:1px solid #F0F0F0; border-width: 1px 1px 1px 1px; background: white; }
.navbar td { border: 1px solid white; border-width: 1px 1px 0px 0px; text-align: center; }
.navbar td.navtab_first { border: 1px solid white; border-width: 1px 1px 0px 1px; }
.navbar a.navtab_selected { display: block; padding: 3px 3px 3px 3px; color: black; background: white; text-decoration: none; }
.navbar a.navtab_notselected { display: block; padding: 3px 3px 3px 3px; color: black; background: #F0F0F0; text-decoration: none; }
.navbar a.navtab_notselected:hover { background: #DDDDDD; }
.navbar td.navtab_body { padding: 3px 3px 3px 3px; background: white; text-align: left; }
4. NEW: search users by id or username
5. NEW: the new "Categories: show products" property at Configure/PerUser allows no products to be shown on the categories pages. Use with CAUTION.
6. NEW: ability to search orders by amount
7. NEW: default labels/messages in order's email can be translated/changed
8. NEW: the names of the order's statues can be translated/changed
9. NEW: for authorize.net customers: the x_auth_code is now captured for successful orders
10. NEW: new keywords that help to easier construct a template that exports products options. The new keywords that have to be enclosed with <foreach_group_options> and </foreach_group_options>:
PRODUCT_OPTION_GROUP_NAME: name of the group
PRODUCT_OPTION_ALL_NAMES: names of all options in the group
PRODUCT_OPTION_ALL_NUMBERS: numbers of all options in the group
PRODUCT_OPTION_ALL_QTYS: quantities of all options in the group
PRODUCT_OPTION_ALL_WEIGHTS: weights of all options in the group
PRODUCT_OPTION_ALL_PRICES_LIST: list prices of all options in the group
PRODUCT_OPTION_ALL_PRICES_FINAL: final prices of all options in the group
PRODUCT_OPTION_ALL_PRICES: prices of all options in the group
11. FIXED: DateStart and DateEnd on the search form for the import/searches feature were not able to be changed
12. FIXED: the group function that updates all page names of categorytypes for the selected user was clearing the metatags of the categorytypes for the user
13. FIXED: the calculation of the product price was incorrect if the product had options with prices and it's shown as a related product of another product _________________ Stanimir Stanev (Stanley)
SearchFit Architect and Lead Developer
www.searchfit.com
www.stanev.com
Last edited by stanley@searchfit on Fri Jun 02, 2006 1:43 pm GMT; edited 2 times in total |
|
| Back to top |
|
 |
m@tt 2
Joined: 20 Oct 2005 Posts: 140 Location: North West
|
|
| Back to top |
|
 |
BlueMax 2
Joined: 25 Jan 2005 Posts: 83 Location: Jackson, MI
|
Posted: Fri Jun 02, 2006 6:27 am GMT Post subject: |
|
|
Hey Stan,
I really like the new Navbars but have one problem with the css. Because of the css line:
| Code: |
| .navbar a { display: block; padding: 3px 3px 3px 3px; color: black; background: #F0F0F0; text-decoration: none; } |
whenever you try to put a link within the text of the navigation boxes it picks up the background color of the header links. How do I get around this or do you need to assign a different class somewhere within the auto generated code? I have tried a few things and have not had any luck. _________________ Justin
www.fullspectrumsolutions.com |
|
| Back to top |
|
 |
stanley@searchfit 2
Joined: 23 Jan 2003 Posts: 3603 Location: Austin, TX
|
Posted: Fri Jun 02, 2006 9:58 am GMT Post subject: |
|
|
good point,
have a new CSS item for all your links under the tabs, example:
.navbar td a { ... }
please let me know if that worked!
thanks,
Stan _________________ Stanimir Stanev (Stanley)
SearchFit Architect and Lead Developer
www.searchfit.com
www.stanev.com |
|
| Back to top |
|
 |
BlueMax 2
Joined: 25 Jan 2005 Posts: 83 Location: Jackson, MI
|
Posted: Fri Jun 02, 2006 10:24 am GMT Post subject: |
|
|
Hi Stan,
No luck with that one either. I have also tried using <span class="navtext"> and a few other attempts at overriding the .navbar a background. _________________ Justin
www.fullspectrumsolutions.com |
|
| Back to top |
|
 |
stanley@searchfit 2
Joined: 23 Jan 2003 Posts: 3603 Location: Austin, TX
|
Posted: Fri Jun 02, 2006 10:36 am GMT Post subject: |
|
|
ok, this may take me some more time and I can clearly see that we are going to change something
we propably will give new CSS items that you can use for the navigation bars and then your links will be fine
we are planing a quick release in several days, please delay your work on this till then, so we can change things and release v6.3.1
thanks,
Stan _________________ Stanimir Stanev (Stanley)
SearchFit Architect and Lead Developer
www.searchfit.com
www.stanev.com |
|
| Back to top |
|
 |
BlueMax 2
Joined: 25 Jan 2005 Posts: 83 Location: Jackson, MI
|
Posted: Fri Jun 02, 2006 10:45 am GMT Post subject: |
|
|
No huge rush on this as it is going to take a bit of time to implement it the way we would like anyway. For now, we will just not use links in the boxes yet. Thanks again! _________________ Justin
www.fullspectrumsolutions.com |
|
| Back to top |
|
 |
stanley@searchfit 2
Joined: 23 Jan 2003 Posts: 3603 Location: Austin, TX
|
Posted: Fri Jun 02, 2006 12:43 pm GMT Post subject: |
|
|
this is a bad limitation for the links, so you will have that fixed with the quick v6.3.1 release next week, you will be notified about the update... _________________ Stanimir Stanev (Stanley)
SearchFit Architect and Lead Developer
www.searchfit.com
www.stanev.com |
|
| Back to top |
|
 |
stanley@searchfit 2
Joined: 23 Jan 2003 Posts: 3603 Location: Austin, TX
|
Posted: Fri Jun 02, 2006 1:36 pm GMT Post subject: |
|
|
I think I found a better way without a code change
instead of the CSS items we gave you before, try these:
.navbar { width:100%; border:1px solid #F0F0F0; border-width: 1px 1px 1px 1px; background: white; }
.navbar td { border: 1px solid white; border-width: 1px 1px 0px 0px; text-align: center; }
.navbar td.navtab_first { border: 1px solid white; border-width: 1px 1px 0px 1px; }
.navbar a.navtab_selected { display: block; padding: 3px 3px 3px 3px; color: black; background: white; text-decoration: none; }
.navbar a.navtab_notselected { display: block; padding: 3px 3px 3px 3px; color: black; background: #F0F0F0; text-decoration: none; }
.navbar a.navtab_notselected:hover { background: #DDDDDD; }
.navbar td.navtab_body { padding: 3px 3px 3px 3px; background: white; text-align: left; }
please let me know!
thanks,
Stan _________________ Stanimir Stanev (Stanley)
SearchFit Architect and Lead Developer
www.searchfit.com
www.stanev.com |
|
| Back to top |
|
 |
BlueMax 2
Joined: 25 Jan 2005 Posts: 83 Location: Jackson, MI
|
Posted: Mon Jun 05, 2006 8:12 am GMT Post subject: |
|
|
Hi Stan,
Yep that appears to have fixed the problem. Thanks! _________________ Justin
www.fullspectrumsolutions.com |
|
| Back to top |
|
 |
stanley@searchfit 2
Joined: 23 Jan 2003 Posts: 3603 Location: Austin, TX
|
Posted: Mon Jun 05, 2006 8:18 am GMT Post subject: |
|
|
very good _________________ Stanimir Stanev (Stanley)
SearchFit Architect and Lead Developer
www.searchfit.com
www.stanev.com |
|
| Back to top |
|
 |
|