• Hey Pektsekye,

    As you see, the price does not update when I choose any options on the checkbox. Please let me know if you could help.

    Also, can I adjust the placement of the Plugin? It is now on the left hand of the “add to cart” button, which looks so ugly.
    If yes, how?
    Thank you.

    Ray

    • This topic was modified 2 years, 8 months ago by Jan Dembowski.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Pektsekye

    (@pektsekye)

    Hello,

    > the price does not update

    Try to add this code:

    
          if (!this.priceDiv.length){
             this.priceDiv = this.isOnSale ? $('.elementor-widget-woocommerce-product-price ins .woocommerce-Price-amount bdi').eq(0) : $('.elementor-widget-woocommerce-product-price .woocommerce-Price-amount bdi').eq(0);       
          }
    

    before the line:

    
    if (this.currencyPosition == 'left' || this.currencyPosition == 'left_space'){
    

    in the file:
    wp-content/plugins/product-options-for-woocommerce/view/frontend/web/product/main.js

    > It is now on the left hand of the “add to cart” button

    Try to add this line:

    
    .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart .elementor-widget-container .elementor-add-to-cart form.cart {display:block;}
    

    at the end of the file:
    wp-content/plugins/product-options-for-woocommerce/view/frontend/web/product/main.css

    Then refresh your browser cache.

    Stanislav

    Thread Starter rayyang999

    (@rayyang999)

    I’ve done exactly as you said, but nothing changed, please check again. Thank you.

    Thread Starter rayyang999

    (@rayyang999)

    OH MAN, I’m so sorry that I forgot to refresh the browser cache. It totally works after caching.

    Thank you so much, buddy!

    Thread Starter rayyang999

    (@rayyang999)

    Sorry to bother you again.
    The issue comes again as before, the custom options go to the left side of the “add to cart” block again. Check the link below.

    /product/168cm-big-tits-asian-sex-doll/

    Any way to solve it? Thanks.

    • This reply was modified 2 years, 8 months ago by Jan Dembowski.
    Plugin Author Pektsekye

    (@pektsekye)

    Hello,

    Try to add this line:

    
    .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart .elementor-widget-container .elementor-add-to-cart form.cart .woocommerce-variation-add-to-cart {display:block;}
    

    to the end of the file:
    wp-content/plugins/product-options-for-woocommerce/view/frontend/web/product/main.css

    Then refresh your browser cache.

    Stanislav

    Thread Starter rayyang999

    (@rayyang999)

    Nice. Thank you again.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[NSFW] Price not updated in the product page, Plugin placement issue’ is closed to new replies.