Jump to content

hyyu

Members
  • Posts

    4
  • Joined

  • Last visited

Profile Information

  • First Name
    HUI YU
  • Last Name
    YU

Recent Profile Visitors

162 profile views

hyyu's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Check-out in the OPC page. If the customer didn't log-in, then they cannot press the "OK" button of the voucher part. Plus, they cannot register on the same page due to the "save" button cannot be pressed, either. Though the source code looks the same, when I check" Inspect", it shows that the button is disabled: <fieldset> <h4>Vouchers</h4> <input type="text" class="discount_name form-control" id="discount_name" name="discount_name" value=""> <input type="hidden" name="submitDiscount"> <button type="submit" name="submitAddDiscount" class="button btn btn-default button-small" disabled="disabled"> <span>OK</span> </button> </fieldset> After log-in, the button function is back to normal: <fieldset> <h4>Vouchers</h4> <input type="text" class="discount_name form-control" id="discount_name" name="discount_name" value=""> <input type="hidden" name="submitDiscount"> <button type="submit" name="submitAddDiscount" class="button btn btn-default button-small"> <span>OK</span> </button> </fieldset> Does anyone know that how I can solve it, let "disable" disappear? Thank you so much if anyone has an idea!
  2. Hello, the order after March 27th is so wired. The default currency of my eStore is USD. Though multiple currency options are offered, when the customer check-out at PayPal, it will display USD only. These days, when customers check-out at JPY, INR, IDR, the unit price of orders would be wrong. But when customer check-out in EUR, USD, the price will be correct. The original price of N76E003 is $0.25, but it displays $16.68; the original price of NuMaker Uno is $10, but it displays $667.25. Look down to the total price, it turns to the correct one, the sum up of $0.25x21 + $10 = $15.25. Besides, the shipping fee rule is $6.99 for the order < $150, free shipping of the order $150 and up. In this order, the total price is $15.25, it should be charged the shipping fee. But the system seems to regard this order as free shipping, so I guess the shipping fee system see this order as the wrong total price ($16.68x21+$667.25=$1017.53) Could anyone tell me that what is the problem? Thank you in advance!
  3. Version. Prestashop 1.6.1.6 Hi! Recently I am working on the cart rules & vouchers. If we do not want any order would be redeem to $0 (excluding shipping & handling), can Prestashop do that? For instance, if customer A owns $100 voucher, this customer made a purchase with $150. Can I set a rule that only 50% of the order can be redeem by voucher? In this case, the maximum amount can be redeemed is $75 (50% of the $150 order). Therefore, customer A can redeem $75 in this order, and pay another $75 by credit card. ( and he get a new $25 voucher eventually.) It's really appreciate if there is any way to approach.
  4. I am trying to build an online store with Prestashop, and it comes a question from financial department. I know that I can simply update the newest currency rate automatically in the "Currency rate section", but how the currency rates come? There are different currency rates in different countries, different banks, even different companies. And Which currency rate standard is Prestashop follow? Our financial department is really concerned about how the currency rate numbers come. Please kindly give me a hint if anyone know the rules, thank you : )
×
×
  • Create New...