Search found 47 matches

by Richard47
Fri Feb 08, 2013 2:33 pm
Forum: AbleCommerce GOLD
Topic: Add to Wishlist styling
Replies: 4
Views: 7269

Add to Wishlist styling

using gold R3...I would like to change the styling on the Add to Wishlist Button but I cannot find the code where I need to make the change. It seems as though all the buttons are using the same style .button. Anyone have any ideas on how or where to change the style???

TIA
Richard
by Richard47
Mon Dec 03, 2012 6:05 pm
Forum: AbleCommerce GOLD
Topic: Radio Button List for Shipping Methods on One Page Checkout
Replies: 6
Views: 5833

Radio Button List for Shipping Methods on One Page Checkout

Has anyone setup a Radio Button List for Shipping Methods on One Page Checkout on the Gold version yet. I know someone came up with one on the 7xx version.

Thanks in advance
Richard
www.somethingmorestore.com
by Richard47
Tue Oct 02, 2012 10:45 am
Forum: AbleCommerce GOLD
Topic: SimpleCategoryList
Replies: 19
Views: 15293

Re: SimpleCategoryList

David this worked great. Now for some styling and should be done.

Thanks much.
Richard
by Richard47
Mon Oct 01, 2012 7:39 pm
Forum: AbleCommerce GOLD
Topic: SimpleCategoryList
Replies: 19
Views: 15293

Re: SimpleCategoryList

David I finally got it to work. Had to re-index the site and add two more } } tags at the bottom of your code. Like Chris above I would like to have Main and subcategories showing all the time. Any help is much appreciated...

Richard
by Richard47
Mon Oct 01, 2012 6:08 pm
Forum: AbleCommerce GOLD
Topic: SimpleCategoryList
Replies: 19
Views: 15293

Re: SimpleCategoryList

The simplecategorylist control is context sensitive. That is, it displays subcategories based on your current category ID. And if there are no sub-categories, (like might be the case on a product page), then it hides the control. An easy way to create a top-level only control is to make a copy of t...
by Richard47
Mon Oct 01, 2012 5:39 pm
Forum: AbleCommerce GOLD
Topic: SimpleCategoryList
Replies: 19
Views: 15293

Re: SimpleCategoryList

Judy, we are using the WSP Gold version not the WAP

Thanks
Richard
by Richard47
Mon Oct 01, 2012 3:17 pm
Forum: AbleCommerce GOLD
Topic: SimpleCategoryList
Replies: 19
Views: 15293

Re: SimpleCategoryList

Sorry about that. Yes we are using the new Gold version

Richard
by Richard47
Mon Oct 01, 2012 12:40 pm
Forum: AbleCommerce GOLD
Topic: SimpleCategoryList
Replies: 19
Views: 15293

SimpleCategoryList

Is there any way to add the simplecategorylist to all category and product pages. I have already gone under admin>layouts and added it under the leftsidebar section on the Three Column Layout. Also assigned the category pages and product pages we are using to the Three Column Layout also. Went under...
by Richard47
Wed Sep 26, 2012 10:49 am
Forum: AbleCommerce GOLD
Topic: Contact us Conlib
Replies: 4
Views: 5365

Re: Contact us Conlib

Thanks David That seemed to work.

Richard
by Richard47
Tue Sep 25, 2012 5:57 pm
Forum: AbleCommerce GOLD
Topic: Contact us Conlib
Replies: 4
Views: 5365

Re: Contact us Conlib

Yes, quite a few things changed from 7.0.7 to GOLD. This should get you started. Change the Store store = Token.Instance.Store; StoreSettingCollection settings = store.Settings; lines to Store _store = AbleContext.Current.Store; StoreSettingsManager _settings = _store.Settings; The big thing is the...
by Richard47
Tue Sep 25, 2012 4:55 pm
Forum: AbleCommerce GOLD
Topic: Contact us Conlib
Replies: 4
Views: 5365

Contact us Conlib

We are using this Conlib File on our Able 7.7 version. Tried using it on the Gold version but it is not working for some reason any help please. Thanks in advance. <%@ Control Language="C#" ClassName="ContactUs" %> <script runat="server"> private string _sendTo; public string SendTo { get { return _...
by Richard47
Sat Aug 20, 2011 7:14 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: How to replace default "add to cart" with an image
Replies: 12
Views: 9608

Re: How to replace default "add to cart" with an image

I have figured out how to change the add to cart to an image button from above but I am having problems changing the add to wish list to an image button also anyone have any clues as to how I can do this.

Thanks
Richard
by Richard47
Wed Jun 22, 2011 9:57 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Abandoned Basket throwing error
Replies: 8
Views: 5817

Re: Abandoned Basket throwing error

Ok support finally got back to me and found an error in the DailyAbandonedBaskets.aspx file and would be posting the fix at the Latest Hot Patches page at some point.

Richard
by Richard47
Mon Jun 13, 2011 11:33 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Abandoned Basket throwing error
Replies: 8
Views: 5817

Re: Abandoned Basket throwing error

I bumped iis and it had no effect. I will open a support ticket with ac. Thanks guys and gals

Richard
by Richard47
Mon Jun 13, 2011 10:16 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Abandoned Basket throwing error
Replies: 8
Views: 5817

Re: Abandoned Basket throwing error

Ok I have installed the patch from the above link (BasketSummary.ashx) the only one there to do the error and it is throwing the same exact error as before.

Richard
by Richard47
Thu Jun 09, 2011 8:36 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Abandoned Basket throwing error
Replies: 8
Views: 5817

Re: Abandoned Basket throwing error

Thanks for the reply triplw, but that fix was not for the admin\reports\abandoned baskets report. When clicking the details button in the report it is throwing the error listed above.

Richard
by Richard47
Thu Jun 09, 2011 11:06 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Abandoned Basket throwing error
Replies: 8
Views: 5817

Abandoned Basket throwing error

We are running AC 7.07 VERSION: Build 14481 When trying to view the abandoned carts from Reports/MonthlyAbandonedBaskets.aspx# and clicking on the details button we are getting this error Server Error in '/' Application. Compilation Error Description: An error occurred during the compilation of a re...
by Richard47
Mon Apr 18, 2011 11:45 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: url rewriting bug or problem
Replies: 2
Views: 1977

Re: url rewriting bug or problem

Mazhar,
Thanks for the fix it worked perfectly.

Richard
by Richard47
Sun Apr 17, 2011 8:36 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: url rewriting bug or problem
Replies: 2
Views: 1977

url rewriting bug or problem

We are using 7.07 build 1448. We are trying to move are current store to able commerce software. The problem we are having is our present url example www.mystore.com/Products/someproduct.aspx. When inserting Products/someproduct.aspx into able custom url section. and viewing it everything works grea...
by Richard47
Tue Nov 09, 2010 5:07 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Forms in webpages
Replies: 43
Views: 34997

Re: Forms in webpages

Ok I'm going nuts here. we are using campain monitor for our emails and they to use a form for there posting. Need some help getting this to work. there code........... <form action="http://yourstore.createsend.com/t/y/s/vtyd/" method="post"> <table cellspacing="0" cellpadding="4" border="0" width=...
by Richard47
Thu Nov 04, 2010 1:48 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Forms in webpages
Replies: 43
Views: 34997

Re: Forms in webpages

Ok I'm going nuts here. we are using campain monitor for our emails and they to use a form for there posting. Need some help getting this to work. there code........... <form action="http://yourstore.createsend.com/t/y/s/vtyd/" method="post"> <table cellspacing="0" cellpadding="4" border="0" width="...