Search found 169 matches

by crazyjoe
Wed Apr 03, 2013 2:08 pm
Forum: Feature Requests
Topic: Rich Snippets, A must for eCommerce Now
Replies: 5
Views: 12809

Re: Rich Snippets, A must for eCommerce Now

Does anyone have a few moments to show good implementation of Rich Snippets for products in Able. Specifically how to get results like this... http://www.google.com/webmasters/tools/richsnippets?url=http%3A%2F%2Fwww.overstock.com%2FOffice-Supplies%2FOffice-Star-Professional-Air-Grid-Deluxe-Task-Chai...
by crazyjoe
Tue Feb 12, 2013 3:06 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Adcenter / Adwords Conversion tracking
Replies: 4
Views: 6079

Re: Adcenter / Adwords Conversion tracking

No, sadly I have not. It's cool though, who really needs to figure out ROI's anyway. Please post up some code examples if you get it going.
by crazyjoe
Tue Jan 22, 2013 8:23 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: New Google Enhanced Link Attribution...
Replies: 2
Views: 2816

Re: New Google Enhanced Link Attribution...

Heck yeah! Thanks Mazhar, I appreciate everything you do for me :-)
by crazyjoe
Mon Jan 21, 2013 9:01 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: New Google Enhanced Link Attribution...
Replies: 2
Views: 2816

New Google Enhanced Link Attribution...

Google recently announced it will implement enhanced link-tracking functionality. Here is Google's instructions... http://support.google.com/analytics/bin/answer.py?hl=en&answer=2558867&topic=2558810&ctx=topic I'd like to get this setup on my Able 7.0.7 site as soon as possible. Can someone please s...
by crazyjoe
Thu Jan 03, 2013 2:43 pm
Forum: Feature Requests
Topic: Rich Snippets, A must for eCommerce Now
Replies: 5
Views: 12809

Re: Rich Snippets, A must for eCommerce Now

I'd like to second this. Please make this a priority.
by crazyjoe
Tue Dec 18, 2012 3:42 pm
Forum: Feature Requests
Topic: Activate GIft Certificate when payment is Authorized
Replies: 2
Views: 9421

Re: Activate GIft Certificate when payment is Authorized

I'm interested in this feature as well.
by crazyjoe
Tue Nov 06, 2012 1:20 pm
Forum: Feature Requests
Topic: Group coupon in the print invoice
Replies: 3
Views: 10918

Re: Group coupon in the print invoice

I just did this. If this helps anyone else out. Around line 99 in the invoice.aspx.cs file (found in ~admin/orders/print) Look for this... private OrderItemType[] displayItemTypes = { OrderItemType.Product, OrderItemType.Discount, OrderItemType.Coupon, OrderItemType.Shipping, OrderItemType.Handling,...
by crazyjoe
Fri Nov 02, 2012 2:36 pm
Forum: Feature Requests
Topic: Updated Pager Controls with VIEW ALL option.
Replies: 7
Views: 15891

Re: Updated Pager Controls with VIEW ALL option.

Has anybody added this to their SearchPage? I'd like to give my users the option to View All on the their search results page but the code above does not work. It has a problem with the code _BaseUrl = baseUrl; since the bindpaging controls are different on searchpage.ascx.cs compared to Catgrid 2 a...
by crazyjoe
Tue Oct 23, 2012 7:04 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Can someone help me share my Wishlists?
Replies: 3
Views: 3474

Re: Can someone help me share my Wishlists?

Thanks ableExpert. When users click the "Email Wishlist" button a unique URL is created and added to the message it sends. I am not sure where or how I would be able to generate that url. Do you have any tips you could give me regarding that?
by crazyjoe
Tue Oct 16, 2012 11:22 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Can someone help me share my Wishlists?
Replies: 3
Views: 3474

Can someone help me share my Wishlists?

I think it would be really cool if users could easily share their Wishlists on Facebook. This would allow users to create a "Christmas List" from your store on Facebook and their friends could all click the link and view the products they picked. Has anyone added a "Share on Facebook" button to thei...
by crazyjoe
Mon Oct 15, 2012 3:06 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Facebook Like shows Wrong Image
Replies: 4
Views: 4091

Re: Facebook Like shows Wrong Image

After some trial and error I found the spot in the code that was giving me the issue.

I changed line #30 from my FacebookTags.ascx from
ogImage.Content = _Product.ImageUrl;
to
ogImage.Content = Token.Instance.Store.StoreUrl + _Product.ImageUrl.Replace("~/",null);
by crazyjoe
Mon Oct 15, 2012 10:18 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Facebook Like shows Wrong Image
Replies: 4
Views: 4091

Re: Facebook Like shows Wrong Image

I have been having this same issue. I use the Social Media conlib plugin thing and this only happens with Facebook (which is by far the most important). Pinterest and Google+ all work perfectly, showing the product image. I created the FaceBookTags.ascx file and I called it at the top of the content...
by crazyjoe
Mon Oct 01, 2012 3:30 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Abandonded basket alert getting sent to people who ordered..
Replies: 0
Views: 3304

Abandonded basket alert getting sent to people who ordered..

I've just started using the Abandoned basket alert and found that many of the people on there have completed their purchases and should not have been sent an abandoned cart alert email. It would seem to me that this should be a list of people who have not completed their orders. Do names get removed...
by crazyjoe
Mon Oct 01, 2012 7:56 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Server Reboot - Have to manually restart application pool
Replies: 45
Views: 45791

Re: Server Reboot - Have to manually restart application pool

I had gone almost 2 full weeks without this happening, but got it again last night. Twice last night and once this morning my site went down and needed to be have the Application Pool manually restarted to come back up. It's always this same error... Server Error in '/' Application. Object reference...
by crazyjoe
Tue Sep 25, 2012 2:16 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Token.Instance.User is suddenly null, crashed site
Replies: 17
Views: 16401

Re: Token.Instance.User is suddenly null, crashed site

Hi Stewie, I have been error free for a full week now. Here is what my hosts said they did, maybe it will help you... There were a couple tables that were owned to the schema of your user and not dbo. I reowned all objects to DBO and modified the SQL user to have use the DBO schema instead of the sc...
by crazyjoe
Tue Sep 25, 2012 8:15 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Server Reboot - Have to manually restart application pool
Replies: 45
Views: 45791

Re: Server Reboot - Have to manually restart application pool

I have been error free for a full week now (knock on wood). My hosts looked into my database to see if there was anything they could find that might be causing this. Here is what my hosts said they fixed in my database. There were a couple tables that were owned to the schema of your user and not db...
by crazyjoe
Tue Sep 18, 2012 3:22 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Token.Instance.User is suddenly null, crashed site
Replies: 17
Views: 16401

Re: Token.Instance.User is suddenly null, crashed site

Do you know of any PCI Compliance issues or security issues this may open us up to? My hosts were weary about doing this for me because (as they said) "AutoClose property exposes server behavior for databases not accessed by a user. If TRUE, the database is closed, and its resources are freed when n...
by crazyjoe
Tue Sep 18, 2012 8:18 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Token.Instance.User is suddenly null, crashed site
Replies: 17
Views: 16401

Re: Token.Instance.User is suddenly null, crashed site

Hi Laura, I'm having this issue hit me constantly now. Can you tell me how you set auto_close to false in your DB. I've looked around the web and found a bunch of ways ridiculously complicated ways to do it but I am hoping you could point me in the direction that you used. Thanks!
by crazyjoe
Tue Sep 18, 2012 7:39 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Server Reboot - Have to manually restart application pool
Replies: 45
Views: 45791

Re: Server Reboot - Have to manually restart application pool

Unfortunately my temp site removal did not fix my issue. I am continuing to be plagued by this. Twice last night and once this morning my site went down and we needed to manually reset my app pool. Does anyone have any more info I could give my hosts to try to fix me?
by crazyjoe
Mon Sep 17, 2012 3:26 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Server Reboot - Have to manually restart application pool
Replies: 45
Views: 45791

Re: Server Reboot - Have to manually restart application pool

The geniuses over at Applied Innovations figured out my problem. It was that I had a temp website running on my server that was created to install our SSL certificate. Removing the temp website has fixed me up nice (so far) :-)
by crazyjoe
Thu Sep 13, 2012 3:10 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Server Reboot - Have to manually restart application pool
Replies: 45
Views: 45791

Re: Server Reboot - Have to manually restart application pool

I am getting these more often now. I'm going to try sloDavid's fix. I'll let you know how I fare.
by crazyjoe
Fri Aug 24, 2012 7:59 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Microdata / Rich Snippets: Price
Replies: 6
Views: 7167

Re: Microdata / Rich Snippets: Price

Cool! Thanks! Does anyone have any tips on how to properly tag our customer reviews?
by crazyjoe
Tue Aug 07, 2012 2:22 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Microdata / Rich Snippets: Price
Replies: 6
Views: 7167

Re: Microdata / Rich Snippets: Price

This whole microdata thing seems pretty important and could really help everyone. Any chance of a wiki or post to tell us how to set this up correctly for everything schema.org product related? I tried to do the above but all my prices are variant based and this didn't seem to work. I added it manua...