Skip to content

Commit 10d419e

Browse files
authored
Merge pull request #1286 from scottcwilson/storefront
Add storefront pages help
2 parents 3c5d8f2 + 9e11d3f commit 10d419e

File tree

8 files changed

+65
-14
lines changed

8 files changed

+65
-14
lines changed

content/user/about_us/known_bugs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ release, [doing an upgrade](/user/upgrading/) is the best way to get the fix.
1515
* [Known Bugs in Zen Cart 2.0.0](https://www.zen-cart.com/showthread.php?230039-Known-Bugs-in-2-0-0)
1616
* Users of Zen Cart 1.5.8x/1.5.7x should install [Address Security Patch (April 2024)](https://www.zen-cart.com/showthread.php?230032-Security-patch-for-Zen-Cart-v1-5-7-series-and-v1-5-8-series)
1717
* Users of Zen Cart 1.5.8x running PHP 8+ should install: [PHP Fatal error: Uncaught IntlException: datefmt_create: invalid locale: U_ILLEGAL_ARGUMENT_ERROR](https://www.zen-cart.com/showthread.php?229771-IntlDateFormatter-php-issue)
18-
* [Known Bugs in Zen Cart 1.5.8](https://www.zen-cart.com/showthread.php?229042-Known-bugs-(and-fixes)-for-v1-5-8-series&p=1390680)
18+
* [Known Bugs in Zen Cart 1.5.8](https://www.zen-cart.com/showthread.php?229042-Known-bugs-(and-fixes)-for-v1-5-8-series&p=1390680) - see also [What's New in 2.0.x](https://docs.zen-cart.com/release/whatsnew_2.0.0), which lists a number of fixes to 1.5.8 issues.
1919
* [Known Bugs in Zen Cart 1.5.7](https://www.zen-cart.com/showthread.php?226872-Known-bugs-(and-fixes)-for-v1-5-7-series) - see also [What's New in 1.5.8](/release/whatsnew_1.5.8.html#whatsNew), which lists a number of fixes to 1.5.7 issues.
2020
* [Known Bugs in Zen Cart 1.5.6](https://www.zen-cart.com/showthread.php?224706-Known-bugs-and-fixes-for-v1-5-6) - see also [What's New in 1.5.7](/release/whatsnew_1.5.7.html#whatsNew), which lists a number of fixes to 1.5.6 issues.
2121

content/user/admin_pages/tools/posm_find_duplicate_models.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ weight: 10
66

77
This page allows you to identify products with duplicate model numbers.
88

9-
Duplicate model numbers can cause problems in a number of situations, and one of them is when [POSM](/user/running/posm/) is used to manage variant stock. Most stores will want to have unique model numbers for all their products.
9+
Duplicate model numbers can cause problems in a number of situations.
10+
Most stores will want to have unique model numbers for all their products.
11+
12+
[POSM](/user/running/posm/) uses product model numbers to identify variants, and having duplicates may cause issues. See the [POSM Help](https://github.com/lat9/options_stock_support/wiki/) for more details.
1013

1114

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Ask A Question page
3+
description: The product question page
4+
category: storefront_pages
5+
weight: 10
6+
---
7+
8+
The Ask A Question Us page provides a page for customers to email in questions about specific products.
9+
10+
The Ask A Question page was added to the core in Zen Cart 1.5.7.
11+
12+
See also: [Contact Us page](/user/storefront_pages/contact_us/).

content/user/storefront_pages/complete_list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Page | index.php?main_page=page | Displays an EZ-Page
2828
Page 2 | index.php?main_page=page_2 |
2929
Page 3 | index.php?main_page=page_3 |
3030
Page 4 | index.php?main_page=page_4 |
31+
Page Not Found | index.php?main_page=page_not_found|
3132
Privacy | index.php?main_page=privacy | Privacy Policy
3233
Product Listing | index.php?main_page=index&cPath=NNN | Shows products in a category
3334
Product Reviews Info | index.php?main_page=product_reviews_info | Read a specific review
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Contact Us page
3+
description: The email form page
4+
category: storefront_pages
5+
weight: 10
6+
---
7+
8+
The Contact Us page provides a page for customers to email in questions to the storeowner.
9+
10+
It can also be used to show a map to your physical location or other information which would be helpful to your customers.
11+
12+
See also: [Ask A Question page](/user/storefront_pages/ask_a_question/).
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Page Not Found page
3+
description: The built-in 404 page
4+
category: storefront_pages
5+
weight: 10
6+
---
7+
8+
When a reference is made to a non-existent page, Zen Cart redirects to a [define page](/user/template/define_pages/) called Page Not Found.
9+
10+
The content of this page is, by default, the page not found define page content and a subset of the [site map page](/user/storefront_pages/site_map/), intended to guide the visitor to the desired page.
11+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Page 2, Page 3 and Page 4
3+
description: The built-in extra pages
4+
category: storefront_pages
5+
weight: 10
6+
---
7+
8+
The three pages Page 2, Page 3, and Page 4, are built-in [extra pages](/user/template/extra_pages/), which are designed to allow storeowners to easily add content to their sites.
9+
10+
See also: [define pages](/user/template/define_pages/).
11+

content/user/template/define_pages.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,22 +47,23 @@ The pages listed below are considered Define Pages, since their content is contr
4747

4848
Page Name | File| URL
4949
----------|-----|-----
50-
About Us| `define_about_us.php` | `index.php?main_page=about_us` (1.5.8 and above)
51-
Accessibility| `define_accessibility.php` | `index.php?main_page=accessibility` (2.0.0 and above)
52-
Ask a Question | `define_ask_a_question.php` | `index.php?main_page=ask_a_question` (1.5.7 and above)
53-
Contact Us | `define_contact_us.php` | `index.php?main_page=contact_us`
54-
Privacy | `define_privacy.php` | `index.php?main_page=privacy`
55-
Shipping Info | `define_shippinginfo.php` | `index.php?main_page=shippinginfo`
56-
Conditions of Use | `define_conditions.php` | `index.php?main_page=conditions`
50+
[About Us](/user/storefront_pages/about_us/)| `define_about_us.php` | `index.php?main_page=about_us` (1.5.8 and above)
51+
[Accessibility](/user/storefront_pages/accessibility/)| `define_accessibility.php` | `index.php?main_page=accessibility` (2.0.0 and above)
52+
[Ask a Question](/user/storefront_pages/ask_a_question/) | `define_ask_a_question.php` | `index.php?main_page=ask_a_question` (1.5.7 and above)
53+
[Conditions of Use](/user/storefront_pages/conditions/) | `define_conditions.php` | `index.php?main_page=conditions`
54+
[Contact Us](/user/storefront_pages/contact_us/) | `define_contact_us.php` | `index.php?main_page=contact_us`
5755
Discount Coupon | `define_discount_coupon.php` | `index.php?main_page=coupons`
58-
Site Map | `define_site_map.php` | `index.php?main_page=site_map`
59-
Page 2 | `define_page_2.php` | `index.php?main_page=page_2`
60-
Page 3 | `define_page_3.php` | `index.php?main_page=page_3`
61-
Page 4 | `define_page_4.php` | `index.php?main_page=page_4`
56+
[Privacy](/user/storefront_pages/privacy/) | `define_privacy.php` | `index.php?main_page=privacy`
57+
[Shipping Info](/user/storefront_pages/shippinginfo/) | `define_shippinginfo.php` | `index.php?main_page=shippinginfo`
58+
[Site Map](/user/storefront_pages/site_map/) | `define_site_map.php` | `index.php?main_page=site_map`
59+
[Page Not Found](/user/storefront_pages/page_not_found/) | `define_page_not_found.php` | *non-existent page*
60+
[Page 2](/user/storefront_pages/page_x/) | `define_page_2.php` | `index.php?main_page=page_2`
61+
[Page 3](/user/storefront_pages/page_x/) | `define_page_3.php` | `index.php?main_page=page_3`
62+
[Page 4](/user/storefront_pages/page_x/) | `define_page_4.php` | `index.php?main_page=page_4`
6263

6364
<br>
6465

65-
These pages have other content, and define page content is embedded along side that:
66+
These pages have other information in addition to the define page content:
6667

6768

6869
Page Name | File | URL

0 commit comments

Comments
 (0)