Search found 236 matches

by draneb
Sat Sep 17, 2011 4:50 pm
Forum: Good Reference Posts
Topic: Report sample for finding out the missing images
Replies: 12
Views: 23072

Re: Report sample for finding out the missing images

By George I think I got it...

Seems like
if (product.ManufacturerId == 0)
worked.
by draneb
Sat Sep 17, 2011 12:53 pm
Forum: Good Reference Posts
Topic: Report sample for finding out the missing images
Replies: 12
Views: 23072

Re: Report sample for finding out the missing images

Hello Everyone, These reports have been great. With Google Base's new requirements I need to update all of my products to include the manufacturer. I am not a programmer. I soooo wished I was! I tried taking the ValidateProducts.aspx page and editing it to create a MissingManufacturer.aspx page but ...
by draneb
Wed Aug 17, 2011 3:39 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Bulk Upload Alternate Images?
Replies: 1
Views: 2666

Bulk Upload Alternate Images?

Hello,

I have about 700 products in one category that all need the same 6 alternate images added.
Would someone be able to suggest the best method for doing this?

Thank you very much!
by draneb
Thu Jun 30, 2011 12:15 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: PayPal Error in 7.0.5
Replies: 24
Views: 16589

Re: PayPal Error in 7.0.5

Is there a place to get the dll's from 7.0.5? I am running a heavily modified 7.0.3 and it would not be easy for me to upgrade the entire store right now.
Are they on Bugzilla or could someone send them to me? Thank you very much.
by draneb
Tue May 03, 2011 10:18 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Duplicate Shipping Charges
Replies: 3
Views: 2931

Re: Duplicate Shipping Charges

Hi ZLA, This is terrible but I can't remember since it's been quite awhile. Would you happen to know if the orders it has done it to for you have been Google Checkout orders? I am thinking when Robbie made that post that I went and looked and found that they were all Google Checkout orders. I believ...
by draneb
Fri Apr 15, 2011 11:46 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Question about Footers
Replies: 1
Views: 2985

Question about Footers

Hello,

I've run AC for so many years I feel embarrassed when I have to ask questions.
Is there any way to assign a different/special footer for just one category in the store (and all the sub categories that are in it)?

Thank you!
by draneb
Wed Apr 13, 2011 10:16 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: PayPal Error in 7.0.5
Replies: 24
Views: 16589

Re: PayPal Error in 7.0.5

Hi everyone...

Is there anything available for download that will patch this issue? I am running 7.0.3 with heavy customization so I just can't easily switch to 7.0.6.
Everytime a customer checks out with PayPal I get the above error in the error log.

Thank you!
by draneb
Sat Feb 26, 2011 10:33 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Strange errors in Error Log
Replies: 5
Views: 4697

Re: Strange errors in Error Log

I am still getting these errors. At least 50 of them today. Is there anything I can do to get a more detailed error report? I don't understand how the /Category.aspx and /Product.aspx are being appended to the end of the URLs. These errors are by far the most confusing out of any I have ever gotten....
by draneb
Wed Feb 23, 2011 9:33 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Strange errors in Error Log
Replies: 5
Views: 4697

Strange errors in Error Log

Hello, I am trying to figure out how it is possible to be getting error messages like these. I thought it might be a search engine spider but I have been getting them faithfully every day. An error has occured at http://www.xyz.com/Key-Chains-C590.aspx/Category.aspx?CategoryId=624 The file '/Key-Cha...
by draneb
Fri Jan 28, 2011 10:41 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Customers not finding Place to add coupon code.
Replies: 9
Views: 10950

Re: Customers not finding Place to add coupon code.

Thanks so much Judy! That worked perfectly. :)
by draneb
Thu Jan 27, 2011 9:25 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Customers not finding Place to add coupon code.
Replies: 9
Views: 10950

Re: Customers not finding Place to add coupon code.

Is it possible to enter coupon code before clicking Checkout now. Yes. I just took the following code and added it to Basket.ascx above where the checkout button code was displayed. <div style="text-align:right; margin-top:10px; margin-bottom:10px; margin-right:5px;"> <uc:CouponDialog ID="CouponDia...
by draneb
Mon Nov 29, 2010 6:09 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: PayPal Error in 7.0.5
Replies: 24
Views: 16589

Re: PayPal Error in 7.0.5

Hello, I am running AC 7.0.3 and have been getting this error very frequently. I haven't changed anything on my end. The errors just started coming. An error has occured at https://myurl.com/ProcessPayPal.ashx?OrderId=xxxxx The remote server returned an error: (400) Bad Request. Is this effecting th...
by draneb
Thu Oct 28, 2010 8:58 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Amending default product page title.
Replies: 10
Views: 7942

Re: Amending default product page title.

That worked perfectly. Thank you so much Mazhar!
by draneb
Wed Oct 27, 2010 12:34 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Amending default product page title.
Replies: 10
Views: 7942

Re: Amending default product page title.

I sure would like to add the main category name to the product page title. Is this possible?

I tried
Page.Title = _Product.Name + c.Name;
and it gave an error The name c.Name Does Not Exist in the Current Context

Thank you!
by draneb
Mon Oct 25, 2010 3:58 pm
Forum: Critique My AbleCommerce Shopping Cart Powered Site!
Topic: M-Clip.com
Replies: 8
Views: 41175

Re: M-Clip.com

The site looks great!

Is that an "out of the box" category/sub-category leftnav or is that customized?
by draneb
Thu Oct 21, 2010 9:39 am
Forum: Feature Requests
Topic: Any chance of releasing source code for Feed builders?
Replies: 16
Views: 18711

Re: Any chance of releasing source code for Feed builders?

Hello,

I am trying to create a custom feed and need one more thing.
I need to list the main category the product is in. Is that possible?

Thank you!
by draneb
Fri Aug 27, 2010 4:17 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: New facebook Open Graph Feature
Replies: 44
Views: 139412

Re: New facebook Open Graph Feature

I, personally, ended up having to create an appID and use that number instead of a facebookID. I just couldn't get it to work with a facebookID but after creating an appID and using it everything worked great.
by draneb
Tue Aug 03, 2010 11:38 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: URL redirect
Replies: 17
Views: 16063

Re: URL redirect

Hi Mazhar, I have two questions. Well the first is related to the code below. 1) I don't see a Default.aspx.cs file. Did you mean just the Default.aspx file? A possible workaround for SEO purpose could be to add canonical URL to default page for search engine. For example you can edit Website/Defaul...
by draneb
Wed Jul 21, 2010 6:42 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: New facebook Open Graph Feature
Replies: 44
Views: 139412

Re: New facebook Open Graph Feature

Yes, you just need to go in and edit the file that Mazhar provided and towards the bottom look for a line that starts with "string frame" change layout=button_count to layout=standard and that will take care of it.

Are your product images showing up? Mine just show a ?
by draneb
Wed Jul 21, 2010 11:30 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Vendor Notification
Replies: 4
Views: 3723

Re: Vendor Notification

Hi Mazhar, Ohh if that is the case I really just need to add one line of information below my company name/address/phone#/email address. Could you do something like this and if so what would be the proper way to code it... #if(Vendor.Name=="Vendor Name") Account #: xyz123 #end I tried but got an err...
by draneb
Tue Jul 20, 2010 1:08 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Vendor Notification
Replies: 4
Views: 3723

Vendor Notification

Hello, I'm just checking to see if this is possible... I have always just used the one Vendor Notification email template but I have just added a new vendor and they are requiring some additional information (like my account number) be added to the email. Is it possible to have a Vendor Notification...
by draneb
Thu Jul 15, 2010 10:30 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: New facebook Open Graph Feature
Replies: 44
Views: 139412

Re: New facebook Open Graph Feature

Hi! What I have found is after clicking on the Like button then going to my personal facebook page I see where it says I like the product but upon hovering over the link the picture shows up as a "?" (no image) Also, when I click on my Info tab and view the pages I "Like" and find the product I adde...
by draneb
Thu Jul 15, 2010 7:33 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: New facebook Open Graph Feature
Replies: 44
Views: 139412

Re: New facebook Open Graph Feature

Hello, I am trying to implement this today. I just saw it on a major site and came to the forums to see if anyone had done it yet. :) Do we need to do this step below still? And if so, what do we enter for the URL field? You need to perform one extra step to make this work. On Facebook navigate to t...
by draneb
Wed Jun 30, 2010 10:10 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Only Content controls are allowed directly in a content page
Replies: 12
Views: 8809

Re: Only Content controls are allowed directly in a content page

Hi Joe, no unfortunately I signed up for a self-managed VPS. They will only look at issues they are responsible for. This was also the first time I have had to go through such an experience as setting up a server from scratch so it is very possible I have some settings wrong somewhere. What does thi...