Those messages are indicating that there are no template-overrides for those language directories.
Type: Posts; User: lat9
Those messages are indicating that there are no template-overrides for those language directories.
You've somehow got a Zen Cart v2 version of that file; here's the version that was shipped with zc158a:
<?php declare(strict_types=1);
/**
* @copyright Copyright 2003-2023 Zen Cart...
Searching the zc158a as-shipped fileset results in no matches for
TEXT_NEW_PLUGIN_DOWNLOAD_AVAILABLE
You don't say what version of Zen Cart is in use. Let me know and I'll see what's up.
Clone-a-template's functionality isn't limited to the responsive/bootstrap templates.
I'm guessing that that could be the Layout Controller itself, getting confused by the difference between bootstrap and bootstrap_copy. FWIW, I normally name my clones of the Bootstrap template...
bootstrap copy, with that space? I thought I'd disallowed any characters other than alphabetic, numeric and underscores.
:thumbsup:
Yes, the documentation's not very clear on this. For a template to show, it must be (a) installed and (b) have its sidebox configuration previously set with Tools :: Layout Boxes Controller.
v2.0.0 of "Clone a Template" is now available in the Zen Cart plugins: https://www.zen-cart.com/downloads.php?do=file&id=2087
This release (supporting zc158 and later) contains changes associated...
To clone a template (like bootstrap), you need to first select it as a template so that the template's "Layout Controller" selections will be initialized.
I don't understand why you're having such...
The readme's in the zip-file's /includes/docs/clone_template/readme.html
Now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2087
I've just submitted v1.2.1 of "Clone a Template" to the Zen Cart moderators for review; I'll post back here when it's available for download.
This version contains changes associated with the...
Ray, see your direct email.
Thanks, Ray, that give me something to "chew on". I should have a correction later today.
Is the default bootstrap template's template_info.php, for some reason, marked as read-only?
What's your /admin/includes/configure.php have its DIR_FS_CATALOG set to?
Was there a /logs/clone_template*.log file generated?
That's weird; were all the other template files copied?
Good point. Let me consider if that's something that could happen automatically with the code or whether a readme-update is in order.
I'm happy to report that "Clone a Template" works without change on zc156.
It's a "drop-in" plugin, changing no core files, so (although I haven't verified personally) I see no reason why it won't be compatible with zc156.
No problem, Frank; let us know what happens!
Clone a Template is a "drop-in" plugin that doesn't make use of many of the Zen Cart built-in plugins. While I haven't tested on a 1.3.9b, I don't see any downside of installing and seeing if it...
I'd say that it's a related symptom, for sure!
On a default Zen Cart 1.5.5e install, the responsive_classic template is the one that's active, and I'm seeing the dropdown selection for both the...
Thanks, Rick. I'll give this a look tomorrow.
Which Zen Cart version? Please walk me through your installation and cloning procedure.
Hey, Mike. You can "clone" RAB's template-override files (i.e. the files that get dropped into the various responsive_all_business directories), but Clone a Template has no clues as to what...
I don't understand. What one place did you expect the clone template to be put?
Clone a Template copies all files in the chosen template's template-override directories to a new template's override-directories, essentially making a copy of the template-specific files so that you...
v1.2.0 is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2087
I've just submitted v1.2.0 to the plugins for review. This version of the tool removes an unwanted <td> in the form and adds the capability to remove an add-on or cloned template's files and...
Thanks back at you, Zean, for your kind words. Here's the link to my posting on those missing layout-boxes entries, just in case others run into that issue.
@Zean, did you upgrade your store to v1.5.5 or do an install of 1.5.5? A template "qualifies" for display if it's, as you found, got entries in the layout_boxes table and it's not the...
When you Clone a Template, you're making a copy of the current contents of the files associated with that template as well as the template's layout-boxes settings. For example, if you've been making...
v1.1.0 is now available for download.
Eek! Thanks, Design75, I'll get that bug noted and corrected in GitHub.
Frank, this plugin has no way of knowing that a particular template has admin-level files that could also be "cloned". Now, if there was a standard naming convention for those admin-level files ......
I've just submitted v1.1.0 to the plugins' area for review:
CHANGE: Update the cloned template's template_info file to include user-specified description.
The plugin's admin page now requires a...
Yes, this plugin came about when I was cloning the responsive_classic template that is built into Zen Cart 1.5.5 and later.
@jsteggy and @mesnitu, that's one of the things on my list of to-do's for the plugin (clone its name, too). As mesnitu indicated, you can physically edit the cloned template's template_info.php file...
The plugin is now available for download from the Plugins.
Here's the plugin's download link (available once reviewed): https://www.zen-cart.com/downloads.php?do=file&id=2087
I'll be submitting this plugin to the Plugins area for review later today or in the morning (needed the support thread for the readme).
It's an admin tool that allows you to copy all...