
Search found 20 matches
- Wed Sep 29, 2010 4:56 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Disable Product Accessories Page
- Replies: 5
- Views: 11976
Re: Disable Product Accessories Page
So, you're saying I can't remove the details button for products with accessories/options on any page they appear? That seems rigid to me
You can get to the product detail page just by clicking on the image or product name, so I don't need the detail button. Any ideas? Thanks!

- Mon Sep 27, 2010 1:04 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: ASP.NET security vulnerability
- Replies: 6
- Views: 5635
Re: ASP.NET security vulnerability
Wow. I just downloaded the latest version of AC. Do I need to worry about this? Do I need to make the code change in my web.config file? I'm still learning web security. Much thanks!
- Mon Sep 27, 2010 11:30 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Disable Product Accessories Page
- Replies: 5
- Views: 11976
Re: Disable Product Accessories Page
Thanks Mazhar! I'll give it a try. I do have another question. Why do some products have the "details" button while others have the "add to cart?" Where/how do I control which button shows up with certain products? Thanks for your help!
- Fri Sep 24, 2010 1:06 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Disable Product Accessories Page
- Replies: 5
- Views: 11976
Disable Product Accessories Page
Hello, Is there a way to prevent the users from getting to the ProductAccessories.aspx page when they click on the "add to cart" button for items with accessories? Instead of having a separate page for accessories, I want to display all the accessories of a product on the same Product.aspx page unde...
- Mon Sep 20, 2010 2:45 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Blog Plugin Suggestion
- Replies: 2
- Views: 2520
Blog Plugin Suggestion
Hello, My employer asked me to integrate a blog into our site. So far, I found blogengine.net but not sure how it stacks up with other blogs in terms of SEO. I prefer Wordpress but not sure how to make PHP work with ASP.Net. Is it even worth the trouble? Has anyone had success with 1) integration of...
- Fri Sep 17, 2010 3:52 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Progress Bar for Checkout Pages
- Replies: 1
- Views: 1791
Re: Progress Bar for Checkout Pages
Oops, I just found [[ConLib:CheckoutProgress]]. That answers my question. However, if anyone knows of a better plugin please let me know. Thanks!
- Fri Sep 17, 2010 3:36 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Progress Bar for Checkout Pages
- Replies: 1
- Views: 1791
Progress Bar for Checkout Pages
Hello,
Does anyone know if there's an AC plugin for a progress bar for the checkout process? Thank you!
Does anyone know if there's an AC plugin for a progress bar for the checkout process? Thank you!
- Tue Sep 14, 2010 11:26 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Product Custom Fields Best Practices
- Replies: 5
- Views: 4157
Re: Product Custom Fields Best Practices
No, I have not read the post. Thank you all for pointing me in the right direction.
- Wed Sep 08, 2010 2:31 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Product Custom Fields Best Practices
- Replies: 5
- Views: 4157
Re: Product Custom Fields Best Practices
Hey Judy, OK, let me see if I understood you correctly. ac_ProductCustomFields is the table where I add all my "custom field" columns (i.e. Price Per Each, Minimum Quantity Order, etc) even if the custom fields don't apply to products (i.e. is there an ac_CustomerCustomFields table)? So, I need to d...
- Tue Sep 07, 2010 2:02 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Product Custom Fields Best Practices
- Replies: 5
- Views: 4157
Product Custom Fields Best Practices
Hello everyone: Hope everyone had a long, restful weekend. I have read many posts on here about creating product custom fields, but since I have minimal experience with AC and .NET I'm hoping someone would kindly hold my hand through this process. Most of our products are fine using the AC product t...
- Thu Aug 19, 2010 1:20 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Tempting Customers with Free Shipping
- Replies: 6
- Views: 5085
Re: Tempting Customers with Free Shipping
Hello, I have a "This item qualifies for free shipping" image that I want to automatically display on product pages if price is over $99. I thought using this logic would work --> #if($Product.Price > 99) <img src="freeshipping.gif" alt="free shipping" /> #end Clearly, it didn't work and I think it'...
- Thu Aug 19, 2010 9:02 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: URL Rewrite
- Replies: 8
- Views: 6323
Re: URL Rewrite
Thanks for heads up! I'll give AC7 URL Rewrite a try. Question. Are there any resources on here on how to write custom rewrite rules and 301 redirect on multiple pages? Thanks, again!
- Tue Aug 17, 2010 12:20 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: URL Rewrite
- Replies: 8
- Views: 6323
URL Rewrite
Hello,
I am running Window IIS 7 server 2008 and AC 7. Window IIS 7 has its own URL Rewrite Module, not sure what AC 7 has to offer . Which is better to use? Thanks!
I am running Window IIS 7 server 2008 and AC 7. Window IIS 7 has its own URL Rewrite Module, not sure what AC 7 has to offer . Which is better to use? Thanks!
- Tue Aug 17, 2010 11:52 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Display Ajax Tabs on Product.aspx Page
- Replies: 7
- Views: 6342
Re: Display Ajax Tabs on Product.aspx Page
Judy, Quick question. Why would I put the content in a private webpage when I could create custom fields similar to 'description?' This way I could place content into the custom fields as I would for description, price, etc (in admin -> category -> product details). Content for description field wou...
- Mon Aug 16, 2010 9:26 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Display Ajax Tabs on Product.aspx Page
- Replies: 7
- Views: 6342
Re: Display Ajax Tabs on Product.aspx Page
That is exactly what I was looking for - dynamic tabs! I have three questions if you don't mind. First, are you using AJAX to pull data into the tabs from a database? Secondly, where do I place the code to check for a null value and where do I assign a null value to disabled tabs? Would it be in pro...
- Fri Aug 13, 2010 4:13 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Display Ajax Tabs on Product.aspx Page
- Replies: 7
- Views: 6342
Re: Display Ajax Tabs on Product.aspx Page
Thanks, Judy!
So in a nutshell, build custom fields in the editproduct.aspx and .cs files then link them up to the AJAX tabs coded in product.aspx by the id attribute. I would then want to use Componentart Ui Multipage. Am I on the right track? But how do I disable tabs with no content?
So in a nutshell, build custom fields in the editproduct.aspx and .cs files then link them up to the AJAX tabs coded in product.aspx by the id attribute. I would then want to use Componentart Ui Multipage. Am I on the right track? But how do I disable tabs with no content?
- Fri Aug 13, 2010 3:15 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Display Ajax Tabs on Product.aspx Page
- Replies: 7
- Views: 6342
Display Ajax Tabs on Product.aspx Page
Hello there, I'm trying to figure out what is the best method to integrate JQuery or Asp.Net Ajax tabs into the product.aspx page. Would it be easiest just to use the Componentart ui? I have 4 tabs total (Description, Video Demos, Accessories, and Manuals) that I want to display on my product page. ...
- Fri Jul 30, 2010 12:06 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Categories and All Categories - Remove duplicate items
- Replies: 2
- Views: 2676
Re: Categories and All Categories - Remove duplicate items
Hi, Thanks for your reply. If I use CategoryDetails page I get all the Categories or Products. However, I plan on creating a Manufacturer script so that customers can search by Products or Manufacturers. Do I just copy the CategoryList conlib and create a ManufacturerList conlib from that file? Then...
- Thu Jul 29, 2010 1:53 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Categories and All Categories - Remove duplicate items
- Replies: 2
- Views: 2676
Categories and All Categories - Remove duplicate items
Hello, I would really appreciate some help with this problem. I created my categories like this -> All Categories Category 1 Category 2 Category 3 Category 4 For now there are no subcategories. Under all "All Categories" I repeated all the categories with their products. Doing so creates product dup...
- Thu Jul 29, 2010 1:00 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: PNG Files
- Replies: 1
- Views: 2284
PNG Files
Does version 7.0 support PNG files? The free trial version doesn't allow me to upload png files. Wondering if there is full support for the paid software. Thank you.