Need help to create custom page in zecart - zen-cart

I am new to zencart and want to create custom page for categories, can anyone help me for that to create custom categories page?

If you want to create a new page in Zen Cart, you have a couple of options:
Use EZ Pages - go to Admin->Tools->EZ Pages and add your page.
Start with a new page template such as the About Us page, which is available in the Plugins area for Zen Cart here: http://www.zen-cart.com/downloads.php?do=file&id=86

Related

Shopify custom post?

I want to start using Shopify but I still need to know if it is possible to create custom post type, a bit like wordpress : a new button on the admin panel where there is product, orders, customers, etc, where I could put a whole new kind of posts, for blogging or image gallery.
Thanks,
Will
You can't customise the administration panel of Shopify, with adding new buttons, for example. The only way is creating a browser extension as Shopify FD. This extension add new buttons on the interface and other improvements.
You can add new "custom post type" as wordpress but it works different, looks at the "building themes" shopify section.
You are free to create blogs, and add articles to them, and you can create as many image galleries as you want. No limits to Shopify in that respect. Have fun!

How to remove or hide moodle 2.8 lesson actions list item?

I am using moodle 2.8
I wants to hide/remove moodle lesson actions. Moodle lesson has following actions
Add an end of branch
Add a content page
Add a cluster
etc
I want to show only Add a content page & Question from above
How to do this?
Thanks..!

How to display a single post with wordpress menu?

I have converted a joomla website to wordpress. All categories and joomla articles are converted as wordpress categories and blog post. Now I want to show this posts (articles) with different menus. But I saw I can assign catagories in word press menu. But How can I display a single post with a menu ?
Like I have about us post , for which I want to create a menu. How can I do that ? I can convert those to pages. But I dont want to loose tags and URLs . Can anyone help please ?
Thanks
You can add any post to a menu from the "posts" box in the menu admin screen. If you don't see that box, go to the screen options for the menu screen and check "posts".
There is an option named Custom Links in wordpress menu configuration. Just name label as "About Us", and give your post link in url field.
create separate page template for every single menu. In these page templates write a php code to fetch content from single category. Create pages in admin and assign a page template to each page into admin. This will fetch content from different category on different menu that u want.

How show comments approved by custom form Orchard CMS

Here my question : How can I show, on a page, all the comments I received from a custom form throught Orchard CMS ?
If your not sure to understand my question, here an example of what I want :
Create a Guestbook with a new Content Type named "Gestbook". Add two fields (the name and the comment). Once add it on Forms tab, add comments into the new guestbook page into your website. After that, how can I show them after approved it throught dashboard ?
Thank you very much,
David
Click on "submissions" on the right of the form in the Forms section of the admin to see what got added by users. You can also trigger additional actions from the Rules module.

How to add a custom page section in Zen Cart that can be turned on and off in EZ Pages

I am not so familiar with Zen Cart, I want to add a relatively small contact form box that can be added to/taken from pages via the red and green buttons in the Tools -> EZ-Pages section of the admin panel.
Thanks
If it's simple HTML that you want to put in your custom page, then you can just create a new page an put your HTML into it.
If it's conditional PHP code that you want to run, that's not supported in EZ-Pages.
But, to Robert's point, how is your "custom page" different from the built-in Contact Us page?