Search found 24 matches

by amgym-jt
Tue Oct 30, 2012 12:01 pm
Forum: AbleCommerce GOLD
Topic: Order Shipped Email Template
Replies: 2
Views: 4899

Re: Order Shipped Email Template

I just added this under my Shipment Status in the email template and it's working fine now: <strong>Tracking Information:</strong> <div style="padding-left:30px;"> #foreach($trackingNumber in $shipment.TrackingNumbers) #if($trackingNumber.ShipGateway) #set($provider = $trackingNumber.ShipGateway.Get...
by amgym-jt
Tue Oct 30, 2012 10:35 am
Forum: AbleCommerce GOLD
Topic: Order Shipped Email Template
Replies: 2
Views: 4899

Order Shipped Email Template

No tracking information is included anymore in the Order Shipped or Order Shipped Partial Email Templates for AbleCommerce Gold. Was this an oversight, or was there a reason? If it was just an oversight, would you mind posting a revised template with the tracking info included? Thanks!
by amgym-jt
Thu Apr 28, 2011 12:27 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Email List Export Timeout
Replies: 3
Views: 3200

Re: Email List Export Timeout

that worked like a charm! thanks!

any way that we can keep the customer's first name too in the export list?

thanks again!

Jay
by amgym-jt
Mon Apr 11, 2011 11:22 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Email List Export Timeout
Replies: 3
Views: 3200

Email List Export Timeout

I am currently unable to export current members of my email list because the server times out. I export them so that i can add them to my external list that is maintained with a 3rd party source. There are only just over 1000 in this list. I tried accessing the data with the dataport, but the user i...
by amgym-jt
Tue Feb 22, 2011 2:16 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Changing IP address with web host
Replies: 3
Views: 2852

Re: Changing IP address with web host

thanks for the reply. i am not changing the folder AC is located in.

i am most concerned with whether the license for AC is tied to the ip address or to the actual domain name of our site?
by amgym-jt
Tue Feb 22, 2011 9:06 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Changing IP address with web host
Replies: 3
Views: 2852

Changing IP address with web host

I need to upgrade the hosting plan for my web site. My web host has stated that it will be a seamless process, but that my IP address WILL change. Will this affect the functionality of my AbleCommerce store at all? My store is found here: http://www.american-gymnast.com/shop
by amgym-jt
Wed Feb 02, 2011 4:46 pm
Forum: Good Reference Posts
Topic: Email Alert to the registered users with Abandoned Baskets
Replies: 30
Views: 69666

Re: Email Alert to the registered users with Abandoned Baskets

I am using AbleMods Jobs Scheduler to try and email reminders to users with Abandoned Shopping Carts. However, I can not get the items to show up in the email template that gets sent out. Following is the code of my email template. Is there something wrong with it? Also, ideally, i would like to pul...
by amgym-jt
Sun Nov 29, 2009 5:16 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Sent Invoice to Vendors
Replies: 52
Views: 60835

Re: Sent Invoice to Vendors

Ah ... that makes sense to me now why no content shows up when CC'd to my email address. Yes, I would much rather see this handled just like the order process too.
by amgym-jt
Thu Nov 26, 2009 4:09 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Sent Invoice to Vendors
Replies: 52
Views: 60835

Re: Sent Invoice to Vendors

Here's one quirky thing I found regarding this code ... not sure if it's just the way mine is implemented or not. FYI ... I am setup to Authorize cards first and then I process the credit cards afterwards. From the Manage --> Orders menu, check the orders you want to process. Then click to Process P...
by amgym-jt
Sun Aug 23, 2009 11:28 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Subscriptions: How to implement beyond purchase?
Replies: 4
Views: 3337

Re: Subscriptions: How to implement beyond purchase?

I have a client that needs an almost identical implementation. Were you able to successfully achieve this inside of AC7? Here is what I need to do: 1. Create 3 different subscription plans (Service Plan 1, Service Plan 2, Service Plan 3). (this is straightforward in AC7) 2. When customer subscribes ...
by amgym-jt
Thu Jun 11, 2009 9:52 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Help! Checkout not working for Orders placed without account
Replies: 2
Views: 2083

Help! Checkout not working for Orders placed without account

I just upgraded Ablecommerce from 7.0 to 7.0.2 (Build 11659). I just tested placing an order through the store as a new customer (no previous account established) and I get the following error when it attempts to checkout: [[ConLib:Custom/OnePageCheckout]] d:\Inetpub\american-gymnast\shop\ConLib\Cus...
by amgym-jt
Thu Jun 11, 2009 5:23 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Site Looks Bad in Firefox
Replies: 5
Views: 3393

Re: Site Looks Bad in Firefox

Yes, i removed the float: left and it worked like a charm!

Thanks so much for your help!!!

Jay
by amgym-jt
Wed Jun 10, 2009 7:49 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Site Looks Bad in Firefox
Replies: 5
Views: 3393

Re: Site Looks Bad in Firefox

Thank you for the reply ... unfortunately, I have no idea how to actually fix those issues you are referring to. Any suggestions?

Jay
by amgym-jt
Wed Jun 10, 2009 7:08 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Site Looks Bad in Firefox
Replies: 5
Views: 3393

Site Looks Bad in Firefox

I have a problem that is driving me crazy! My AbleCommerce store looks great in Internet Explorer ... looks pretty good in Safari ... but looks bad in Firefox (using version 3.0.10). The left sidebar navigation menu drops down toward the bottom of the page in Firefox, leaving a big whitespace in the...
by amgym-jt
Mon Mar 02, 2009 3:34 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Sent Invoice to Vendors
Replies: 52
Views: 60835

Re: Sent Invoice to Vendors

Working like a charm now! Thank you for all your help!

Jay
by amgym-jt
Mon Mar 02, 2009 11:37 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Sent Invoice to Vendors
Replies: 52
Views: 60835

Re: Sent Invoice to Vendors

It seems that you over written the Cancel_Button method. so just add following method to the file protected void CancelCaptureButton_Click(object sender, EventArgs e) { Response.Redirect("Default.aspx?OrderId=" + _OrderId.ToString()); } I appreciate your patience and work with me on this. I'm not s...
by amgym-jt
Mon Mar 02, 2009 11:16 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Sent Invoice to Vendors
Replies: 52
Views: 60835

Re: Sent Invoice to Vendors

mazhar wrote:Edit the file again and find the following code

Code: Select all

using CommerceBuilder.Users;
and make it look like

Code: Select all

using CommerceBuilder.Users;
using CommerceBuilder.Messaging;
Thanks again, but I now get a different error message after trying that:
error2-screenshot.jpg
by amgym-jt
Mon Mar 02, 2009 10:59 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Sent Invoice to Vendors
Replies: 52
Views: 60835

Re: Sent Invoice to Vendors

Thank you for the help, however something broke when I tried that. I uploaded that code to the Admin/Orders/Payments/CapturePayment.aspx.cs file. Then I created a new vendor notification email named "VendorNotificationEx" according to your previous post. When I tried processing the payment on an ord...
by amgym-jt
Mon Mar 02, 2009 9:22 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Sent Invoice to Vendors
Replies: 52
Views: 60835

Re: Sent Invoice to Vendors

[/quote] First of all we need to locate the place from where we want our Email to be triggered and I have selected that i have to trigger the Email when admin ships the orders. Edit the Website\Admin\Orders\Shipments\ShipOrder.aspx page and locate the following lines of code in it //SHIP THE CURRENT...
by amgym-jt
Mon Feb 16, 2009 4:20 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Email Template Problem
Replies: 2
Views: 3160

Email Template Problem

I made a slight modification to the Vendor Notification email template. Here is my html code: <table class="Email"> <tbody><tr> <td valign="top"><strong>$store.Name</strong><br /> <div style="padding-left: 30px;">$store.DefaultWarehouse.FormatAddress(true) <br />Phone: $store.DefaultWarehouse.Phone ...
by amgym-jt
Sun Sep 21, 2008 6:00 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Error Message: A valid referenced transaction ID is required
Replies: 3
Views: 3659

Re: Error Message: A valid referenced transaction ID is required

Setting in AC7 for my Gateway are: Production Gateway, Live Mode I did find a setting inside my Authorize.Net account called "Response/Receipt URL's." I may not have this configured properly. It looks like Authorize.Net is looking for the receipt page on AC7. I do not have anything entered in this s...
by amgym-jt
Sat Sep 20, 2008 6:05 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Error Message: A valid referenced transaction ID is required
Replies: 3
Views: 3659

Error Message: A valid referenced transaction ID is required

I have been unable to get a credit card to successfully process. I have my settings set to "Authorize." The credit card is successfully "Authorized" when an order is placed. However, when I try to capture the funds from the Adminstrator side, I get the following error message: 9/20/2008 6:32 AM Auth...
by amgym-jt
Fri Aug 29, 2008 3:26 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Integrating AbleCommerce and CMS
Replies: 1
Views: 1954

Integrating AbleCommerce and CMS

I am interested in combining a Content Management System (DotNetNuke) with AbleCommerce, mainly tying together user registration/profile info between the two. Does anyone have experience with this? Can anyone refer me to a developer that might be able to do this for me? Thanks in advance for any hel...