Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 7 of 7

Thread: Add to Cart from Product List Page

  1. #1
    sduffy77 is offline Senior Member
    Join Date
    Feb 2010
    Location
    Lancaster, PA
    Posts
    142

    Default Add to Cart from Product List Page

    I changed the display format xmlpackage for the manufacturer to entity.tableexpanded2.xml.config which displays a more detailed listing page along with the add to cart functionality.

    The Add to Cart functionality directly from the product listing page doesn't seem to be working. I click on the Add to Cart button but nothing is happening.

    We're using ML V9.0.1.2 32 bit source.

    Our Demo Site:
    http://jaycommerce.jaygroup.com/m-1-products.aspx

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    That was a known issue in 9.0.1.2, it's been fixed in the latest release. If you upgrade to that you should be fine.

    http://www.aspdotnetstorefront.com/mylicenses.aspx

  3. #3
    sduffy77 is offline Senior Member
    Join Date
    Feb 2010
    Location
    Lancaster, PA
    Posts
    142

    Default

    Quote Originally Posted by AspDotNetStorefront Staff - Scott View Post
    That was a known issue in 9.0.1.2, it's been fixed in the latest release. If you upgrade to that you should be fine.

    http://www.aspdotnetstorefront.com/mylicenses.aspx
    Thanks!

    Going to roll out the latest build to our production environment tonight.

    Is there a detailed list of known problems that 9.0.1.3 fixes?

  4. #4
    brianperry is offline Member
    Join Date
    Sep 2005
    Posts
    41

    Default still not working

    after installing 9.0.1.3 we still cant add to cart on product list page using

    <xsl:value-of select="aspdnsf:AddtoCartForm(ProductID, VariantID, 0, 'left')" disable-output-escaping="yes" />

    click button nothing happens

  5. #5
    akeller is offline Member
    Join Date
    Dec 2008
    Posts
    78

    Default

    I have the same issue from any entity page.
    When I click the add to cart nothing happens. Nothing happens and I get the following error from product.js

    Code:
     
      'ActionService' is undefined  product.js, line 165 character 17
    
    var service = new ActionService();
                    if (service) {
                        service.AddToCart(this.getProductId(),
                        this.getVariantId(),
                        cartType,
                        this.getQuantity(),
                        this.getShippingAddressId(),
                        this.getVariantStyle(),
                        this.getTextOption(),
                        this.getCustomerEnteredPrice(),
                        this.getColorOptions(),
                        this.getSizeOptions(),
                        this.getUpsellItems(),
                        this.getCartRecordId(),
                        this.getIsEditKit(),
                        this.getKitItems(),
                        onCompleteCallBack);
                    }
    I have included formvalidate.js and core.js.
    Is there some patch for this that I am missing? I have ML 9.0.1.3 VB Source.
    Last edited by akeller; 05-26-2010 at 02:22 PM.

  6. #6
    thijs_K_softtech is offline Junior Member
    Join Date
    Jan 2011
    Posts
    2

    Default

    I see this thread stops here. Wondering, is there a patch in JavaScript missing?

  7. #7
    akeller is offline Member
    Join Date
    Dec 2008
    Posts
    78

    Default

    I was issued a patch when I first noticed the issue. You may want to contact support. This may have been addressed in the SP1 they released also.