Not found
+No {{ type }} posts found in category: {{ category }} {{ categoryID }}
+diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..fc40782 Binary files /dev/null and b/.DS_Store differ diff --git a/.gitignore b/.gitignore index d57ee8b..d3a1c90 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ desktop.ini Thumbs.db .sass-cache *.cfg -node_modules \ No newline at end of file +node_modules +package.json \ No newline at end of file diff --git a/.sass-cache/.DS_Store b/.sass-cache/.DS_Store new file mode 100644 index 0000000..012880c Binary files /dev/null and b/.sass-cache/.DS_Store differ diff --git a/content/review-response-8.htm b/content/review-response-8.htm new file mode 100644 index 0000000..0f0ae6e --- /dev/null +++ b/content/review-response-8.htm @@ -0,0 +1,7 @@ +--- +name: 'Review Response 8' +content_type: html +--- +
Store Response:
+Hi there,
+Sorry to hear you had a bad experience with the Ionic Band. We're sending you a replacement :)
\ No newline at end of file diff --git a/package.json b/package.json index 0793dbf..ec7c70f 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,10 @@ { +<<<<<<< HEAD + "name": "lscloud-theme-ventro", + "version": "1.0.0", + "description": "A theme for LemonStand 2", + "main": "theme.yaml", +======= "name": "Ventro", "version": "1.0.0", "description": "Ventro is a modern responsive theme with clean lines, and minimal color. It is full-width, allowing you to use large hero images to express your value proposition and highlight your latest product. The homepage also has space for three featured categories, with a focus on imagery for visual appeal. The product pages continue with the modern layout with product images on the left, a description on the right, and then a section below for further details or product specifications.", @@ -15,6 +21,7 @@ "full": "https://raw.githubusercontent.com/lemonstand/lscloud-theme-ventro/master/resources/screenshots/full-size.png" } }, +>>>>>>> 323673364813ac849fc3de1bbd80e44aefee256e "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, @@ -22,7 +29,11 @@ "type": "git", "url": "git+https://github.com/lemonstand/lscloud-theme-ventro.git" }, +<<<<<<< HEAD + "author": "Daniel Park", +======= "author": "LemonStandNo {{ type }} posts found in category: {{ category }} {{ categoryID }}
+Published {{ post.published_on | date("F j, Y") }} In {{ post.type }}
++
- {% if step == 'billing_info' %} - - Step 1: Billing/Shipping Address - {% elseif step == 'shipping_method' %} - - Step 1: Billing/Shipping Address - {% elseif step == 'pay' %} - - Step 1: Billing/Shipping Address - {% endif %} - -
-- - Billing Address - - - - -
- -Shipping Address | - - - - - - Same as Billing Address - -
- - -- {% if step == 'billing_info' %} - - Step 2: Shipping Method - {% elseif step == 'shipping_method' %} - - Step 2: Shipping Method - {% elseif step == 'pay' %} - - Step 2: Shipping Method - {% endif %} -
-Please fill out billing/shipping info
- {% elseif step == 'pay' %} -Choose Payment method or start again
- {% elseif step == 'shipping_method' %} - {% if shippingOptions %} -- - | -- {% if not option.error_hint %} - {{ not option.is_free ? option.quote|currency : 'free' }} - {% endif %} - | -
- - | -- {% if not option.error_hint %} - {{ not option.is_free ? option.quote|currency : 'free' }} - {% endif %} - | -
We are sorry, there are no shipping options available for your location.
- {% endif %} - {% endif %} - - {% if shippingOptions %} -- {% if step == 'billing_info' %} - - {% elseif step == 'shipping_method' %} - - {% elseif step == 'pay' %} - - {% endif %} - Step 3: Payment Method -
-Please fill out billing/shipping info
- {% elseif step == 'shipping_method' %} -Please choose a shipping method
- {% elseif order.payment_processed %} -Thank you! The payment is already processed for this order.
- {% else %} - {% set paymentMethod = false %} -Order not found.
-{% endif %} -Items
-+ {% if step == 'billing_info' %} + + Step 1: Billing/Shipping Address + {% elseif step == 'shipping_method' %} + + Step 1: Billing/Shipping Address + {% elseif step == 'pay' %} + + Step 1: Billing/Shipping Address + {% endif %} + +
++ + Billing Address + + + + +
+ +Shipping Address | + + + + + + Same as Billing Address + +
+ + ++ {% if step == 'billing_info' %} + + Step 2: Shipping Method + {% elseif step == 'shipping_method' %} + + Step 2: Shipping Method + {% elseif step == 'pay' %} + + Step 2: Shipping Method + {% endif %} +
+Choose a Shipping Method
+ + {% if step == 'billing_info' %} +Please fill out billing/shipping info
+ {% elseif step == 'pay' %} +Choose Payment method or start again
+ {% elseif step == 'shipping_method' %} + {% if shippingOptions %} + ++ + | ++ {% if not option.error_hint %} + {{ not option.is_free ? option.quote|currency : 'free' }} + {% endif %} + | +
+ + | ++ {% if not option.error_hint %} + {{ not option.is_free ? option.quote|currency : 'free' }} + {% endif %} + | +
We are sorry, there are no shipping options available for your location.
+ {% endif %} + {% endif %} + + {% if shippingOptions %} ++ {% if step == 'billing_info' %} + + {% elseif step == 'shipping_method' %} + + {% elseif step == 'pay' %} + + {% endif %} + Step 3: Payment Method +
+Select a Payment Method
+ {% if step == 'billing_info' %} +Please fill out billing/shipping info
+ {% elseif step == 'shipping_method' %} +Please choose a shipping method
+ {% elseif order.payment_processed %} +Thank you! The payment is already processed for this order.
+ {% else %} + {% set paymentMethod = false %} +{{ message }}
+ {% else %} + {% endif %} + {% endif %} +Order not found.
+{% endif %} +Items
+Product Extras
- {% for index, extra in product.extras %} -Product Extras
+ {% for index, extra in product.extras %} +{{ review.title }}
{{ review.comment }}
+ {% if 'Store Response' in content_block("review-response-#{review.id}") %} + {{ content_block("review-response-#{review.id}") }} + {% endif %}{{ review.from_name }}
@@ -71,4 +74,4 @@