Search found 11 matches
- Wed Mar 30, 2011 7:45 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: CommerceBuilder API
- Replies: 1
- Views: 2643
Re: CommerceBuilder API
For anyone else that comes across this post and has the same question, you may find this answer useful: viewtopic.php?f=42&t=10828&start=0#p46339
- Mon Dec 13, 2010 1:55 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Localhost Demo License
- Replies: 1
- Views: 2505
Localhost Demo License
I do a clean install (ac_7_0_5_stable_b14053.exe) and run the webiste. I'm running the store through DevStudio 2008 cassini web server so the url looks like this: http://localhost:2370/Website/ When I get done with the install it tells me my licesnse isn't any good... but I picked demo during the in...
- Mon Nov 09, 2009 3:08 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Product Images and Sizes
- Replies: 2
- Views: 2220
Re: Product Images and Sizes
I think I found the spot....
The file: ~/Admin/Products/Assets/UploadImage.aspx, has code in it that sizes the 3 images... If I remove the sizing for the standard image I should have what I am looking for.
The file: ~/Admin/Products/Assets/UploadImage.aspx, has code in it that sizes the 3 images... If I remove the sizing for the standard image I should have what I am looking for.
- Mon Nov 09, 2009 2:22 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Product Images and Sizes
- Replies: 2
- Views: 2220
Product Images and Sizes
When you upload a product image into the store, it will generate 3 image files (icon, thumb, standard). The sizes of these images are configurable. Is it possible to have the store size the icon and thumb via the configuration (like it does now) but leave the size of the standard image as the size o...
- Thu Nov 05, 2009 3:08 pm
- Forum: 7.0 Store UI: Layout, Design, Look and Feel
- Topic: AllCategories.ascx Code Help for Navigation
- Replies: 4
- Views: 4995
Re: AllCategories.ascx Code Help for Navigation
You need to implement the OnItemDataBound event when using nested repeaters to get the inner repeaters the data they need. Here is some markup using nested repeaters: asp:Repeater id="CategoryRepeater" runat="server" OnItemDataBound="CategoryRepeater_ItemDataBound"> <HeaderTemplate> <ul> </HeaderTem...
- Thu Oct 29, 2009 2:36 pm
- Forum: 7.0 Store UI: Layout, Design, Look and Feel
- Topic: NVelocity Category Logic
- Replies: 3
- Views: 4048
Re: NVelocity Category Logic
Cool! Thanks. Is it possible to user c# extension methods to add functions to the CatalogNodesCollection class so that we can do this more natively and cleanly? #if($Category.CatalogNodes.CountProducts() > 3) #end I've tried to do just that, but NVelocity doesn't seem to recognize them.... This is m...
- Thu Oct 29, 2009 8:35 am
- Forum: 7.0 Store UI: Layout, Design, Look and Feel
- Topic: NVelocity Category Logic
- Replies: 3
- Views: 4048
NVelocity Category Logic
I see that the Category has a property that returns catalog nodes... how do I grab all the nodes that are categories or products... I want to count them so I can conditionally render user control content. Or, what is the best way in NVelocity to count the child products and child categories of a cat...
- Wed Oct 28, 2009 11:35 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: How to debug custom controls?
- Replies: 2
- Views: 2186
Re: How to debug custom controls?
Thanks, I was having problems trying to debug the site remotely on the webserver that I first installed the demo on.
I ended up reinstallling the demo on my local pc and then opening the store up in devstudio as a website. I've had no problems debugging my user controls that way.
I ended up reinstallling the demo on my local pc and then opening the store up in devstudio as a website. I've had no problems debugging my user controls that way.
- Wed Oct 28, 2009 9:19 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: How to debug custom controls?
- Replies: 2
- Views: 2186
How to debug custom controls?
I'm using the 30 Day demo so I do not have the source. How do you set things up so you can debug your code behind files when you make a custom control? Is this possible?
- Fri Oct 09, 2009 5:36 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Installation of 7.0.3 on Windows Server 2008 R2
- Replies: 7
- Views: 6811
Re: Installation of 7.0.3 on Windows Server 2008 R2
The full control permissions are propigating down from the root folder: EmailTemplates.1 Folder: http://i960.photobucket.com/albums/ae82/ghghgh2009/EmailTemplates1folder-permissions.png EmailTemplates.1.DeleteMe File: http://i960.photobucket.com/albums/ae82/ghghgh2009/EmailTemplates1DELETEMEfile-per...
- Fri Oct 09, 2009 12:29 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Installation of 7.0.3 on Windows Server 2008 R2
- Replies: 7
- Views: 6811
Installation of 7.0.3 on Windows Server 2008 R2
I'm trying to install AbleCommerce 7.0.3 on Windows Server 2008 R2. I've put the site into IIS and given the Network Service user full control to the root folder but I am not passing all the tests when I run the Install/default.aspx page. Test Results: Test write in ~App_Data: PASSED Test delete in ...