• Resolved onlinemediaadvies

    (@onlinemediaadvies)


    Hello there,

    I would like to know if it is possible with this plugin, to use different pricings during day and night in a WooCommerce Webshop. I would like to start a webshop using WooCommerce via WordPress server, but my products have different prices during the day (13:00-22:00u) and night (22:00-13:00u).

    On all our products (drinks) in our shop, excluding soft drinks, should prices during night hours go up with €10,-.

    Is it possible to tackle this?

    Regards,
    Fabian

Viewing 9 replies - 16 through 24 (of 24 total)
  • I’m sorry, you need to use another plugin.

    @onlinemediaadvies, sorry it’s my bad.
    All works right on the product page.
    You need to go to Pricing rules > Settings > Product page and off the “Don’t modify product price on product page” parameter.
    If it still doesn’t work, please send us a report in the *.json format.

    Thread Starter onlinemediaadvies

    (@onlinemediaadvies)

    Hello @missundaztood,

    The parameter is/was unchecked.
    It works as it should, but as I can see only on the regular price, not the special action price, right?

    Regards,
    Fabian

    Thread Starter onlinemediaadvies

    (@onlinemediaadvies)

    Hello @missundaztood,

    In addition to my previous message. The Kilimanjaro (original price 13499) is now – 10 EUR = 13489. This is also visible on the product page.

    I used this code by the way:

    [
    {
    “type”: “package”,
    “filters”: [
    {
    “qty”: 1,
    “type”: “products”,
    “method”: “in_list”,
    “value”: [
    “wellis-peakline-kilimanjaro”
    ],
    “product_exclude”: {
    “on_wc_sale”: “”,
    “already_affected”: “”,
    “backorder”: “”,
    “values”: []
    }
    }
    ],
    “title”: “10 EUR korting”,
    “priority”: “”,
    “enabled”: “on”,
    “sortable_blocks_priority”: [
    “roles”,
    “bulk-adjustments”
    ],
    “additional”: {
    “conditions_relationship”: “and”,
    “is_replaced”: false,
    “replace_name”: “”,
    “is_replace_free_products_with_discount”: false,
    “free_products_replace_name”: “”,
    “sortable_apply_mode”: “consistently”
    },
    “conditions”: [
    {
    “type”: “time”,
    “options”: [
    “from”,
    “9:00”
    ]
    },
    {
    “type”: “time”,
    “options”: [
    “to”,
    “22:00”
    ]
    }
    ],
    “cart_adjustments”: [],
    “limits”: [],
    “product_adjustments”: {
    “type”: “total”,
    “total”: {
    “type”: “discount__amount”,
    “value”: 10
    }
    },
    “role_discounts”: [],
    “get_products”: {
    “repeat”: “-1”,
    “repeat_subtotal”: “”
    },
    “options”: {
    “apply_to”: “expensive”,
    “repeat”: -1
    }
    }
    ]

    So this will mean, if we approach my support question ‘from the other side’ I can use the actual discount price as standard, and than give the discount during daytime.

    The only thing that’s not ideal, it’s that the before and after prices are visible. Ideally the price change isn’t directly visible to our customers.

    How can we fix this?

    Regards,
    Fabian

    1) You need to specify the “-10” value. And the price will be 13509.
    2) You need to go to Pricing rules > Settings > Product page and off the “Show striked prices on product page” parameter

    Thread Starter onlinemediaadvies

    (@onlinemediaadvies)

    Hello @missundaztood,

    1. I did specify the -10 value now, so the product price should go up with EUR 10 to 1305.
    2. I’ve unchecked the “Show striked prices on product page” parameter”.

    It is not visible now on the page. But sometimes after refreshing it is. This is confusing. The entered code is this:

    [
         {
              "type": "package",
              "filters": [
                   {
                        "qty": 1,
                        "type": "products",
                        "method": "in_list",
                        "value": [
                             "wellis-peakline-kilimanjaro"
                        ],
                        "product_exclude": {
                             "on_wc_sale": "",
                             "already_affected": "",
                             "backorder": "",
                             "values": []
                        }
                   }
              ],
              "title": "10 EUR meerprijs",
              "priority": "",
              "enabled": "on",
              "sortable_blocks_priority": [
                   "roles",
                   "bulk-adjustments"
              ],
              "additional": {
                   "conditions_relationship": "and",
                   "is_replaced": false,
                   "replace_name": "",
                   "is_replace_free_products_with_discount": false,
                   "free_products_replace_name": "",
                   "sortable_apply_mode": "consistently"
              },
              "conditions": [
                   {
                        "type": "time",
                        "options": [
                             "from",
                             "9:00"
                        ]
                   },
                   {
                        "type": "time",
                        "options": [
                             "to",
                             "14:00"
                        ]
                   }
              ],
              "cart_adjustments": [],
              "limits": [],
              "product_adjustments": {
                   "type": "total",
                   "total": {
                        "type": "discount__amount",
                        "value": -10
                   }
              },
              "role_discounts": [],
              "get_products": {
                   "repeat": "-1",
                   "repeat_subtotal": ""
              },
              "options": {
                   "apply_to": "expensive",
                   "repeat": -1
              }
         }
    ]

    Regards,
    Fabian

    Please, send the full report in the helpdesk.
    You need go to the Pricing rules > Settings > Debug and turn on the “Show debug panel at bottom of the page” checkbox. Next, please, go to the cart (it shouldn’t be empty) and click “Get system report” – “Export all” in the debug bar.

    Thread Starter onlinemediaadvies

    (@onlinemediaadvies)

    Hello @missundaztood,

    I’ve send the full report via the helpdesk.
    Again, we don’t use a cart-function on our website, because our website is just a ‘product catalog’ via WooCommerce with prices visible.

    As said before: I am testing your plug-in via this website, because the original website where we would like to use the pro version of your plugin, needs to be build. But it depends on if this plugin works the way it should, if we start. Do you understand?

    For us is the most important that we could increase prices of our products during night hours with 10 E, without that this is in someway visible to customers from our website (e.g. on the product page or shopping cart).

    Regards,
    Fabian

    I will answer you in the helpdesk

Viewing 9 replies - 16 through 24 (of 24 total)
  • The topic ‘Another price during day and night’ is closed to new replies.