• Resolved Umesh Chadar

    (@umeshklc)


    I am using woo product table plugin in my site.
    Add to cart button in the table page is redirecting to single product page instead of staying on the product table page to add more products. The basic purpose of the product table is defeated, if you redirected to single product page.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Saiful Islam

    (@codersaiful)

    Obviously You are saying about Variations product. Right?
    Actually Ajax Add To cart is not available in free version.
    Thanks a lot for your comment.

    Plugin Author Saiful Islam

    (@codersaiful)

    If you have code editing knowledge, you can replace following link:
    See Sreenshot: https://prntscr.com/p9d3lx
    Replace this Line: if( $product_type == 'variable' || $product_type == 'grouped' || $product_type == 'external' ){

    with following line:
    if( $product_type == 'grouped' || $product_type == 'external' ){

    You have to edit code your own risk.
    Thanks

    • This reply was modified 5 years, 5 months ago by Saiful Islam. Reason: mistaken to change 2nd code
    Thread Starter Umesh Chadar

    (@umeshklc)

    Many Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add to cart button in the table page is redirecting’ is closed to new replies.