Pablo

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 294 total)
  • Author
    Posts
  • in reply to: How can I fix the problem with sessions? #107541
    Pablo
    Moderator
    Plugin Support

    Hello,

    Just a note, this is fixed already. The session will start with the arguments from the option:
    – Advanced > Session start params

    And by default, it will already start with the read_and_close as true.

    in reply to: PHP 8.2 Compatibility Needed #112647
    Pablo
    Moderator
    Plugin Support

    Hi @gyula-csiak,

    Please, update the plugin to version 2.9.4 I just released. I believe it will be more compatible with PHP 8.2.

    Let me know if it helps.

    in reply to: Cost of Goods not showing in export as csv #112159
    Pablo
    Moderator
    Plugin Support

    Hi Santosh,

    Since you’re getting the cost from an order item, it’s probably more reliable to get it from the order item meta instead of the product meta. You could do it like this:

    foreach ( $order->get_items() as $item_id => $item ) {
    wc_get_order_item_meta( $item_id, '_alg_wc_cog_item_cost' );
    
    • This reply was modified 1 year, 1 month ago by Pablo.
    in reply to: Is there a shortcode to add/remove items from wish list? #112153
    Pablo
    Moderator
    Plugin Support

    Hi,

    The shortcode available for adding/removing an item from wish list is [alg_wc_wl_toggle_item]. It’s only available on pro version though.

    in reply to: Report Graph #111498
    Pablo
    Moderator
    Plugin Support

    😉

    Pablo
    Moderator
    Plugin Support

    Hi @bahador,

    Thanks for the kind words 🙂

    I’m sorry, but we’re not focused on mobile. Anyway, you could try to interact with the WooCommerce Rest API.

    • This reply was modified 1 year, 1 month ago by Pablo.
    in reply to: Report Graph #111467
    Pablo
    Moderator
    Plugin Support

    Hi @darwin,

    We have moved it already. At least, most of it. You just have to enable our options from Tools & Reports > Analytics.

    in reply to: How to set order limit for guest? #111409
    Pablo
    Moderator
    Plugin Support

    Hi @chun,

    The guest options are a little tricky.

    The option “Do nothing but block guests from purchasing products beyond the limits” will just block guests from buying products above the current limits. For example, if the “Mode” option is set to Product quantities and the limit is 1, the guest won’t be able to purchase a quantity bigger than 1. Now, with the “Mode” set as Orders, the Do nothing but block guests from purchasing products beyond the limits option won’t help so much.

    Maybe you’ll need to use the “Identify guests by IP address” instead. That way, if you have the option from WooCommerce “Accounts & Privacy > Guest checkout > Guest checkout > Allow customers to place orders without an account“, the guest IP will be saved on his purchase and he won’t be able to buy again if using the same IP.

    • This reply was modified 1 year, 1 month ago by Pablo.
    Pablo
    Moderator
    Plugin Support

    Hi @nick-coupland,

    Can you please elaborate on your question? What do you mean by shortcodes to popups?

    The popup plugin adds the default WooCommerce notices to popups, not shortcodes.

    in reply to: Can i use the product user sell #111022
    Pablo
    Moderator
    Plugin Support

    Hi @info-3,

    I’m not sure if I got it. But you can enable a notice on the product page by setting the option Frontend > Product limit message as Notice.

    Let me know if it helps.

    in reply to: Recalculate for all orders for a period #110932
    Pablo
    Moderator
    Plugin Support

    Hi @rashkoff,

    Sorry for the delay, but I was working on it. I created some new options for you on version 2.9.2 I Just released.

    You can find it in the Tools & Reports section:
    – Tools & Reports > Orders recalculation tool > Date > After.
    – Tools & Reports > Orders recalculation tool > Date > Before.
    – Tools & Reports > Orders recalculation tool > Date > Date type.

    Let me know if it helps 😉

    Pablo
    Moderator
    Plugin Support

    Hi Rafal,

    Sorry for the long delay.

    You can get it by using the WooCommerce REST API.

    Example: http://site.com/wp-json/wc/v3/orders.

    And then you can access the alg_wc_cog_order_profit and _alg_wc_cog_order_cost keys by checking the meta_data node.

    in reply to: Shortcode not working #110511
    Pablo
    Moderator
    Plugin Support

    I was referring to the “product” section on the plugin’s settings. Do you have it enabled?

    in reply to: Shortcode not working #110377
    Pablo
    Moderator
    Plugin Support

    Hi Stefan,

    The product_id attribute needs the scope attribute set as product, product_cat, or product_tag. I can see you are already using it as product. But do you have that section enabled properly on plugin settings?

    Anyway, if the product with that id is in cart, the message from the shortcode should be displayed, regardless if there are more products in cart or not.

    in reply to: Product ID included in Product Name #110164
    Pablo
    Moderator
    Plugin Support

    Hi Bernard,

    Please, update the plugin to version 2.1.2 I just released.

    That should fix the issue 😉

Viewing 15 posts - 16 through 30 (of 294 total)