• Resolved ozankrtl52

    (@ozankrtl52)


    Hi i am having a problem with AWS Price Calculator. There are a few things that i want to ask.

    Firstly;

    https://ibb.co/yhXfDjy

    Here i want to remove this button or at least rename it, i couldn’t figure out how to do it. If anyone knows please share your knowledge.

    and another problem is;

    For example i have a product on sale, whic can be ordered as ” x1 ” as count or ” x100 ” as count, for example the price is ” 40 USD ” for ” x1 “, and ” 4000 USD ” for ” x100 ” Here my problem is when i enter a count value on this product’s sale page, i write a count for example ” x100 ” and it automaticaly calculates the price by doing 40 USD x 100 = 4000 USD, after i click on ” Buy ” it directs me to the basket page as you can see on the picture below;

    https://ibb.co/XLQnFm2

    My problem with this is, the price for x1 is 40 USD, i choose x100 and the new price is 4000 USD, everything ok with this. But on this basket page, as you can see when you look at the ” Miktar ” whic is marked as red box ( by the way Miktar means Count in English ) it still says x1 as count, but shows the price of x100 (4000 USD) on the Total Price tab.

    Sorry for my bad English, i hope you guys got what i wanted to explain. I am looking for a help about this. Thanks for reading.

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

Viewing 1 replies (of 1 total)
  • Plugin Author Altos

    (@sefin)

    okay, I’ll answer you:

      You can translate product fields, labels, drop-down items and fields.

      To translate a language just create or edit a file (e.g: “en_US.php”, “fr_FR.php”, “it_IT.php”) in: “/wp-content/uploads/woo-price-calculator/translations”

      EX.
      For example “en_US.php”:

      <?php
      return array(
      	'height' => 'Height',
      	'width' => 'Width',
      );

      For example “it_IT.php”:

      <?php
      return array(
      	'height' => 'Altezza',
      	'width' => 'Larghezza',
      );

      In your case.. you need to use the variable:

      <?php
      return array(
      'ecommerce.shop.choose_an_option' => 'YOUR TEXT',
      );
      Yes, I understand, you need to overwrite the quantity field of woocommerce. That’s not actually possible with the free version. If you want to know how to do it, write on this forum.

    We will be waiting for your feedback.

Viewing 1 replies (of 1 total)
  • The topic ‘AWS Price Calculator Problems’ is closed to new replies.