Search found 75 matches

by hassonmike
Wed Sep 19, 2012 2:20 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: "Defer Payment" option clears the cart...
Replies: 1
Views: 8765

Re: "Defer Payment" option clears the cart...

This is very annoying. Does anywhere have any ideas of where do look for something that could be off?
by hassonmike
Wed Sep 12, 2012 12:52 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: "Added to Cart" Dialog
Replies: 0
Views: 8398

"Added to Cart" Dialog

Hello, I am looking for a way to notify the customer when an item is added to the cart. I read the posts on popup logins (http://forums.ablecommerce.com/viewtopic.php?f=47&t=9983) but those seem much more complex than what I am trying to do. Ideally, just a simple (and attractive) dialog pop up to d...
by hassonmike
Wed Aug 22, 2012 4:13 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: "Defer Payment" option clears the cart...
Replies: 1
Views: 8765

"Defer Payment" option clears the cart...

When we are creating an order from the back end, once we choose "Defer Payment", it clears out the shopping cart, resets to the defualt shipping method (and proceeds to email the customer this blank information) Using AC VERSION: 7.0.3 Not really sure what other details would be helpful, but if anyo...
by hassonmike
Tue Jun 12, 2012 10:08 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: "Reviews" don't have any Line Breaks
Replies: 2
Views: 4894

Re: "Reviews" don't have any Line Breaks

Nice! Thanks for the tip!

This code actually kept it running a little too far off the page still, but I was able to nail it with

Code: Select all

pre.Reviews {
      white-space: -moz-pre-wrap !important;  
      white-space: pre-wrap;
}
Thanks for your help!
by hassonmike
Wed Jun 06, 2012 9:32 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: "Reviews" don't have any Line Breaks
Replies: 2
Views: 4894

"Reviews" don't have any Line Breaks

So we recently added AbleMods Tabbed Product Description module (http://www.ablemods.com/Tabbed-Product-Description-P2.aspx), but now the reviews each only sit on a single line, stretching the page as long as it needs to to finish the line. example: http://www.trickconcepts.com/Fire-Wand-P163C77.asp...
by hassonmike
Mon May 21, 2012 9:28 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Product Page Layout Modification
Replies: 5
Views: 6611

Re: Product Page Layout Modification

What is the cost/time required for implementing the jquery version? Is documentation provided for the functions?

And is the only difference between the two methods being able to use the tabs anywhere, as opposed to only the product page?
by hassonmike
Fri May 18, 2012 2:31 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Product Page Layout Modification
Replies: 5
Views: 6611

Re: Product Page Layout Modification

I think might be what we're looking for

How is managed from the backend? Can we add custom tabs?
by hassonmike
Fri May 18, 2012 11:34 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Product Page Layout Modification
Replies: 5
Views: 6611

Product Page Layout Modification

So we are looking at updating the way our information is displayed on our pages. Noticing that many sites are going with a sort of, mini-browsing section where they can click through Description/Specs/Reviews/Ect. Lowes.com is a good example of what we're looking for: http://www.lowes.com/pd_98004-5...
by hassonmike
Thu May 03, 2012 9:50 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: New problem with Google Feeds in 7.0.7
Replies: 19
Views: 16408

Re: New problem with Google Feeds in 7.0.7

Site is back up, and this is the last time I mess with the global.asax file. Leavin' this one to the pros, but thanks anyway for your help.
by hassonmike
Thu May 03, 2012 9:20 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: New problem with Google Feeds in 7.0.7
Replies: 19
Views: 16408

Re: New problem with Google Feeds in 7.0.7

So I went with the second method, and it brought my whole store down. No error page or anything. I restored the orginal global.asax, and now i just a get a blank page that sais "SERVICE UNAVAILABLE"


...any ideas?
by hassonmike
Wed May 02, 2012 1:20 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: New problem with Google Feeds in 7.0.7
Replies: 19
Views: 16408

Re: New problem with Google Feeds in 7.0.7

I am trying to apply this patch, but when I update Global.asax with the custom code as specified in the readme, it brings my site down, with the following error: Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the ...
by hassonmike
Tue Apr 17, 2012 4:23 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Adding a "Search this Category" box...
Replies: 7
Views: 59570

Re: Adding a "Search this Category" box...

Was there ever any success with this? If so, please provide solution! Thanks!
by hassonmike
Tue Apr 17, 2012 4:00 pm
Forum: Good Reference Posts
Topic: Running multiple stores from one database
Replies: 10
Views: 22242

Re: Running multiple stores from one database

I have a question about the category specific search function. I have changed the line of code in ConLib/Custom/SearchPage.ascx.cs and change the following: ViewState["CategoryId"] = PageHelper.GetCategoryId(); to ViewState["CategoryId"] = 204; The thing is, no matter what is searched, the results w...
by hassonmike
Fri Mar 02, 2012 10:42 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: MyOrderPage showing wrong order number
Replies: 3
Views: 2688

Re: MyOrderPage showing wrong order number

Yep, that did the trick! it read "Order.OrderID"

Thank you both for the solution and explanation!
by hassonmike
Thu Mar 01, 2012 12:10 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: MyOrderPage showing wrong order number
Replies: 3
Views: 2688

MyOrderPage showing wrong order number

Example: Actual Order # 12310 MyOrderPage shows # 12397 The code shows in myorderpage.ascx as: ><asp:Localize ID="Caption" runat="server" Text="View Order #{0}"> But im not sure what {0} is referencing Not really sure what else to say about this... but has any idea what would cause/fix this, we woul...
by hassonmike
Wed Feb 29, 2012 10:10 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Unable to add particular item to Cart
Replies: 3
Views: 2641

Re: Unable to add particular item to Cart

Ok, so if I did HAVE to create a new, identical item in order for it to be added to the cart, is there a way to migrate the reviews and/or sales data do the new product? Can i issue it the same product ID or something?
by hassonmike
Tue Feb 28, 2012 3:29 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Shipping Labels and Postage
Replies: 19
Views: 17454

Re: Shipping Labels and Postage

So we're being forced to make a switch from endicia to another service (something about a depreciation of compatibility?). We are looking into stamps.com to replace endicia We are currently using Shipper3 with "Shiprush for Endicia"... So this brings about two big questions: Is "ShipRush for Stamps....
by hassonmike
Fri Feb 24, 2012 11:58 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Is there a way to Duplicate an order?
Replies: 1
Views: 1805

Is there a way to Duplicate an order?

When we receive a returned item for repair, we create a new order (which matches the original order) and zero out the costs - this allows us to track them better as well as gets the item back into our shipping software We are wondering if there is a quicker way to duplicate an order over to a new or...
by hassonmike
Fri Feb 24, 2012 11:40 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Unable to add particular item to Cart
Replies: 3
Views: 2641

Re: Unable to add particular item to Cart

So i had tested this by creating a new product with all the exact settings configured, and everything works fine. The only reason we don't switch over to the new "working" one is because we will lose all the reviews and sales data associated with the item... but having an item that cant be added to ...
by hassonmike
Fri Feb 24, 2012 11:38 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Gift Certificate Authorization
Replies: 1
Views: 1890

Re: Gift Certificate Authorization

Anyone have any ideas for this?
by hassonmike
Thu Feb 09, 2012 1:40 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Gift Certificate Authorization
Replies: 1
Views: 1890

Gift Certificate Authorization

purchases made by Gift Certificates are getting marked as "PAID" automatically, which is interfering with our method of processing orders. Is there a way have purchases made with gift certificates to only go to AUTHORIZE, and therefore to force the payment to be collected manually? This is how all o...
by hassonmike
Thu Feb 09, 2012 12:46 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Unable to add particular item to Cart
Replies: 3
Views: 2641

Unable to add particular item to Cart

I have one item which cannot be added to cart, when attempting to add it, it takes me to the cart, and displays text atop: "The item XXXXX is no longer available. It has been removed from the basket." There are no options set, nor has anything been changed (intentionally) which would cause this (ite...
by hassonmike
Tue Jan 10, 2012 1:10 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Align Category Grid Images
Replies: 3
Views: 4060

Re: Align Category Grid Images

I also added

Code: Select all

VerticalAlign="top"
to the tag on line 53

Code: Select all

OnItemDataBound="CatalogNodeList_ItemDataBound" DataKeyField="CatalogNodeId" CssClass="catalog" EnableViewState="false" HorizontalAlign="Left">
with no apparent effect
by hassonmike
Tue Jan 10, 2012 1:08 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Align Category Grid Images
Replies: 3
Views: 4060

Align Category Grid Images

On almost all of the pages of our store, the category images are staggered because they sit on top of the summary text. I would like to know how I can have all the images aligned to the top of the grid, while keeping the summaries aligned to the bottom. An example can be seen here: http://www.trickc...
by hassonmike
Tue Oct 18, 2011 12:58 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Custom Notification Email
Replies: 3
Views: 4148

Re: Custom Notification Email

I found the variable I was looking for - I changed the code for the balance to: $order.GetBalance().ToString("ulc")