cscart display products (products in selected category) in cs-cart content page - cs-cart

Is it possible to add selected products/categories in cs-cart page (created using websites -> content -> add page) in cs-cart3?
I have created the page using websites -> content -> add page. Try to edit page and clicked on block tab, but some how it is not allowing me to add block/filterblock it.
If you see attached screenshot, there is no add block option available?
Any idea?

In administrator Area click on
Design -> Blocks -> Pages (tab)
In Blocks, under "Main Content" click on Plus Icon
Add Grid or BLock -> Add Block -> click on "create new Block" (tab) and select products or categories, finally give this block name and select type "Manually"
New Block will be added under "Main Content" (you can also disable this newly created block for specified pages(which you select)
Now to add products or categories Manually go to
admin area -> website -> contents -> click on edit page (for page you wish to edit)
click on Block tab -> finally click on Cog of newly created block to add/select product for that specific page.
Note above instruction are for CS-Cart 3, I hope it might be same for cs-cart 4 as well

Related

Get Menu items in content zone in orchard cms

I have created one Content type called "Product", Then created one query that select all product and shows on home page. To show products on home page i have created projection widget.
Now when i click on particular product it gets redirect to the detail page of that product.
Question is i want to show Menu items (like navigation bar) beside the content.
in the attached image red portion will have menu items.
so how can i achieve this?
Please help.

Magento: How to modify the HTML of the order confirmation page?

I would like to add some HTML to the order confirmation aka checkout success page of my Magento store (the page whose url ends with index.php/checkout/onepage/success/).
Is there a way to do this from the Admin Panel? I don't see it under any of the existing menus (http://grab.by/N1Ek).
You can add HTML with a widget:
Go to CMS > Static Blocks, create a new static block with your HTML code as content
Go to CMS > Widgets, add new widget instance
Choose type "CMS Static Block" and your theme
Choose a title, select "Display on: Specified Page" and "Page: One Page Checkout Success". In "Block Reference", choose where on the page the content should be added
On the "Widget Options" tab, select the static block, created in (1)
Then clear cache and you're set.

values in dropdown of configurable products attributes in listing page of magento

This is my product description page.
In the dropdown of color there is a list.i want this list (red,green,blue) in my product listing page.
thats here:-
How to get the value of configurable products in product listing page?
Thanks in advance,
Go to Magento admin panel. Then, go to Manage Product under Catalog Menu.
Click on you product. Then, it will show product detail.
You will see Custom Option on Left Menu. Click on this
Click on Add New Option
After that, type display name on Title eg. Color
Choose Drop-Down on Input Type
New Box appear. So, you can add Red on Title. Then, click to Add New Row. You should add 3 row based on your requirement. Then, save.
If you don't see any thing on front-end UI, Clear Cache and ReIndex Manage again.
Hope this help

Issue with Magento Categories

I am having issues arranging the categories in magento. The system has more than 3000 categories. There are 4 level categories which means: Parent>Level1>Level2>Level3>Level4.
All the products are sitting in level4 categories and level1,2 and 3 are just empty.
What I am trying to do is under level2 display its sub categories using a static block and then under level 3 display the categories from level 4.
2nd issue is I dont want to show all the categories in the main menu bar as loading 3000 categories will kill the server.
I want to do something similar to this: http://www.staples.ca/ENG/Catalog/cat_super.asp?catids=%2C&name=CA_SU_Office+Supplies
Here is the link for the site: bindersnink(dot)ca
From what I can see in the Staples link you added, they only show top level categories on their main menu nav bar. You can do this in your Magento store by simply changing a configuration value. Just login to your backend, go to System > Configuration and click on the Catalog > Catalog section in the left panel. On that page you will see a section called Category Top Navigation. Change the Maximal Depth to 1. This way only your top level categories will show up in the menu.
Just note that if you want all products in child categories to display on the top level category page, you will need to go to the edit category page, go to the Display Settings tab, and make sure that Is Anchor is set to yes.

Magento - How to Add a custom tab Under Product Information in the Admin panel?

I have been working on a new customization for my magento website. Now i am trying to add a custom tab "Price - Size" with the default tab list. How do i do it? any reference would be helpful..!
Below is the screenshot of what i am expecting to have (I will place some size-pricing information in the main area when user clicks this tab)
Thanks
You can do by attributes, like the following.
Go to Catalog -> Attributes -> Manage Attributes Set
Add new attribute set based "Default"
Go to Manage Attributes
Add new Attributes
Give unique attribute code and fill other necessary fields.
Click "Manage Label / Options", fill labels what you want.
Go to Catalog -> Attributes -> Manage Attributes set, then click the new created set.
Add new "Group", give a proper name.
Select attribute that you want to attach this created new group from right panel ( drag and drop on the new group )
Create new product, select the attribute that you created a few seconds ago.
The finally, you will new attribute in the product page left sidebar.

Resources