Search found 12 matches
- Wed Dec 16, 2009 12:17 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Importing Amazon Seller Central Orders
- Replies: 3
- Views: 3545
Re: Importing Amazon Seller Central Orders
I am also very interested in integrating an order management for all Amazon orders to AbleCommerce. Any help would be much appreciated.
- Sat Aug 29, 2009 6:05 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Google Analytics Revenue Tracking Off
- Replies: 5
- Views: 4010
Re: Google Analytics Revenue Tracking Off
Hello, Thanks for fixing the bug. This will definitely improve the accuracy of our reports. Unfortunately, I recently discovered that Google Analytics is somehow tracking our discounts twice in our reports. The revenue reported in the dashboard is correct, but under transaction and total revenue tab...
- Thu Aug 27, 2009 2:19 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Custom Order Status for refund
- Replies: 5
- Views: 5511
Re: Custom Order Status for refund
Thanks Joe, that made complete sense. Although the only reason why we would even go through all the trouble to send these emails is to send a copy of the emails to a email account that logs all these outgoing emails, since AC7 does not seem to have email logging capability yet. Currently our refund ...
- Tue Aug 25, 2009 5:04 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Custom Order Status for refund
- Replies: 5
- Views: 5511
Re: Custom Order Status for refund
Thanks for the quick reply Joe, that is what I was expecting. Is there any way around this? I tried using the trigger called "order status updated", still no luck.
- Sun Aug 23, 2009 10:46 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Custom Order Status for refund
- Replies: 5
- Views: 5511
Custom Order Status for refund
Hello everyone, I am trying to implement a custom order status that will send out an email to the customer notifying their refund has been completed. I created a new Order status using the following setting: Name: Refund Completed Display name: Order canceled and refunded Includes in report: none Ca...
- Thu Jul 23, 2009 12:04 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Tracking Number on Order Confirmation
- Replies: 16
- Views: 21354
Re: Tracking Number on Order Confirmation
Thanks Mazhar, this worked like a charm! You are AWESOME!
- Wed Jul 22, 2009 11:21 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Google Analytics Conversion Tracking Adwords
- Replies: 4
- Views: 7606
Re: Google Analytics Conversion Tracking Adwords
I have this on Conlib/ReceiptPage.ascx at the bottom after the AffiliateTracker User Control <!-- Google Code for Purchase/Sale Conversion Page --> <script language="JavaScript" type="text/javascript"> <!-- var google_conversion_id = xxxxxxxxxxxx; var google_conversion_language = "en_US"; var googl...
- Mon Jul 20, 2009 4:39 pm
- Forum: 7.0 Store UI: Layout, Design, Look and Feel
- Topic: Tracking numbers in shipment notifications
- Replies: 14
- Views: 16115
Re: Tracking numbers in shipment notifications
This is awesome, thanks for all showing us what AC7 is capable of. I am trying to implement this into our template as well. I made a some minor changes, and this is the code I am using: <p>Your product has shipped. Below is your tracking number, and you can click the number to follow your shipment:<...
- Mon Jul 06, 2009 3:27 pm
- Forum: Feature Requests
- Topic: Checkout Funnel - step 2 incorect URL - for Google Analytics
- Replies: 2
- Views: 9882
Re: Checkout Funnel - step 2 incorect URL - for Google Analytics
Have you figured out whether there is a workaround for this? I'm having the same issue and I'm not quite sure how to implement Google's advice(below). Is it possible to maybe add the google widget to the header instead of the footer so that the recommended _trackPageview call comes after the widget...
- Mon Jun 22, 2009 1:44 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Subscription Questions
- Replies: 1
- Views: 2238
Re: Subscription Questions
I am running into the same problem too. Please advise.
Thanks,
Sai
Thanks,
Sai
- Mon Jun 22, 2009 11:11 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Is there a way to automatically apply a coupon code?
- Replies: 5
- Views: 5868
Re: Is there a way to automatically apply a coupon code?
Those are exactly what I was looking for! I have a few more questions though, bear with me here. These are the 3 conditions I am trying to implement into our shopping cart. 1)introduce a continual 30% discount for subscribers to our service. 2)one time 30% discount for non-subscribers 3)expiration d...
- Mon Jun 22, 2009 12:08 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Is there a way to automatically apply a coupon code?
- Replies: 5
- Views: 5868
Re: Is there a way to automatically apply a coupon code?
that's pretty convenient, where should I put that code?