Search found 186 matches

by William_firefold
Thu Mar 12, 2009 12:43 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 7.0.2 Google Checkout?
Replies: 35
Views: 17458

Re: 7.0.2 Google Checkout?

Not what I wanted to hear, but I can accept it. Keep an eye out for our new website.
by William_firefold
Thu Mar 12, 2009 11:09 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 7.0.2 Google Checkout?
Replies: 35
Views: 17458

Re: 7.0.2 Google Checkout?

I knew from the beginning that integrating code in this way is a bad idea. I know about the problems that mixing versions can cause. My problem here is that we only need Google checkout to parse data properly. We dont need a whole new version, and 98% of the mods are trivial for us. I am pretty much...
by William_firefold
Wed Mar 11, 2009 2:08 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 7.0.2 Google Checkout?
Replies: 35
Views: 17458

Re: 7.0.2 Google Checkout?

No replies? I would like to defer the previous question to this one. Would it be possible to upgrade only the files associated with google checkout? I noticed there was a size difference between our version and the upgrade for every file with google in the name, so I assume something has been done t...
by William_firefold
Tue Mar 10, 2009 1:44 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 7.0.2 Google Checkout?
Replies: 35
Views: 17458

7.0.2 Google Checkout?

We tried the upgrade to AC 7.0.2 in order to fix the google checkout problem. Obviously, upgrading firefold.com is quite an undertaking because of all of our mods, and we decided to try out the new version before doing a full version integration with our current site. When we tested the google check...
by William_firefold
Fri Feb 27, 2009 1:21 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Custom Product Reports
Replies: 0
Views: 2045

Custom Product Reports

I have been trying to work with the Able reporting code to make some custom reports, but i'm not entirely sure how to do this. It looks like the Inventory Ex report that we have uses CustomReportDataSource.cs, which seems to rely heavily on the manufacturerID for data to come out. The LowInventory r...
by William_firefold
Mon Feb 23, 2009 12:10 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: OnePageCheckout Canada Message
Replies: 7
Views: 3335

Re: OnePageCheckout Canada Message

Thanks mazhar, this was a great help. Complete code for anyone who wants it. In the ascx.cs: foreach (BasketShipment bs in Token.Instance.User.Basket.Shipments) if (bs.Address.CountryCode == "CA") canadaMessage.Visible = true; And in the .ascx: <asp:PlaceHolder ID="canadaMessage" runat="server" Enab...
by William_firefold
Mon Feb 23, 2009 8:18 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: OnePageCheckout Canada Message
Replies: 7
Views: 3335

OnePageCheckout Canada Message

We would like to have a small message that will appear on onepagecheckout whenever a user selects Canada as their country. It only needs to be a hidden label, I just need help on where to put the Text.Visible=true; and the decision code. I guess it would have to check for canada on page load as well...
by William_firefold
Fri Feb 13, 2009 8:06 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Meta in Able. SEO advice?
Replies: 5
Views: 2724

Meta in Able. SEO advice?

Our SEO consultant has told us that we need to add a block of meta tags(keywords and description) to our site, and remove any extra meta tags from the system. We have already put meta tags in the HTML HEAD section of every category on the site which are relevant to the content in the categories. Doe...
by William_firefold
Thu Feb 12, 2009 1:58 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Profit:OrderSummary to OrderItem?
Replies: 2
Views: 1839

Re: Profit:OrderSummary to OrderItem?

Alright, this code worked, but...It caused a weird problem. In the end, it would calculate the profit correctly, but would disrupt the product grid at the bottom of the page, with none of the products populating the grid, and the order totals being 0.00. Here is most of the code ive used to do this....
by William_firefold
Wed Feb 11, 2009 2:08 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Profit:OrderSummary to OrderItem?
Replies: 2
Views: 1839

Profit:OrderSummary to OrderItem?

We would like to put a label on the admin/vieworder page that shows the profit generated by a single order. The only place I have really seen profit is in the sales reports, and the profit field comes from an ordersummary class. I didnt see anything about profit in the order or orderitem classes. Sh...
by William_firefold
Tue Jan 27, 2009 3:35 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Another AddToCart button
Replies: 5
Views: 3448

Re: Another AddToCart button

That worked very well. Thank you mazhar.
One thing though.
What is the proper way to do a window.close() and a parent window refresh in the Able system?
I tried everything google threw at me but Able hated every script.
by William_firefold
Tue Jan 27, 2009 8:06 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Another AddToCart button
Replies: 5
Views: 3448

Re: Another AddToCart button

My conlib is just a copy of addtocartlink.aspx & .cs with a redirect at the end that will send the user to the cart. I want to add the button to productimages.aspx, which for some reason, was made as a complete page instead of a placeholder linking to a conlib. Here is the productimages code we have...
by William_firefold
Mon Jan 26, 2009 9:16 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Another AddToCart button
Replies: 5
Views: 3448

Another AddToCart button

We would like to put an "AddToCart" button on the additional images page "ProductImages.aspx" I have a conlib which is similar to AddToCartLink.ascx that I want to use, but whenever I add it to the page and register it, it doesnt even show up. It shows in the source code but not on the page. Any ide...
by William_firefold
Thu Jan 08, 2009 1:36 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: LocaleHelper.LocalNow Issue
Replies: 10
Views: 6171

Re: LocaleHelper.LocalNow Issue

It happened again, even more randomly than last time. The program hit the >16:00 section at 12:51 PM Thu Jan 8 2009 Nobody was changing anything, and anyone who could wasn't even here. The system automatically did something which caused it to go down for about 10 minutes before it came back on its o...
by William_firefold
Tue Jan 06, 2009 8:49 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Business and Residential flags
Replies: 30
Views: 20780

Re: Business and Residential flags

_Address.Residence = PageHelper.GetUseResidentialAddressValue(); Where do I need to change this specifically to make your code work? The previous comment was a little unclear: This doesnt seem quite right. _Address.Residence = true; //AFM Default is business _Address.Residence = false; //AFM End Al...
by William_firefold
Mon Dec 22, 2008 7:51 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: LocaleHelper.LocalNow Issue
Replies: 10
Views: 6171

Re: LocaleHelper.LocalNow Issue

I don't see what would cause that section of code to be executed inappropriately. Does the problem always occur during some range of real times? It hasn't happened enough times to be able to diagnose a specific time or event that causes it. It has happened 3 times so far though. I think my best est...
by William_firefold
Thu Dec 18, 2008 3:12 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: LocaleHelper.LocalNow Issue
Replies: 10
Views: 6171

Re: LocaleHelper.LocalNow Issue

This helped me figure out that our development server was off by an hour but it still doesn't explain my problem.

Could someone point me to the LocaleHelper code so I can take a look and see what is going on?
I have no idea how to get to it.
by William_firefold
Thu Dec 18, 2008 10:26 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: LocaleHelper.LocalNow Issue
Replies: 10
Views: 6171

Re: LocaleHelper.LocalNow Issue

That makes my code better, but how would it be able to reach the message in question (inside the if(hourHoldInt>16) ) at hours that are not greater than 16?
by William_firefold
Thu Dec 18, 2008 9:48 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: LocaleHelper.LocalNow Issue
Replies: 10
Views: 6171

Re: LocaleHelper.LocalNow Issue

I did use DateTime.Now, but only for the day of the week, which is not related to the time error. Complete source code below,commented at the problem site: <%@ Control Language="C#" ClassName="serverDay" %> <script runat="server"> protected void Page_Init(object sender, EventArgs e) { ShippingScript...
by William_firefold
Thu Dec 18, 2008 9:09 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: LocaleHelper.LocalNow Issue
Replies: 10
Views: 6171

LocaleHelper.LocalNow Issue

DateTime localNow = LocaleHelper.LocalNow; I am using the LocaleHelper to get the local time and date for a timer that goes on onepagecheckout. I have seen that every once in a while, my timer will display the wrong message, and will do so until I break the control, and then fix it. The only way for...
by William_firefold
Wed Dec 10, 2008 7:57 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Server time issue?
Replies: 1
Views: 1672

Re: Server time issue?

As I mentioned, this does work 99% of the time, and the problem may be in our server or something.
If anyone wants to use it, feel free.

And if anyone sees a problem in the code, please let me know.
by William_firefold
Mon Dec 08, 2008 3:32 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Server time issue?
Replies: 1
Views: 1672

Server time issue?

So, I wrote this little control, which should in theory display a label on our checkout page that will say one of:"Same day shipping on orders placed in the next X hours","Your order will ship on Monday", or "Shipping has closed for the day. Your order will ship tomorrow." This is decided by the tim...
by William_firefold
Tue Nov 18, 2008 7:56 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Volume Discount - > Free Shipping
Replies: 3
Views: 2462

Re: Volume Discount - > Free Shipping

Is there any way to change something so that there is another boolean on certain items for free shipping.
Obviously we would have to write a bunch of rules on checkout for when items w/ free ship are mixed with regular items, but can it be done without changing the core source?
by William_firefold
Fri Nov 14, 2008 8:15 am
Forum: Feature Requests
Topic: Shipping Methods - Maximum Purchase
Replies: 4
Views: 5920

Re: Shipping Methods - Maximum Purchase

I did this. First find this line, ~851 for us. string methodName = (totalRate > 0) ? quote.Name + ": " + formattedRate : quote.Name Then modify the following code and insert it just below that line. //Decide what methods the rule applies to if(methodName.ToString().Contains("USPS First Class") || me...
by William_firefold
Wed Nov 12, 2008 8:02 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Admin Taxes Report Totals
Replies: 3
Views: 2323

Re: Admin Taxes Report Totals

Thanks, this will help our accounting dept a lot.

It may be worth noting that this tabulates total tax on the page, not for the time period.