Search found 494 matches

by ZLA
Wed Aug 26, 2009 9:47 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Invoice / Packing Slip printing
Replies: 6
Views: 3127

Re: Invoice / Packing Slip printing

Are you referring to web / css header / footer or to the print header / footer that your browser is configured for? If the latter, then it's set by the user's browser and you probably can't change it except for yourself.
by ZLA
Wed Aug 26, 2009 9:45 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Paypal Payments button doesn't popup sandbox paypal window
Replies: 9
Views: 5123

Re: Paypal Payments button doesn't popup sandbox paypal window

Able Commerce, I really need answers to this thread as I will need to explain to my clients why One Page Checkout with PayPal is set up the way it is. I've reviewed the information in http://forums.ablecommerce.com/viewtopic.php?f=42&t=8225 but it doesn't address my specific questions. We're using P...
by ZLA
Wed Aug 26, 2009 7:15 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: PayPal payment not being sent to PayPal
Replies: 10
Views: 4480

Re: PayPal payment not being sent to PayPal

I can't believe this is still this way after almost a year.

Was this changed for 7.0.3?
by ZLA
Wed Aug 26, 2009 6:45 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Difference between Authorize.Net Gateway Modes?
Replies: 4
Views: 2483

Re: Difference between Authorize.Net Gateway Modes?

Thanks Mazhar. Do you know if the production and test gateways require separate API logins or are they both accessed from the same login? Also, can you answer question 3 I posed? Thanks again.
by ZLA
Tue Aug 25, 2009 3:30 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Paypal Payments button doesn't popup sandbox paypal window
Replies: 9
Views: 5123

Re: Paypal Payments button doesn't popup sandbox paypal window

Actually, what happens is the user is redirected to the Receipt page but the payment status says Pending and there is a button that says PayPal click here to pay.

Is this the correct behavior?
Why do you show a receipt before payment is received?

Thank you in advance.
by ZLA
Tue Aug 25, 2009 3:25 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Paypal Payments button doesn't popup sandbox paypal window
Replies: 9
Views: 5123

Paypal Payments button doesn't popup sandbox paypal window

I've configured my paypal gateway to use a sandbox test account. When I click on the PayPal checkout button, it takes me directly to my store's receipt page. Shouldn't it redirect to the paypal sandbox to enter the necessary info?
by ZLA
Tue Aug 25, 2009 2:32 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: How do I set up Paypal Website Payments Standard / Sandbox
Replies: 0
Views: 1626

How do I set up Paypal Website Payments Standard / Sandbox

I'm trying to set up my test store to allow payment via a paypal sandbox account. We only use Website Payments Standard. I've added paypal as a payment gateway and know I need to enter the configuration values. But I can't figure out how to set up the appropriate type of business account. When I tri...
by ZLA
Tue Aug 25, 2009 6:59 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Difference between Authorize.Net Gateway Modes?
Replies: 4
Views: 2483

Difference between Authorize.Net Gateway Modes?

For Authorize.Net, I can choose from the following gateway modes: Production Gateway, Live Mode - used for processing live transactions with a production merchant account. Production Gateway, Test Mode - used for testing transactions with a production merchant account. Test Gateway, Live Mode - used...
by ZLA
Mon Aug 24, 2009 4:53 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Need help in understanding error reporting - popup vs log
Replies: 5
Views: 2890

Re: Need help in understanding error reporting - popup vs log

It is fairly standard practice (at least amoung .NET practitioners) to not catch exceptions in low level, utility methods such as those in the App_Code directory. Partly because the low level method typcially does not know why it is doing whatever it does, so it would not know how to recover. I agr...
by ZLA
Mon Aug 24, 2009 3:35 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: CSS Help for presumed float problem
Replies: 2
Views: 2487

Re: CSS Help for presumed float problem

I want the white background to always be wider than the rest of the page elements. See this attachment for an example. If the user makes the page narrower, the browser window should display a scroll bar. (Just like they use a scroll bar when the page height is longer than the browser window's height...
by ZLA
Mon Aug 24, 2009 2:55 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: BUG: Save Change to Read-Only Scriptlet Should Show Error
Replies: 0
Views: 1552

BUG: Save Change to Read-Only Scriptlet Should Show Error

In my installation of 7.0.2, if a scriptlet file is read-only, the online editing will let me change the scriptlet contents and display the changes . But these changes are purely in memory as the underlying file is not changed . The display of the changes is a false positive, leading the user to thi...
by ZLA
Mon Aug 24, 2009 2:50 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Scriptlet changes take effect but not reflected in VS
Replies: 4
Views: 2459

Re: Scriptlet changes take effect but not reflected in VS

Read Only was the problem. I'll report this as a bug since it shouldn't let you updated the page without saving your changes. I wonder if I've lost other formatting changes this way.
by ZLA
Mon Aug 24, 2009 2:48 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Scriptlet changes take effect but not reflected in VS
Replies: 4
Views: 2459

Re: Scriptlet changes take effect but not reflected in VS

I looked into this further and I'm still perplexed. I'm sure I'm missing the obvious but this is very frustrating. :? Attached are two screenshots. The first is where I edited the View Order scriptlet from the MyOrder page and the second is editing it from Manage Scriptlets through the admin side. A...
by ZLA
Mon Aug 24, 2009 2:16 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Need help in understanding error reporting - popup vs log
Replies: 5
Views: 2890

Re: Need help in understanding error reporting - popup vs log

Thanks for the info Joe. Based on what you say, it appears that any error in the App_Code directory are handled by the calling code or within the called class method (for example, bool showTaxLineItems = (TaxHelper.GetTaxProvider().InvoiceDisplay == TaxInvoiceDisplay.LineItem);). ErrorLogDataSource ...
by ZLA
Mon Aug 24, 2009 1:08 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Need help in understanding error reporting - popup vs log
Replies: 5
Views: 2890

Need help in understanding error reporting - popup vs log

I have customized code that generates an email with an attachment when an order is updated to a custom order status. I had a bug in my code that caused IE to popup with an error saying "Could not find a part of the path..." which I quickly fixed. What I don't understand is why the error and its deta...
by ZLA
Mon Aug 24, 2009 8:06 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Scriptlet changes take effect but not reflected in VS
Replies: 4
Views: 2459

Re: Scriptlet changes take effect but not reflected in VS

I'm using 7.0.2 so file location is App_Data\Scriptlets.
by ZLA
Sun Aug 23, 2009 10:45 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Scriptlet changes take effect but not reflected in VS
Replies: 4
Views: 2459

Scriptlet changes take effect but not reflected in VS

I'm sure I'm missing the obvious but i can't see it at the moment. I can change a scriptlet as an admin from a store page and have it take effect. When I look at the scriptlet in the custom directory from Visual Studio or from Windows Explorer, the file only shows the original version. I want to bla...
by ZLA
Sun Aug 23, 2009 9:58 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: ALL instances: Ship to Residence/Business default Residence
Replies: 3
Views: 2434

Re: ALL instances: Ship to Residence/Business default Residence

1) During checkout on *//Checkout/Default.aspx, if the 'Ship to a different address' radio button is checked, the diff address form still defaults to 'This is a business'. Where do I change this? This occurs when a new blank address is created from the following line of code in InitializeAddressBoo...
by ZLA
Sun Aug 23, 2009 12:55 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: CSS Help for presumed float problem
Replies: 2
Views: 2487

CSS Help for presumed float problem

For our store, if you view the basket page with a narrow browser window, the page's border goes behind some of the page elements. The attached image shows the problem. Here is the url: http://www.zlasolutions.com/secure/StorkGifts/Basket.aspx . I presume it's because of some floats but I haven't fig...
by ZLA
Sun Aug 23, 2009 12:31 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Do I need recalcate / What does recalculate do?
Replies: 2
Views: 1730

Do I need recalcate / What does recalculate do?

Our customized store does not let the user change the quantity. All items are personalized so user can only pick one of them. In this situation, it seems like we could do away with the Recalculate button for Basket.aspx. Is that correct? We use a tiered shipping rate based on price. Our Basket.aspx ...
by ZLA
Fri Aug 21, 2009 5:41 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Need CSS help! - Table overflows container
Replies: 3
Views: 3366

Re: Need CSS help! - Table overflows container

Since you don't want to have to rewrite each page's html, you need to change the css. For it to work in AC, you have to use AC's stylesheet classes. So through trial and error, you'll need to experiment with renaming your styles as the ones used by AC. Based on the theme I started from, I found that...
by ZLA
Wed Aug 19, 2009 5:43 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: need to reference low stock level value in code
Replies: 5
Views: 2936

Re: need to reference low stock level value in code

See this on how to see compiled help: http://blogs.technet.com/seanearp/archive/2007/05/28/can-t-read-chm-compiled-help-on-vista-xp-2003.aspx : Method 1 1. Double-click the .chm file. 2. In the Open File-Security Warning dialog box, click to clear the Always ask before opening this file check box. 3...
by ZLA
Tue Aug 18, 2009 7:55 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: BUG: Adding new shipment produces blank shipping method
Replies: 5
Views: 2675

Re: BUG: Adding new shipment produces blank shipping method

I wish AC would invest in a technical writer / documentation specialist / other person to provide the necessary lists for users to find things. Perhaps such lists exist, but burying that information in the forums is bad business practice. I'd love to see a new forum and sub-forums that were closed t...
by ZLA
Tue Aug 18, 2009 7:49 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Advice on dev environment set-up
Replies: 7
Views: 3464

Re: Advice on dev environment set-up

Si, I agree with both of them. However, to save yourself time in supporting two sets of code and data, I recommend investing in ApexSQL's products (Data Diff and Diff) and Beyond Compare. Beyond Compare is about $50 for a single user while Data Diff and Diff seem to be about $300 each currently. I t...