Open meghasharma-24 opened 3 years ago
Same issue here, it didn't extend the function from wishlist. Hope someone could help.
Hi, you two might be using a newer version of Vue Storefront.
There is a separate branch (v1.x) that will let you import modules the modern way:
git clone --branch vsf/1.x https://github.com/AbsoluteWebServices/vsf-magento-wishlist
Then in the modules/index you can import it the modern way:
import { WishlistModule } from './vsf-magento-wishlist'
Let me know if that works, @michhy
Hello @youanden
Thank you for your reply :) Yes, I am using vsf 12.2 I just downloaded your branch (v1.x), but still failed to get it work. I tried both extendModule(WishlistModule) and registerModule(WishlistModule) in registerClientModules () please see the screenshots:
Hi @youanden
I just get it working, by simply comment out the original wishlist module, without extendModule(WishlistModule) in modules/index.ts.
i just need to fix the dulplicated vuex errors
I have added this module to add logged-in customer product in magento wishlist, but when I add a product to wishlist it doesn't come in module function. I have added console in addItem function to debug. Can any one help?