Skip to content

Commit

Permalink
small improvements - backup, zones, images
Browse files Browse the repository at this point in the history
  • Loading branch information
scottcwilson committed May 1, 2024
1 parent ab209b5 commit 4470311
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ These pages are like linked products - they ensure that someone browsing a categ
The body of this page is just a link to the new page:

```
Please see [this page](/user/sideboxes/ezpages_sidebox/).
Please see [this page](/user/ezpages/ezpages_sidebox/).
```

Crosslink only pages should have `noindex: yes` in their front matter.
Expand Down
Binary file added content/images/cpanel_backup_manager.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions content/release/whatsnew_2.0.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -252,11 +252,9 @@ <h2>
<li>... and many other incremental improvements to make Zen Cart more efficient, more robust and easier to use.</li>
</ul>
<div>
<!-- FIXME
<p>
A detailed list of all edits to all files can be seen on Github at: <a href="https://github.com/zencart/zencart/compare/v158...v200">v1.5.8...v2.0.0</a>
A detailed list of all edits to all files can be seen on Github at: <a href="https://github.com/zencart/zencart/compare/v1.5.8a...v2.0.0">v1.5.8a...v2.0.0</a>
</p>
-->
</div>
<div class="back-to-top">
^^ <a href="#pageHeader">Back to Top</a> ^^
Expand Down
2 changes: 1 addition & 1 deletion content/user/email/advanced_email_troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ The content of the file should be just one line:
define('EMAIL_SYSTEM_DEBUG','5');
</pre>

Then try sending another email. The SMTP handshake information will be dumped to the /logs/myDEBUG-xxxxxx.log folder/files if SMTP/SMTPAUTH is your transport method.
Then try sending another email. The SMTP handshake information will be dumped to the `/logs/` folder as a debug log if SMTP/SMTPAUTH is your transport method.

Be sure to delete that email_debug.php file when you're done testing; otherwise your store won't work properly because of the bizarre information that gets output to the screen!

Expand Down
8 changes: 8 additions & 0 deletions content/user/images/additional_images.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ the directions above to disable additional images.

The popular plugin [Image Handler](/user/images/image_plugins/) allows you to manage multiple product images.

To add images to a product using Image Handler,

- Go to Tools > Image Handler
- On the Image Manger tab, drill down to the category and then the product
- Click the button "Click to add a new image to this product."

Note that the product must be enabled for you to do this.

### How will additional images appear?

Additional images are shown below the main product image, and can be clicked on the same way the main image can - see [Popups](/user/images/popups).
Expand Down
2 changes: 1 addition & 1 deletion content/user/locations/zone_definitions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Creating Zone Definitions
description: Recipes for common Zone Definitions
description: Recipes for common zone such as lower 48 statees
category: locations
aliases:
- /user/localization/zone_definitions
Expand Down
7 changes: 7 additions & 0 deletions content/user/running/backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ If your cPanel has a "Backup" utility, scroll down to "Download a MySQL Database

![cPanel Backup](/images/cpanel_backup.png)

Some cPanels have "Backup Manager" instead of "Backup." If yours does, scroll down until you see "Other cPanel Backup Plugins" and click on "cPanel Backups."

![cPanel Backup Manager](/images/cpanel_backup_manager.png)

Then you'll see the screen which allows you to "Download a MySQL Database Backup" (as seen in the first image in this section).


### C) Using the Backup MySQL Plugin

On hosts that permit the use of `exec()`, you can use the
Expand Down
10 changes: 10 additions & 0 deletions content/user/shipping/zone_definitions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Zone Definitions for Shipping
description: Creating your own zone definitions
category: shipping
weight: 10
noindex: yes
---

Please see [this page](/user/locations/zone_definitions/).

0 comments on commit 4470311

Please sign in to comment.