Search found 43 matches

by napacabs
Thu Jan 10, 2013 2:46 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Permission
Replies: 3
Views: 3672

Re: Permission

Has there been any changes since 2008, that would now make it possible for a Vendor to have limited permissions to create and view only their products.
by napacabs
Mon Jan 07, 2013 3:49 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: "Anonymous User Maintenance" erasing userid
Replies: 0
Views: 3288

"Anonymous User Maintenance" erasing userid

We don't allow anonymous checkout (AllowAnonymousCheckout="false"); however, when "Anonymous User Maintenance" runs, we end up with Orders with missing Userids from registered users. In the ac_orders table the userid is deleted, in ac_addresses table the related userid and order addresses are also r...
by napacabs
Wed Jul 25, 2012 9:45 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Error Question
Replies: 4
Views: 3436

Re: Error Question

Has this been resolved? Getting this error with 7.0.7 build 14600. Anyone have any idea what would cause this? 11/19/2009 6:19:16 PM Error An error has occured at http://www.safetekusa.com/shopping/PayPalExpressCheckout.aspx?Action=GET&token=EC-53061982J7013382W&PayerID=HRL2M87EQPHUS Exception of ty...
by napacabs
Tue Jul 24, 2012 11:42 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Server Reboot - Have to manually restart application pool
Replies: 45
Views: 45792

Re: Server Reboot - Have to manually restart application pool

David, did the extra code fix the problem? The site should be able to recover from the db server not being available, so I do consider this not only a bug, but a pretty big one. This issue was corrected in 7.0.5, so it's NOT the db issue as that was already solved. In further searching it appears th...
by napacabs
Mon Jul 23, 2012 9:28 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: IIS Calling Port 123
Replies: 4
Views: 4022

Re: IIS Calling Port 123

Hi Joe, Which file was this? This was fixed Friday afternoon. There was a .js file trying to validate a license for a 3rd party module. The solution was to rename the 3rd party modules license file to .old and the NTP requests stop immediately. For some reason, it was trying to validate the license ...
by napacabs
Tue May 01, 2012 4:03 pm
Forum: Good Reference Posts
Topic: Auto generating Google Base Feed
Replies: 13
Views: 22983

Re: Auto generating Google Base Feed

It exports the product summary. In the App_Code/GoogleBaseFeed.cs file, line 163 has "desc = StringHelper.CleanupSpecialChars(product.Summary);"
not sure if changing to "desc = StringHelper.CleanupSpecialChars(product.Description);" will work.
by napacabs
Fri Apr 20, 2012 8:03 pm
Forum: Good Reference Posts
Topic: Auto generating Google Base Feed
Replies: 13
Views: 22983

Re: Auto generating Google Base Feed

Has your feed regenerated since you updated sku's? The default setup is every 6 hours.
by napacabs
Fri Apr 20, 2012 5:30 pm
Forum: Good Reference Posts
Topic: Auto generating Google Base Feed
Replies: 13
Views: 22983

Re: Auto generating Google Base Feed

Hi Chris,

Google recognizes the "gtin" value as the the UPC code, field is populated at the Product Sku field in /Admin/Products/EditProduct.aspx.
by napacabs
Thu Jan 19, 2012 11:15 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Adding Database Field to Control
Replies: 3
Views: 4236

Re: Adding Database Field to Control

Hi Judy, Tried that but what I need is to only isolate the EndDate, to be used as a variable in a Javascript. I would like to create a timer which counts down to the end of sale, the script works properly on the product detail page content scriptlet as follows: <script language="JavaScript"> StartCo...
by napacabs
Wed Jan 18, 2012 6:18 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Adding Database Field to Control
Replies: 3
Views: 4236

Adding Database Field to Control

How would you add the field "EndDate" from the Specials (product pricing rules) table to the FeaturedProductsGrid control in a 01/01/2012 format? Thank You.
by napacabs
Fri Jan 13, 2012 4:36 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Email List Subscribers and User Groups
Replies: 0
Views: 2325

Email List Subscribers and User Groups

How can I get email subscribers of a specific list to be automatically added to a certain User Group after they confirm their subscription?

Any help is appreciated, thank you?
by napacabs
Wed Dec 14, 2011 11:20 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Referring to Custom Data Fields in Scriptlets
Replies: 6
Views: 6474

Re: Referring to Custom Data Fields in Scriptlets

David, code works perfectly, thank you very much for sharing.
by napacabs
Tue Dec 13, 2011 8:49 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Referring to Custom Data Fields in Scriptlets
Replies: 6
Views: 6474

Re: Referring to Custom Data Fields in Scriptlets

How can one add this to a control such as ConLib:FeaturedProductsGrid?
by napacabs
Thu Oct 27, 2011 1:43 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: New problem with Google Feeds in 7.0.7
Replies: 19
Views: 16247

Re: New problem with Google Feeds in 7.0.7

Here you go.... http://help.ablecommerce.com/index.htm#upgrades/ac7_aspnet/tech_bulletins/google_feed_patch.htm Thanks for waiting. Katie Would it be possible to create a page that would list this fix and others, Instead of having to search the forum. It would be nice to have these fixes added to t...
by napacabs
Fri Sep 16, 2011 8:36 pm
Forum: Feature Requests
Topic: search on merchant side
Replies: 27
Views: 31777

Re: search on merchant side

Hi Mazhar, Do you have this code for CreateOrder2.aspx in 7.0.7, providing the ability to search for products by manufacturer when creating an order(admin side). Thank you. How can I add this modification (Manufacturer field) to the "Add Product to Order" search on the /Admin/Orders/PlaceOrder1.aspx...
by napacabs
Fri Sep 16, 2011 5:35 pm
Forum: Good Reference Posts
Topic: Adding a free item to the basket based on basket total
Replies: 2
Views: 9483

Re: Adding a free item to the basket based on basket total

Thank you for this contribution, you're very generous to share your hard work. Easy to install and works great in 7.0.7.
by napacabs
Wed Sep 07, 2011 1:22 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 7.0.7 error: A potentially dangerous Request.Path value
Replies: 12
Views: 8491

Re: 7.0.7 error: A potentially dangerous Request.Path value

Joe I added the tag added above but unfortunately, get this server error: Server Error in '/' Application. -------------------------------------------------------------------------------- Configuration Error Description: An error occurred during the processing of a configuration file required to ser...
by napacabs
Tue Sep 06, 2011 12:44 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 7.0.7 error: A potentially dangerous Request.Path value
Replies: 12
Views: 8491

Re: 7.0.7 error: A potentially dangerous Request.Path value

Yes have this <httpRuntime maxRequestLength="4096" requestValidationMode="2.0"/>.
by napacabs
Tue Sep 06, 2011 11:22 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 7.0.7 error: A potentially dangerous Request.Path value
Replies: 12
Views: 8491

Re: 7.0.7 error: A potentially dangerous Request.Path value

Joe, thanks for responding. No it's the same 4 pages below: http://www.napacabs.com/New_wine_arrivals.aspx http://www.napacabs.com/Search.aspx?k=WS+9 http://www.napacabs.com/Red-Wine-C1.aspx http://www.napacabs.com/Two-Top-Sellers-Together-Caymus-and-Silver-Oak-P10475.aspx I reviewed these pages but...
by napacabs
Sun Sep 04, 2011 11:51 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 7.0.7 error: A potentially dangerous Request.Path value
Replies: 12
Views: 8491

Re: 7.0.7 error: A potentially dangerous Request.Path value

Joe, thank you for responding.

I currently have this in my web.config <httpRuntime maxRequestLength="4096" requestValidationMode="2.0"/>, do you think the Parameter maxRequestLength="4096" is the issue?

Also, I'm running IIS6.0, does that require any changes to the web.config?
by napacabs
Thu Aug 25, 2011 12:11 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 7.0.7 error: A potentially dangerous Request.Path value
Replies: 12
Views: 8491

Re: 7.0.7 error: A potentially dangerous Request.Path value

Thanks Tim, rebooted server but still get errors.
by napacabs
Tue Aug 23, 2011 6:20 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Deleting Old Abandoned Baskets from Registered Users
Replies: 0
Views: 2049

Deleting Old Abandoned Baskets from Registered Users

With "Anonymous User Maintenance" configured "Days to Save:1", when running the MonthlyAbandonedBaskets.aspx report it takes at least 6 minutes or it times-out. Perhaps if Abandoned Baskets from registered users older 30 Days can be deleted, the report would not timeout. Has anyone had this issue? H...
by napacabs
Mon Aug 22, 2011 4:21 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 7.0.7 error: A potentially dangerous Request.Path value
Replies: 12
Views: 8491

7.0.7 error: A potentially dangerous Request.Path value

Get this error frequently in error log, after upgrading to 7.0.7 build 14588, asp.net framework 4 : A potentially dangerous Request.Path value was detected from the client (:). With the URL being http://www.Napacabs.com/http://www.Napacabs.com/BlankPage.aspx Everything else runs great, any ideas on ...
by napacabs
Sat Jun 18, 2011 2:28 pm
Forum: Good Reference Posts
Topic: Auto generating Google Base Feed
Replies: 13
Views: 22983

Re: Auto generating Google Base Feed

Go to http://www.google.com/merchants/bulkuploads In the "Data feeds" tab, in the header look for "Upload schedule" select edit.