Search found 18 matches

by sciencesight
Wed May 22, 2019 5:38 pm
Forum: AbleCommerce GOLD
Topic: Shipstation issue.
Replies: 8
Views: 17475

Re: Shipstation issue.

We do not have the source code. But good news is Web2Market created a routine that updates the shipping gateways for the tracking numbers, saving me a lot of time at the end of the day. Anyone else have this issue, contact https://www.web2market.com/.
Dave
by sciencesight
Fri May 10, 2019 2:35 pm
Forum: AbleCommerce GOLD
Topic: Shipstation issue.
Replies: 8
Views: 17475

Re: Shipstation issue.

We did have to modify the commercebuilder.dll because if you change a shipping service from Fedex to UPS (In ShipStation) the tracking link in Able Commerce would not update. We use the carrier code passed from the ShipStation API and associate them with the existing providers, then when the tracki...
by sciencesight
Wed Mar 01, 2017 1:06 pm
Forum: AbleCommerce GOLD
Topic: Contatc us page.. multiple departments?
Replies: 1
Views: 3232

Re: Contatc us page.. multiple departments?

compunerdy, We have the feature active (GoldR12). Check this out... http://forums.ablecommerce.com/viewtopic.php?f=47&t=17102&p=73013&hilit=sendtolist#p73013 At the end of the html on contact us, we have this... <p>[[ConLib:ContactUs EnableCaptcha="true" SendToList="Information:info@yourdomain|Sales...
by sciencesight
Wed Mar 01, 2017 12:18 pm
Forum: AbleCommerce GOLD
Topic: Can you uncancel an order?
Replies: 4
Views: 5238

Re: Can you uncancel an order?

Yes you can change the status. But can you bring back the voided payment?
by sciencesight
Thu Nov 17, 2016 5:55 am
Forum: AbleCommerce GOLD
Topic: Issue with ShipStation sync back.
Replies: 2
Views: 3435

Re: Issue with ShipStation sync back.

Hello Katie,

The ShipOrder.aspx page allows us to choose between all integrated carriers when entering tracking numbers. Once the order is shipped, the EditShipment.aspx page drops the ability to allow us to re-assign the carrier. It would be nice if we could.

Thanks,
Dave
by sciencesight
Mon Nov 14, 2016 12:59 pm
Forum: AbleCommerce GOLD
Topic: Issue with ShipStation sync back.
Replies: 2
Views: 3435

Issue with ShipStation sync back.

We use ShipStation because it lets us pick and choose carriers (UPS, FedEx, USPS) with best time in transit and rate. Our site only offers the customer generic ship choices (Standard, Priority, Urgent) with FedEx chosen by us to generate rates in the background. This is so we can easily employ the g...
by sciencesight
Fri Mar 06, 2015 3:42 pm
Forum: AbleCommerce GOLD
Topic: PO Number for Credit Cards and more
Replies: 3
Views: 2661

Re: PO Number for Credit Cards and more

If you have enabled customers to add order notes on their receipt page you can prompt them to use that for PO numbers. On ../Checkout/ShipMethod.aspx page I edited the ShipMessageLabel (around line 105) to read... "Text="Order Message?  PO No.?  Tax ID?" It looks like the attache...
by sciencesight
Wed Jan 28, 2015 2:38 pm
Forum: AbleCommerce GOLD
Topic: Pictures mysteriously disappearing
Replies: 3
Views: 3337

Re: Pictures mysteriously disappearing

This happened to me early in December. I had been editing a lot of product pictures and then dragging them into ../Assets/ProductImages using FileZilla. Suddenly I saw the whole folder had emptied. I was able to recover as I had copies all in one place. Pretty scary... but since I had quickly fixed ...
by sciencesight
Fri Oct 17, 2014 2:30 pm
Forum: AbleCommerce GOLD
Topic: Using Gallery Image Moniker Field
Replies: 2
Views: 2241

Re: Using Gallery Image Moniker Field

Thank you. The examples provided are just what I needed. Moniker is for whatever internal use one may require to manage images.
by sciencesight
Wed Oct 15, 2014 2:40 pm
Forum: AbleCommerce GOLD
Topic: Using Gallery Image Moniker Field
Replies: 2
Views: 2241

Using Gallery Image Moniker Field

Can someone please tell me what the Moniker field is used for in gallery images? Does it have SEO purpose or is it for some internal use?
by sciencesight
Tue Jul 16, 2013 4:09 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: viewing customers searchs
Replies: 2
Views: 6006

Re: viewing customers searchs

It's easy to set up Google Analytics Site Search, and well worth it. Press the Help button while in your GA account. Type "site search" in the search box. Follow the link "Setup and configure Site Search". Follow the steps. In step 8 the Able Commerce query parameter is the letter k. Just type a k i...
by sciencesight
Wed Aug 26, 2009 2:09 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Trouble with Packing Slip Mod
Replies: 3
Views: 2260

Re: Trouble with Packing Slip Mod

Edit Admin/Orders/Print/PackSlips.aspx.cs and add following method to it
In following this instruction, this file does not exist for me.


PLATFORM: ASP.NET
VERSION: 7.0.2
BUILD: 11659

Dave
by sciencesight
Thu Jun 11, 2009 11:41 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Amending default product page title.
Replies: 10
Views: 8096

Re: Amending default product page title.

Thanks,

This is what I want to do...

Code: Select all

Page.Title = “title text before product name”  _Product.Name;  “title text following product name.”
Will this work this way?

Thanks, Dave
by sciencesight
Thu Jun 11, 2009 10:39 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Amending default product page title.
Replies: 10
Views: 8096

Re: Amending default product page title.

Thanks mazhar,
That helped me custom title the Home Page.
Taking your lead, on the products.aspx page, I assume I can safely add plain text to follow this string...

Code: Select all

Page.Title = _Product.Name;
How would that go?

Thanks, Dave
by sciencesight
Wed Jun 10, 2009 4:10 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Amending default product page title.
Replies: 10
Views: 8096

Amending default product page title.

I'd like to alter the default product page title for SEO reasons. I could do this easily in 5.5. How may I do it in v7.0?

Thanks, Dave
by sciencesight
Thu May 14, 2009 9:35 am
Forum: Feature Requests
Topic: Verify Shipping Address
Replies: 8
Views: 14304

Re: Verify Shipping Address

Majority of our UPS exceptions causing a delay in delivery are for missing or bad apartment or suite numbers. Our UPS rep says address validation is not smart enough to know when apt. no. is needed.
by sciencesight
Thu Mar 20, 2008 9:13 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Humor: Things NOT to do when testing your live AC7 site
Replies: 8
Views: 6128

Joe, 6. ...Ask your Mac-loving sister to test your newly published Microsoft-based IIS Asp.Net storefront. It won't matter how well it runs. It's not good enough if it's not flawless in Safari. Mac lovers still think a 4% market share after 15+ years of sales is good. The execs at Novell send their ...
by sciencesight
Thu Jun 23, 2005 5:09 pm
Forum: Critique My AbleCommerce Shopping Cart Powered Site!
Topic: International Society of Arboriculture
Replies: 1
Views: 5298

Just a few navigation notes... You link from your main site to the store but nowhere on the store do you link back to your main site. It does not exist as far as the store is concerned. Your shopping cart lacks a "Do More Shopping" button. Once in the checkout area, there is not a button to go back ...