123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- {extend name="base" /}
- {block name="title"}Sales Terms{/block}
- {block name="styles"}
- <link rel="stylesheet" href="/assets/index/css/aboutUs.css">
- {/block}
- {block name="mainArea"}
- <header>
- <h1 class="policySubTitle">Sales Terms</h1>
- </header>
- <div class="container">
- <h2>About Terms</h2>
- <p>Please carefully read the terms and conditions of sale (hereinafter referred to as " the present Sales Terms and
- Conditions "), which contains important information about your rights and obligations of.
- Please confirm before issuing any product ordering information, you have fully understood and accepted the terms
- and conditions of the sale, and, when you issue any product ordering information in accordance with the
- instructions on this website, you are deemed to have agreed to fully accept this sales and be bound by the terms
- and conditions.
- <br>
- Please read the following terms and conditions carefully and thoroughly in its entirety before using this
- website. This site is solely intended for audiences of legal smoking age only. We are not responsible for users
- under the legal age of smoking from accessing and viewing prohibited materials presented on this website not
- intended for them. The products listed here on our website are intended for responsible adults of smoking age
- and is purely advertised to those of the smoking age, only without any exceptions.
- <br>
- We do not advocate the use of electronic cigarettes, and we strongly urge all users to use extreme caution when
- using electronic cigarette products, including but not limited to: batteries, e-liquids, accessories, etc. we
- cannot take any responsibility for the misuse and or abuse of electronic cigarette products, nicotine, or
- anything that may cause harm to the transient or long-term harm to the user. In addition, we will not take any
- responsibility for the effects these electronic cigarette products may have on you, others, or parties
- associated with the user, as the long term effects are still unknown by the FDA.
- <br>
- Information provided on this website (from time to time) may contain some errors, which may be changed or
- updated without prior notice to all users. We may also make improvements and/or changes in the products and/or
- services without prior notice to users.
- <br>
- All users agree that access to and the use of this site are subject to the following terms and conditions and
- other applicable laws.
- </p>
- <br>
- <h2>Ordering</h2>
- <p>In the event that a product listed is mistakenly listed at an incorrect prices, we reserves the right to refuse
- or cancel any orders placed for the product listed at the incorrect price.
- Given the popularity and/or supply constraints of some of the products offered on the Website, we may have to
- limit the number of products available for purchase. We reserve the right to change stock available for purchase
- at any time, even after you place an order.
- </p>
- <br>
- <h2>Order Cancelation</h2>
- <p> To contact our customer support team to cancel an order, please fill out the 'Contact Us' form by clicking here
- or using the 'Contact Us' button below. Please make sure to include your order number and the e-mail address
- linked to your account.
- We must advise, while we will do our best to cancel orders at customer's request, we cannot guarantee we will be
- able to do so if an order has already Processed. As that means your order has already processed for shipment and
- is boxed, awaiting collection. If an order has already been shipped from our facility, we unfortunately are not
- able to cancel the order.</p>
- <br>
- <h2>Shipping and Handling</h2>
- <p>With most orders, they can be sent out for delivery within 72 business hours. We strive to ship orders out as
- quickly as possible with processing priority to customers with paid shipping.
- There may be occasions when we confirm your order but subsequently learns that it cannot be supplied to you. In
- the event we cannot supply a product you ordered in a timely fashion, we will contact you and help to exchange
- the item, if there is any price difference, we will either refund it for you or ask you to pay for it; or help
- to cancel the order and refund the purchase cost in full.
- <br>
- All shipping transit times are estimated delivery time and not guaranteed. Please keep in mind that tracking
- information may not be updated for several days. Tracking information may not be updated until your package has
- reached transit location or post office.
- <br>
- Shipping and delivery times are calculated in working days from Monday to Friday. In the case of major holidays
- such as Christmas and the Black Friday event, please allow extra delivery time.
- <br>
- If the shipping address on your order is incorrect by the time the order has been shipped, please note that we
- cannot change the delivery address afterwards. We cannot be held responsibility for any delays, fees, or other
- delivery issues if you've made an error in the shipping information on your order. If such an error causes an
- order to be rejected, lost or destroyed, we cannot issue a refund or replacement of any kind. If the error
- causes the order to be sent back to us, you may be responsible for return shipping fees. Orders that are
- returned to us due to an incomplete or incorrect address will be refunded for the full order cost minus any
- shipping charges. Unfortunately, unless the order is returned back to our warehouse in an undamaged and
- resalable condition, we can not issue a refund. Refunds issued will be for the cost of the merchandise only;
- shipping costs will not be reimbursed and will not be granted until the parcel has been delivered to our
- facility.
- <br>
- All orders reported as "delivered" by shipping companies are considered delivered. We cannot be made liable of
- non-delivery in this case.
- <br>
- All non-receipt of orders must be reported within 3 months from the date the item is shipped to you. After this
- time We will no longer be able to investigate and no compensation will be offered.
- </p>
- <br>
- <h2>Communication</h2>
- <p>
- We may deliver notice to you via email, a general notice on the site, or by other reliable method to the address
- you have provided to us.
- <br>
- We seek to protect the integrity of our website and the links placed on our website by seeking any feedback and
- or comments from our legal consumers. We welcome all comments to help make navigating all links, working or
- non-working, as easily as possible.
- </p>
- <br>
- <h2>Term Termination</h2>
- <p>
- These terms and conditions are applicable to you upon accessing the site and/or complete the registration or
- shopping process. These terms and conditions, or any part of them, may be terminated by Freeshippingvapes
- without notice at anytime, for any reason.
- </p>
- </div>
- {/block}
- {block name="scriptSrc"}
- <script>
- $(document).ready(function () {
- //触屏事件 || 点击事件
- const tap = "ontouchstart" in window ? "touchstart" : "click";
- //订阅
- $("#subscribeArrow").on(tap, function (event) {
- showToast('success')
- });
- /**
- * 吐司提示
- * @param message 消息
- * @returns
- */
- function showToast(message) {
- var toastElement = $('#toastContainer');
- toastElement.text(message);
- toastElement.stop(true, true).fadeIn(200).delay(2000).fadeOut(200);
- }
- })
- </script>
- {/block}
|