Understanding Release Notes

These posts represent all major and minor changes, features, fixes, and updates made to the AmeriCommerce Software.

All posts are tagged with the major version that the update applies to. For example 2012.1 or 2012.2. The date is also representative of the version of that release.

To find out if an update applies to your site you will need to check whether the major version and date matches the version of your AmeriCommerce store. This is found in the footer of your admin in the format of 201Y.X.MDD.x

A version number is broken down into the year, major release, build date, and build number. For example 2012.2.508.1 would mean it is the 2012.2 major version released on May, 8 and is the first build of that day.

If you are interested in getting a feature applied to your site ahead of the routine update schedule please enter a support ticket.

Variant surcharge info in wrong spot

Last post 04-29-2012, 9:21 PM by HHus. 2 replies.
Sort Posts: Previous Next
  •  04-09-2012, 9:59 PM 5631

    Variant surcharge info in wrong spot

    OK, don't laugh but I've messed around in the HTML and CSS areas (which I probably shouldn't have been in the first place), and now I have a piece of information (a variant surcharge) hanging out in my Product Details page in the wrong spot.  I need help getting it back to where it should be.    Here is the page so you can see where it SHOULDN'T be.

    https://specialteesink.americommerce.com/store/p/36-12-Full-Color-Custom-T-Shirts.aspx

  •  04-12-2012, 12:31 AM 5639 in reply to 5631

    Re: Variant surcharge info in wrong spot

    Where is it that you want it to be?

     this is the html for it, it doesn't actually belong in the table. It renders underneath the table in the html so it would normally just be underneath the table to the right.

    <span class="ProductDetailsVariantMatrixHelpText" id="ProductVariations_lblQtyGridPriceMods">XXL / add $2.00</span>

     

    It's going to the top/left because of the float on ".ProductDetailsVariations table" (line 210)


    Check out our Release History for all the newest Features and Fixes!

    As well as our Feature Voting portal to vote on and submit new Feature Requests!
  •  04-29-2012, 9:21 PM 5699 in reply to 5639

    Re: Variant surcharge info in wrong spot

    Thanks Ryan.  I didn't realize the float was causing that. I removed the float right setting on the .ProductDetailsVariations table and then changed the table width to 100%.  It looks exactly how I want it to now.  Thanks again!
View as RSS news feed in XML