Forum Replies Created
-
AuthorPosts
-
November 14, 2022 at 10:37 pm in reply to: Is it possible to add multiple variations to the wish list? #101997
Just a note,
It’s now possible to add multiple variations from the same variable product by enabling the option General > Variable products > Allow variations to be added to the wish list.
-
This reply was modified 2 years, 5 months ago by
Pablo.
November 14, 2022 at 10:20 pm in reply to: How to allow the plugin for guest users without using cookies? #101994I made some adjustments and I think it will work better now. Can you please try it again using the Pro version 2.0.5 I just released?
Hello Wilfried,
How are you importing the orders? Would you provide access to your site so we can take a look?
Let me know if you want our help of if you want to proceed with the refund.
Maybe you just need to change the Products > Profit Html template from
%profit_percent%
to%profit_margin%
.Let me know if that helps.
Hi Wilfried,
Have you tried our Payment Gateways section? You could try setting a fixed and a percent cost for Amazon/Ebay using that section.
If that’s not enough, you could try our Orders > Extra costs: From meta. With that option, you can set a meta that will be used to add costs to your orders containing that meta.
You’d just have to know the meta key name. To find out what it is, you could try to install a plugin like JSM Show Post MetaData. Then, you can simply access the admin order page and see if there is any cost meta from Amazon/Ebay. If that’s the case, you can simply copy the key name and paste it on our Extra costs: From meta option.
Let me know if it helps.
November 11, 2022 at 2:06 am in reply to: How to allow the plugin for guest users without using cookies? #101761Hi Valentin,
This is a problem I have been aware of just recently. Unfortunately, I couldn’t find a way of doing it without using cookies. Let me know if you have some suggestion.
Hi,
Sorry for the delay.
You could try to use the function
\FROU\WordPress\Post::get_parent_post_id()
from the plugin. Example:$filename_infs['structure']['translation']['my_custom_rule'] = \FROU\WordPress\Post::get_parent_post_id();
However, it’s not always guaranteed it’s going to work, because it depends on the context.
Hi Stefan,
1) You could try to change two options:
– Set Products > Get price method asIncluding tax
– Set Orders > Calculations > Order total for percentage fees asOrder total incl. tax
2) On the pro version we have options to see the stock on “WooCommerce Analytics > Stock” and “WooCommerce > Reports > Stock > Cost of goods”
Let me know if it helps.
November 10, 2022 at 6:02 pm in reply to: Incorrect database table definition in your PHP script #101737Thanks Michal,
I just released a new version (2.7.5) with the fix. Let us know if you need any more help.
Hi,
Please, update the plugin to version 2.7.4 I just released. I believe it will fix the problem.
Let me know if you still need help π
Hi Mynhardt,
I didn’t test it with a form widget from Elementor, but at least I can tell that the
user_id
attribute from the[alg_wc_mppu_current_product_limit]
shortcode does work. Just please, make sure you’re using version 3.7.9 I just released.Hi Leon,
We have created the
wpml-config.xml
some time ago with the_alg_wc_cog_cost
meta set up. Itβs meant to copy the costs between translations, as the regular price is. This is our xml file:<wpml-config> <custom-fields> <custom-field action="copy">_alg_wc_cog_cost</custom-field> </custom-fields> </wpml-config>
October 31, 2022 at 7:51 pm in reply to: Warehouse management/Purcharse orders compatible with COG For Woocommerce #95017Hi Cesar,
Sorry for the delay. Can you please elaborate on your question? Would you like to programmatically update the product cost? Or the order cost? Or is it some other requirement?
October 24, 2022 at 2:27 pm in reply to: Displaying the price on the product page on the website #94024Hi,
Can you please elaborate on your issue?
1. The purchase price would be the cost price?
2. Is it going to be displayed only for administrators? If that’s the case, why does it need to be displayed on the frontend?
3. What dynamic conditions do you have in mind?Anytime π
Let us know if you notice something. -
This reply was modified 2 years, 5 months ago by
-
AuthorPosts