Activity

  • Aaron replied to the question Cannot CHECK Product Categories in the forum Social MarketPlace 8 years ago

    That path did not work… it still loads from the Plugin directory. The ONLY override i can get to work is at this path: /themes/onesocial-child/wc-vendors/dashboard/product-edit.php

    Furthermore: I figured out the styling issue for media upload section.

    This line is what adds the Styling.
    <?php BuddyBoss_BM_Templates::product_media_uploader( $object_id ); ?>

    The WC Vendor Pro plugin uses this line
    <?php WCVendors_Pro_Form_helper::product_media_uploader( $object_id ); ?>

    QUESTION: so when there’s an update to WC Vendor Pro “product-edit.php” (there was one recently, now at v1.2.5) when does the buddyboss-marketplace “product-edit.php” get updated?? still at 1.2.3.

    Same question for ALL the other files located in the buddyboss-marketplace folder?