Search found 13 matches
- Wed Jun 12, 2013 1:01 pm
- Forum: AbleCommerce GOLD
- Topic: Shipping on mobile does not match what is in admin
- Replies: 5
- Views: 5638
Re: Shipping on mobile does not match what is in admin
Hello Katie, Thank you again for your help. The url for the mobile captcha is https://www.libbystory.com/mobile/Login.aspx. Also, I just received the screen shots from the the customer. They told me it was mobile but the screenshots are desktop. I am not quite sure why we can not recreate the proble...
- Tue Jun 11, 2013 9:45 am
- Forum: AbleCommerce GOLD
- Topic: Shipping on mobile does not match what is in admin
- Replies: 5
- Views: 5638
Re: Shipping on mobile does not match what is in admin
Hello Katie, Thank you for your help, We are using custom shipping rates determined by purchase amount. $0 - $25 is $5.95, $26 - $50 is $6.95, $51 -74 is $7.95, $75 or more is free. We are not using integrated shipping. I have not experienced it myself, My customers are telling me this. Several have...
- Mon Jun 10, 2013 3:20 pm
- Forum: AbleCommerce GOLD
- Topic: Shipping on mobile does not match what is in admin
- Replies: 5
- Views: 5638
Shipping on mobile does not match what is in admin
I was wondering if anyone else is having a problem with the mobile site shipping methods not matching shipping methods in the admin. We have standard shipping, express shipping, and next day. For some reason on the mobile site standard shipping does not show up, only express and next day. Everything...
- Tue Feb 12, 2013 2:49 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Adcenter / Adwords Conversion tracking
- Replies: 4
- Views: 7422
Re: Adcenter / Adwords Conversion tracking
Hello Joe,
Did you ever get your tracking working for adcenter and adwords? I am have a bit of a hard time with that myself?
thanks
Did you ever get your tracking working for adcenter and adwords? I am have a bit of a hard time with that myself?
thanks
- Sat Feb 09, 2013 10:36 am
- Forum: AbleCommerce GOLD
- Topic: Choose footer used with Checkout/Receipt.aspx
- Replies: 2
- Views: 3731
Re: Choose footer used with Checkout/Receipt.aspx
Thanks Rick, That's what I was afraid of. It is not a big deal to change it, but it always makes me nervous to go messing around with anything having to do with the checkout. I found out many customers could not order on my 7.0.7 site. I do not know what I did. I am trying not to meddle to much arou...
- Fri Feb 08, 2013 11:39 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Google Adwords conversion tracking Not working.
- Replies: 3
- Views: 6399
Re: Google Adwords conversion tracking Not working.
David, I am working on your option and have a question. the code: get { return "xxxxxxx"; } Do I replace the "xxxxxxxx" with my adwords customer ID? Also, Do I add it to the page like the GoogleAnalyticsWidget? <%@ Register src="~/ConLib/GoogleAnalyticsWidget.ascx" tagname="GoogleAnalyticsWidget" ta...
- Thu Feb 07, 2013 3:28 pm
- Forum: AbleCommerce GOLD
- Topic: Choose footer used with Checkout/Receipt.aspx
- Replies: 2
- Views: 3731
Choose footer used with Checkout/Receipt.aspx
I am sure this is simple but I can not find the answer. Where do I choose the footer for Checkout/Receipt.aspx and pages like that. Do I have to alter the masters or can it be done in the admin.
- Tue Jan 29, 2013 11:33 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Google Adwords conversion tracking Not working.
- Replies: 3
- Views: 6399
Re: Google Adwords conversion tracking Not working.
Sorry I am just now getting back to you David. Thanks for the help, but it did not work. We have had crazy problems with able. Many things are not working on our site for some reason. Things like people being able to order(kind of important). We are doing an install of GOLD from scratch and hopefull...
- Wed Dec 05, 2012 1:12 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Google Adwords conversion tracking Not working.
- Replies: 3
- Views: 6399
Google Adwords conversion tracking Not working.
I can not get my google analytics to show the Order.TotalCharges . I can see the analytics but no order totals. I am want to determine ROI for advertising. I have looked at these threads but they did not work for me. http://help.ablecommerce.com/mergedProjects/ablecommerce7/configure/page_tracking/g...
- Thu Oct 11, 2012 3:17 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: External links to category page redirect to home page
- Replies: 4
- Views: 5389
Re: External links to category page redirect to home page
Hey judy,
/Product.aspx?ProductId=9403&CategoryId=334 is what i tried last. I tried this first: /MIA-Pali-Boots-P9750.aspx. I am on version 7.7
thanks a million,
this is john hunter by the way
/Product.aspx?ProductId=9403&CategoryId=334 is what i tried last. I tried this first: /MIA-Pali-Boots-P9750.aspx. I am on version 7.7
thanks a million,
this is john hunter by the way
- Thu Oct 11, 2012 1:15 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: External links to category page redirect to home page
- Replies: 4
- Views: 5389
Re: External links to category page redirect to home page
I am having the same problem trying to link to item page. I have tried everything I know to do. Has anyone conquered this problem? I am not sure what manually created url means.
- Thu Feb 16, 2012 4:39 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Disignated CategoryGridPage below article.
- Replies: 3
- Views: 3320
Re: Disignated CategoryGridPage below article.
Thanks for the help david. I found the code you we talking about on the .cs file. public int CategoryId { get { if(_SearchSidebar != null && _SearchSidebar.CategoryId > 0) return _SearchSidebar.CategoryId; if (ViewState["CategoryId"] == null) ViewState["CategoryId"] = PageHelper.GetCategoryId(); ret...
- Wed Feb 15, 2012 6:44 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Disignated CategoryGridPage below article.
- Replies: 3
- Views: 3320
Disignated CategoryGridPage below article.
Hello All I have a question. How would I create a CategoryGridPage that pulled up a designated sub-category. I want to create a page about a vendor and have a CategoryGridPage with the sub-category below the article. I want to call it with something like [[ConLib:Custom\CategoryGridPageSpecialVendor...