Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new-site-shop-faq #137

Merged
merged 6 commits into from
Apr 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 72 additions & 0 deletions content/faq-shop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
---
title: "Online Shop FAQ"
description: ""
image: "images/faq-header-bg.jpg"
keywords: [""]
draft: false
---

### **Ordering and payment**

#### Q: Do you offer shipping to my country?

Yes, we offer worldwide shipping.

#### Q: What payment methods do you accept?

We accept: PayPal, Credit Card via Stripe, and Bank transfer.

### **Delivery**

#### Q: How can I track my order?

We will send you the tracking number on your email when your order is
prepared and ready for shipment.

#### Q: How long does order processing take?

Order Processing Time is individual for every product, you can check it on the
product page by clicking the "Additional information".

#### Q: Shipping cost?

Shipping costs are dependent on your address/country and products in your
shopping cart. The exact cost will be calculated upon checkout, based on the
provided shipping address.

#### Q: How do you ensure the safe shipping of the full PC build?

Inspecting Your Shipment: Before the shipment of full PC builds we take pictures
of both the hardware and packaging. After it leaves our office we do not have
any control over it. It is the consignee’s responsibility to inspect their
shipment for damages before the Freight driver leaves the delivery location.
Should the packaging display any signs of damage, open it immediately to check
the contents, requesting the driver's presence to inspect together. If your
shipment has been damaged, document the damages on the delivery receipt in
detail and have it signed by the driver. If possible, please take pictures of
the damages to the box and the damages to the item. Please notify us immediately
so that we can initiate a damage claim with Freight. Failure to inspect for
damages at the time of delivery could result in Freight voiding any subsequent
damage claims.

### **Products**

#### Q: I have some questions about the certain products in your store

Please refer to the official Dasharo documentation:

* SDWire FAQ: <https://docs.dasharo.com/transparent-validation/sd-wire/faq/>
* MSI FAQ: <https://docs.dasharo.com/unified/msi/faq/>
* Dasharo Entry Subscription supported hardware: <https://docs.dasharo.com/variants/overview/>

### **Other**

#### Q: What is the Dasharo and why do I need it?

Please check our official Dasharo FAQ section:
<https://docs.dasharo.com/osf-trivia-list/dasharo/>.

#### Q: I value what you are doing, how can I support you?

Please consider the following methods to support us if you value what we are
doing: <https://docs.dasharo.com/ways-you-can-help-us/>.
5 changes: 3 additions & 2 deletions themes/3mdeb/layouts/_default/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
{{- if not (strings.HasSuffix .Permalink "/my-account/") -}}
{{ if not (strings.HasSuffix .Permalink "/elements/") }}
{{- if not (strings.HasSuffix .Permalink "/tags/") -}}
{{ if not (strings.HasSuffix .Permalink "/categories/") }}<url>
{{ if not (strings.HasSuffix .Permalink "/categories/") }}
{{- if not (strings.HasSuffix .Permalink "/faq-shop/") -}}<url>
<loc>{{ .Permalink }}</loc>{{ if not .Lastmod.IsZero }}
<lastmod>{{ safeHTML ( .Lastmod.Format "2006-01-02T15:04:05-07:00" ) }}</lastmod>{{ end }}{{ with .Sitemap.ChangeFreq }}
<changefreq>{{ . }}</changefreq>{{ end }}{{ if ge .Sitemap.Priority 0.0 }}
Expand All @@ -22,5 +23,5 @@
hreflang="{{ .Language.LanguageCode }}"
href="{{ .Permalink }}"
/>{{ end }}
</url>{{ end }}{{- end -}}{{ end }}{{- end -}}{{ end }}{{- end -}}{{ end }}
</url>{{ end }}{{- end -}}{{ end }}{{- end -}}{{ end }}{{- end -}}{{ end }}{{- end -}}
</urlset>
Loading