Update Template.html
This commit is contained in:
parent
aa121be1aa
commit
079feaaed7
|
@ -605,7 +605,7 @@
|
|||
}
|
||||
|
||||
#layout__gallery {
|
||||
margin: 24px 0
|
||||
margin: 52px 0 0 0
|
||||
}
|
||||
|
||||
.order-1 {
|
||||
|
@ -1377,7 +1377,7 @@
|
|||
<div class="container">
|
||||
<ul class="menu__list">
|
||||
<li class="menu__item"><a href="https://www.ebay.com.au/usr/KobolSystems" target="_blank">eBay Store</a></li>
|
||||
<li class="menu__item"><a href="https://www.ebay.com.au/usr/KobolSystems?_tab=feedback" target="_blank">Feedback Profile</a></li>
|
||||
<li class="menu__item"><a href="https://www.ebay.com.au/fdbk/feedback_profile/kobolsystems?user_context=SELLER" target="_blank">Feedback Profile</a></li>
|
||||
<li class="menu__item"><a href="https://www.ebay.com.au/contact/sendmsg?&recipient=KobolSystems">Contact</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -1463,10 +1463,10 @@
|
|||
<div class="slider__wrapper">
|
||||
<div class="slider">
|
||||
<div
|
||||
style="background-image: url("https://github.com/KobolSystems/eBay_Items/blob/main/sampleImages/sample1.jpg?raw=true");">
|
||||
style="background-image: url('https://github.com/KobolSystems/eBay_Items/blob/main/sampleImages/sample1.jpg?raw=true');">
|
||||
</div>
|
||||
<div
|
||||
style="background-image: url("https://github.com/KobolSystems/eBay_Items/blob/main/sampleImages/sample2.jpg?raw=true");">
|
||||
style="background-image: url('https://github.com/KobolSystems/eBay_Items/blob/main/sampleImages/sample2.jpg?raw=true');">
|
||||
</div>
|
||||
<div
|
||||
style="background-image: url("https://github.com/KobolSystems/eBay_Items/blob/main/sampleImages/sample3.jpg?raw=true");">
|
||||
|
@ -1523,10 +1523,6 @@
|
|||
class="fa fa-check"></i> Cunning Tactician and Strategist</li>
|
||||
<li class="bulletpoints__item"><i aria-hidden="true"
|
||||
class="fa fa-check"></i> Twisted Wisdom of the Dark Side</li>
|
||||
<li class="bulletpoints__item"><i aria-hidden="true"
|
||||
class="fa fa-check"></i> Fearsome Presence with an Aura of Malevolence</li>
|
||||
<li class="bulletpoints__item"><i aria-hidden="true"
|
||||
class="fa fa-check"></i> Precision and Agility in Battle</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1534,6 +1530,57 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<h3><u>Terms and Conditions</u></h3>
|
||||
<p><b>Shipping and Handling</b></p>
|
||||
<p style="text-align: justify;">
|
||||
We aim to process and ship all orders within 2-4 business days of receiving cleared payment.
|
||||
Please ensure that your delivery details are accurate to avoid delays or missed deliveries.
|
||||
</p>
|
||||
<p><i>Shipping Charges:</i></p>
|
||||
<p style="text-align: justify;">
|
||||
Shipping charges are calculated at checkout based on the delivery location and the weight or size of the item.
|
||||
We offer standard and express shipping options where available.
|
||||
Please note that shipping times are estimates and may vary due to factors outside of our control.
|
||||
</p>
|
||||
<p><i>Delivery:</i></p>
|
||||
<p style="text-align: justify;">
|
||||
We generally use Australia Post as our shipping partner. Please allow up to 10 business days for
|
||||
standard delivery within Australia, depending on your location. Tracking information will be provided where applicable.
|
||||
</p>
|
||||
<p><i>Lost or Damaged Items:</i></p>
|
||||
<p style="text-align: justify;"></p>
|
||||
In the unlikely event that your item is lost or damaged in transit, please contact us immediately
|
||||
so we can assist you in resolving the issue. We comply with Australian Consumer Law,
|
||||
which entitles you to a remedy if the product is not delivered as expected.
|
||||
</p>
|
||||
<p><b>Return Policy</b></p>
|
||||
<p>
|
||||
We are not required to provide a refund or replacement if you change your mind.
|
||||
</p>
|
||||
<p>
|
||||
But you can choose a refund or exchange if an item has a major problem. This is when the item:
|
||||
<ul>
|
||||
<li>has a problem that would have stopped someone from buying the item if they had known about it</li>
|
||||
<li>is unsafe</li>
|
||||
<li>is significantly different from the sample or description</li>
|
||||
<li>doesn't do what we said it would, and can't be easily fixed.</li>
|
||||
</ul>
|
||||
</p>
|
||||
<p>
|
||||
If the problem is not major, we will repair the item within a reasonable time. If it is not repaired in a reasonable time
|
||||
you can choose a refund or replacement.
|
||||
</p>
|
||||
</p>
|
||||
<p style="text-align: justify;">
|
||||
If you need to return an item, please contact us to obtain a Return Merchandise Authorization (RMA) number.
|
||||
Returns will not be processed without an RMA. Due to the technical nature of most of the products we sell, all items must be
|
||||
tested and inspection before any refunds or exchanges are processed.
|
||||
</p>
|
||||
<p style="text-align: justify;">
|
||||
If you have any questions or concerns, please feel free to contact us.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue