WPIntell

Source evidence

Saved Carts missing

Save and Share Cart for WooCommerce · support · 2022-11-02T14:50:00+00:00

complaintsentiment
highseverity
0.96relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

10 / 51 rows with source links

19.6% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

41 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
daveley unresolved
The Saved Carts tab is no longer showing up under My Account page. It is still saving the carts under Saved Carts in the admin, but not on the my account page. ALSO, we get this error for Bundled Products: Fatal error: Ankit\WCSSC\Frontend\Cart::main(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "WC_Product_Bundle" of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide an autoloader to load the class definition in /home/customer/www/staging36.farmchem.com/public_html/wp-content/plugins/woo-save-and-share-cart/templates/single-saved-cart.php on line 39 I was able to show the tab with this code for now, but it still shows that error for bundled products. THX for building this plugin! It’s been great otherwise. /** Add New Tab for Saved Carts on my Account Page from Share and Save Cart Plugin*/ add_filter( ‘woocommerce_account_menu_items’, ‘add_saved_carts_tab’ ); function add_saved_carts_tab( $items ) { $items[‘saved-carts’] = ‘Saved Carts’; return $items; }`

Comments

2 shown
daveley 2022-11-02T16:03:00+00:00

ALSO, we get this error for Bundled Products: Fatal error: Ankit\WCSSC\Frontend\Cart::main(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "WC_Product_Bundle" of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide an autoloader to load the class definition in /home/customer/www/staging36.farmchem.com/public_html/wp-content/plugins/woo-save-and-share-cart/templates/single-saved-cart.php on line 39

daveley 2022-11-02T16:05:00+00:00

I was able to show the tab with this code for now, but it still shows that error for bundled products. THX for building this plugin! It’s been great otherwise. /** Add New Tab for Saved Carts on my Account Page from Share and Save Cart Plugin*/ add_filter( ‘woocommerce_account_menu_items’, ‘add_saved_carts_tab’ ); function add_saved_carts_tab( $items ) { $items[‘saved-carts’] = ‘Saved Carts’; return $items; }`