Forum Replies Created
-
AuthorPosts
-
WPFactory Support
KeymasterHi,
Happy to hear it’s solved and thanks for the update.
March 21, 2018 at 4:14 pm in reply to: Allow for users to create their own campaign on the front end #98830WPFactory Support
KeymasterHi,
Sorry for not replying earlier. Could you please recheck if “User Visibility” option in “WooCommerce > Settings > Crowdfunding > User Campaigns” is set correctly? It looks like you are blocking the form from some user roles.
Best regards,
TomNovember 18, 2017 at 2:49 pm in reply to: I can’t get the exchange rates to connect to their source #99619WPFactory Support
KeymasterHi Tonya,
Would it be possible for me to check it on your server? If yes – please send me the admin login info to [email protected].
Best regards,
TomWPFactory Support
KeymasterUPDATE: In version 2.5.0 we’ve added “Currency Symbol” option to the “Price Formats” settings section, so it’s now possible to change currency symbol without any additional plugins.
Best regards,
TomWPFactory Support
KeymasterHi,
Yes, that is possible. In “General” plugin settings section (in “WooCommerce > Settings > Currency Switcher > General”) in “Switcher Placement and Format Options” section there is “Switcher Item Format” option, which is set to
%currency_name%
by default. You can also use%currency_code%
,%currency_symbol%
and%product_price%
. So in your case, you should set it to something like:%currency_symbol% %currency_name%
.Hope I made it little more clear, and please let me know if you have any more questions.
Best regards,
TomAugust 7, 2017 at 1:28 pm in reply to: Displaying MPN from Custom Product Field in Plugin Feed #105525WPFactory Support
KeymasterHi,
I’m not really sure what is MPN, but there is a universal
[alg_product_meta]
shortcode, that can get any data saved in product, e.g.:[alg_product_meta name="_some_meta_id"]
You should change
_some_meta_id
to meta name that “Cart Product Feed Additional Product Fields” plugin creates.Hope I made it little more clear, and please let me know if you have any more questions.
Best regards,
TomWPFactory Support
KeymasterHi,
As suggested
on_empty
attribute was added to all shortcodes in plugin v1.2.1.Best regards,
TomWPFactory Support
KeymasterHi Adnan,
Unfortunately this plugin can’t change currency symbols, however there is another plugin which can do what you need, please take a look – https://wpfactory.com/item/woocommerce-all-currencies-plugin/.
Best regards,
TomWPFactory Support
KeymasterI meant “Inventory” tab on each product’s edit page.
I’ve just sent you an email.
Best regards,
TomWPFactory Support
KeymasterHi again,
I’ve just tested on my server and I’m not sure I can reproduce the issue. I’ve tried some different configurations, and basically the result of
[alg_product_stock_availability]
shortcode depends on what you set in product’s edit page “Inventory” tab. “Out of stock” is shown always as it should be, and “In stock” depends on “Enable stock management at product level” and “Stock quantity” options. As far as I figured out – depending on those settings sometimes shortcode outputs empty string if product is in stock (but for example no “Stock quantity” is set). So as a solution, I’m thinking about addingon_empty
attribute to the shortcode, so you could use it something like:[alg_product_stock_availability on_empty="In stock"]
Please let me know what you think.
Best regards,
TomWPFactory Support
KeymasterHi Firuz,
Will check that first thing tomorrow morning.
Best regards,
TomWPFactory Support
KeymasterHi,
As discussed in private emails – this was a bug and it’s fixed in v2.4.2.
Best regards,
TomAugust 21, 2016 at 3:45 pm in reply to: Allow for users to create their own campaign on the front end #98826WPFactory Support
KeymasterHi,
Since plugin’s version 2.3.0 we’ve added the possibility for your users to create new campaigns directly from frontend. To do that you need to add
[product_crowdfunding_add_new_campaign]
shortcode somewhere on your site (e.g. create a new page for that). There are also additional options in WooCommerce > Settings > Crowdfunding > User Campaigns.Please let me know if you have any questions.
Best regards,
TomWPFactory Support
KeymasterHi,
Sorry for the delay. If you mean – display radio buttons – you need to go to General Crowdfunding settings (in WooCommerce > Settings > Crowdfunding > General), and enable the “Radio Buttons for Variable Products” checkbox in “Variable Add to Cart Form Options” section. After that all WooCommerce variable products will have radio buttons instead of standard drop down box. Hope I made it a little more clear – please let me know if you have any questions.
Best regards,
TomWPFactory Support
KeymasterHi,
Payment gateways will treat currencies as you set it, that is “Frs” in your example. However you should check if your currency is supported by PayPal. If it’s not – WooCommerce will just hide PayPal gateway from your customers. I’m not 100 percent sure, but I think PayPal supported currencies are: AUD, BRL, CAD, MXN, NZD, HKD, SGD, USD, EUR, JPY, TRY, NOK, CZK, DKK, HUF, ILS, MYR, PHP, PLN, SEK, CHF, TWD, THB, GBP, RMB, RUB.
Hope I made it a little more clear. Please let me know if you have any questions.
Best regards,
Tom -
AuthorPosts