Giftcard using

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 years ago
thanks Haydie (as always)

I guess that is a work around.

In NZ, you are still supposed to charge tax on gift vouchers, as it is a sale.  Doing this would mean I would be breaking the law.  But not doing it would mean that the cusomter would pay tax twice.
14 years ago
Ok, I have checked with the accountant and he has confirmed that vouchers can be sold as tax exempt for practical reasons in NZ.  For those of you that are interested, you can refer to this website.

http://www.acepay.co.nz/irdvouch.htm

That means I can issue the voucher as Tax exempt as suggest by Haydie.  Thanks Hadie

Does anyone know how I can turn off invoicing in NOP Commerce, as the invoice requires some modification to be tax compliant in NZ and I thought I would just issue it manually anyway.
14 years ago
which invoice do you want to turn off ? - and by turn off, do you mean not display a link ?
13 years ago
Hi Haydie

Having made a purchase, when the customer goes into the orderdetails.aspx screen, there is a button called "PDF Invoice.  Can this be turned off by not displaying the link/button?

Cheers

Baden
13 years ago
look in  OrderDetails.ascx  

and comment out  the button eg:


                <!--
                <asp:LinkButton runat="server" ID="lbPDFInvoice" Text="<% $NopResources:Order.GetPDFInvoice %>"
                    CssClass="orderdetailsprintbutton" OnClick="lbPDFInvoice_Click" /> -->
13 years ago
Thanks Haydie

Love your work
13 years ago
linkXperts wrote:
Preparations
1. Make sure you have a product variant that has the Is Giftcard checkbox checked.
2. Make sure you have the message template called 'GiftCard.Notification' in all active languages.

Purchase
3. Customers can enter a name and email address of the recipient of the gift card and add a gift card to the cart.

Administration
4. Set the order to Paid and Send
5. The gift card is now added to the list of gift cards. See Sales > Purchased Gift Cards.
6. View the details of the gift card and check the checkbox 'Is Gift Card Activated'.
7. Click Notify Sender to send the message to the recipient.

Buying with a gift card
8. The recipient can now enter the card number in the shopping cart page. If the total amount of the products in the cart is less than the value of the gift card, the remainder of the gift card amount will be 'reserved'. (See tab Usage History in the gift card details in the Administration.)

Hope this helps.


Hi, No.8, If the total amount of the products in the cart is less than the value of the gift card, the remainder of the gift card amount will be 'reserved'.

How does this work? I tried to add a small amount of value product into card, using gift card and I can see the remaining amount in gift card, but I entered checkoutpayment.aspx page, there is only a PayPal Express button (as usual), but when I click it, it gave me an error but the total is 0 so PayPal throws out an exception. However, I don't think I should see this PayPal button as the total is 0, it should automatically process the order and just calculate the remaining for the gift card, isn't it?

Please help, much appreciated! Thanks.

Best regards,
Eric
Genesis - http://www.gecigarette.com
6 years ago
If i add more quantity while purchasing gift cards then how coupon will work suppose i have have purchased 5$ card and i have added 5 quantity so total is 25$ then how it will work while used gift card coupons.

Thanks & Regards
Bharat
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.