santerref
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Storefront - Magento 2 Product Showcase] Search PagesForum: Plugins
In reply to: [WP Storefront - Magento 2 Product Showcase] dsplay a group of productsHi @remigias,
It is currently not possible.
I’m very busy lately, but I’m working on a new version of the plugin that will have this feature.
Francis.
Forum: Plugins
In reply to: [WP Storefront - Magento 2 Product Showcase] Search PagesHi @madaecol,
Thank you for your question and your feedback.
It is not currently available, but it can certainly be added.
You would like to generate a list of products based on the search term in WordPress?
Where would this list should be displayed?
Thanks,
Francis.
Forum: Plugins
In reply to: [WP OTP - One-time password (OTP) 2FA for WordPress] Reduces securityVery good point and I removed this code block in version 1.0.1. Indeed, it is for a development environment, so it is better not to keep it.
Thank you David!
Francis.
Forum: Plugins
In reply to: [WP Storefront - Magento 2 Product Showcase] The plugin stopped workingHi @farshadhn,
Can you please send me details about your online store to [email protected] ?
I need :
Store URL
Access Token (can be a temporary one generated for me)
Shortcode usedThanks,
santerrefForum: Plugins
In reply to: [WP Storefront - Magento 2 Product Showcase] Plugin abandoned?Forum: Plugins
In reply to: [WP Storefront - Magento 2 Product Showcase] NET prices in Magento Catalogue.`Hi @makeyos,
Can you please send me a temporary (read-only) Magento 2 token with your store URL and a test SKU so I can make some tests?
You can email me all the details at: [email protected]
Thanks,
Francis.
Hi Alex R.,
If you override the template “product.php” like in your other question, you have access to the
$productvariable. This is the product object from the plugin with all the details.You can learn more by looking to the
wp-storefront/includes/class-product.php.Francis.
Forum: Plugins
In reply to: [WP Storefront - Magento 2 Product Showcase] Overwrite Templates in ThemeHi Alex R.,
You only need to create a “wp-storefront” directory in your theme folder and copy both template files: product.php and products.php
Francis.
Forum: Plugins
In reply to: [WP Storefront - Magento 2 Product Showcase] Plugin abandoned?Hi Alex,
Yes, I am still working on the plugin, but on a major update so that’s why I do not have released any updates.
Do you have issues or features requests ?
Thanks,
Francis.
Forum: Plugins
In reply to: [WP Storefront - Magento 2 Product Showcase] Image path missing /pub/Forum: Plugins
In reply to: [WP Storefront - Magento 2 Product Showcase] Image path missing /pub/Hi @psol7,
The problem seems to be that your website is in developer mode.
Do you set the webroot of your web project to /pub or before /pub ?
Say the root of your Magento 2 setup is /var/www/magento2
You should set your webroot directory to /var/www/magento2/pub and not /var/www/magento2
Also, what is your magento2 version ?
santerref
@edkl do you managed to get the plugin working with your hosting provider ?
Thanks !
santerref@edkl If you don’t mind, can you send me your access token and your store URL so I can debug from my side and see what happens ?
Eventually I would provide some tools to have debug information of the HTTP request that is made.
You can contact me to: [email protected]
Thanks!
santerref@edkl What is your Magento version and WordPres version ?
No need to fill those fields if you are using the REST API the way my plugin use it.
Do you get any error or just nothing is shown? Also, what is your shortcode?
Thanks 🙂