Whats the best way to separate men and women products in prestashop? - categories

Can we separate products for men and women using any method other than categories, and which would be easy to configure?

you could instead use categories like Clothing, Accessories, Shoes, Jewelry etc.. You would have to specify in the product title or description if it is for Male or Females, although it will likely be quite obvious.

Unfortunately - I also could not find a specifications field where one could do things like that. I hope someone puts it into next version of Prestashop. It is possible in current Prestashop 1.5.5 by adding multiple categories to a single product where men or women could also be selected as an additional category but not the default category.

Related

Looking for a Wordpress Plugin for tags

I hope someone can help me. I have 4 post types
Hotel
Restaurant
Nightlife
Wellness
My current theme only limits me to have one section for tags. I need multiple sections example
Hotels (Post Type)
1/ setting: City Hotel
2/ style: Boutique Hotel
3/ interests: swimming pool
4/ brand: Hilton
And etc…
I am looking for a plugin that can allow me to have tags for separate places. Currently I have to place all together which does not look the way I want it.
I would truly appreciate all the help.
Thanks

Magento 2 show out of stock configurable product

So i have furniture bed configurable product which has 4 simple products "Single | Double | Queen | King" if in the admin panel i set the inventory of "single bed" to 0 then "Single" option is not showing at all, i want is it to show "Single" in the frontend and as Out of Stock... so i can add email option later if available.
I tried "show out out stock items in frontend" but it only works for simple product not configurable
thanks
It might depend on the version you're using of magento if you're using an older one, that I think you are because that's a more or less feature you can try this
https://github.com/interjar/configurable-child-visibility
If you're using a more recent version the should show out of the box with that option. But I must say, in the recent version of magento and without plugins most of the products they show the options even out of stock as intended but some just don't and I can't get why.
Hope it helps :D

Showing courses in two blocks by category in Moodle Dashboard

We have Moodle site v.3.6.3+ and we are trying to customise the view of dashboard.
We have 10 courses with 2 main categories, and need to display each category courses in a separate block in the dashboard.
Students may be enrolled in 2 courses from the first category and enrolled in 3 courses from the second category. So we need to display the enrolled courses of first category in one block and the other enrolled courses of second category in the other block.
We searched for a plugin which may provides this feature, but with no luck.
Add the "Recently accessed block" in your dashboard and look for the "myoverview" and "recentlyaccssedcourses" folders under block in your application directly. You might have to look forward about how the code is written in "myoverview" block and modify the "recentlyaccssedcourses" accordingly. Since, I am also working on the same this is as far as i reached.
I try to duplicate the myoverview block as a new one. Making all the proper changes to create a new block. I also use grunt to recreate the amd modules.
But something was missing because wasn't loading the courses.
I fix this by using pure js, duplicating the node element of the block, and filtering it with js.

Best Product Listing Option for Concrete5

I'm going to be creating a Concrete5 website that will feature product listings. The listing system must offer all your typical ecommerce features, minus the ability to purchase items. It's strictly for browsing purposes only.
For example:
- Browse by category
- Search products
- Listings/results page with thumbnails and brief information (title, description, price in US/CAD, manufacturer, maker, etc.)
- Products single page (with detailed information, attributes and gallery/images)
All the things you'd expect to find in a listing system.
My issue is I can't find a specific add-on for something like product listings. This leaves me thinking that it may be best to use the e-commerce add on and do my best to hide anything related to the cart/payment process. That way it could just be used for everything else it offers.
What are your thoughts on this? Is there a better option?
Thanks for the advice!
Use the page list block. It has everything you need except for searching. But, in essence, that's what your requirements call for -- listing of pages.
Create a page type for your "product". The "brief information" can be in the Content block, or you can set as attributes. You'll probably want to make some minor changes to the block's view (by creating a new template) that displays the image as you want, the proper attributes, etc. Something similar to http://www.concrete5.org/documentation/how-tos/designers/styling-the-page-list-block/
There are several adanced page list blocks in the marketplace. You might want to start with those.
Right creat Page type.
After creat Page attributes.
Add a block page_list create a template for it and filter by attributes.
You can even use ajax to filter.
http://www.weblicating.com/doku/doku.php?id=cheatsheet/#.UbR7P0BmiSp
U can find here about page_list or read documentation Concrete5.

category vs tag

What are the main differences between setting a Category and applying a Tag (in blog posting)?
Is there a "silver-bullet" question for splitting Categories and Tags?
In my current approach there is a mess of tags and categories and I think this is bad.
Categories are hierarchical, i.e. they can have subcategories - if they don't, there's not much difference from tags.
The best functionality is in using categories and tags for completely separate purposes, so that every tag can span over several categories. This way, navigation through your site becomes much more intuitive.