Thumbnail Content Management System (CMS)? - web

Hi I am looking for a CMS, that would allow me to add/view items based on categories. Just like a shopping cart but much simpler than that. I am working on a project which requires to categorize Movies based on their genre. So, there will be categories like Action, Romance,etc. Under each category, I need to display an image/video and some text regarding the movie. Which CMS would allow me do this?. Thanks in advance

I suggest you to use Joomla for your requirement. Joomla have lot of components and modules for your requirments.
Better you go with Joomla.. :)
This Joomla plugin has all privileges to fulfill your requirement.
Click here

Our company already has a CMS that facilitates this. One of clients is an video/games and entertainment company with an online e-commerce site.
You can contact us via our website www.monadel.com.
However, we are B2B and you may be looking for freeware - which we are not currently offering.
Wishing you success in your endeavours.

Related

Making a website but need E-commerce

I want to make a website for my friend who wants to sell clothing items. I can code a website with html, css and basic Javascript. I think this would be great for a portfolio piece. My only concern is I don't know enough programming to build a shopping cart or the checkout. Or any transaction for that matter. I can code forms but only the design of them. Can someone more experienced lend some advice on what I can do? Is there a way I can design my own website but use something else for the e-commerce part? Thanks in advance.
You have 3 options
Develop the whole store yourself
Use a CMS/Plugin to achieve that (like woocommerce for wordpress)
Make your site simple plain html with links to PayPal or similar's
I think you are looking for the last option here. It doesn't come with a lot of options, but would help you sell products and manage prices/expenses/return/etc. in a trusted service. You can create pricing buttons inside paypal for business website, and place them with html on your website. When the person clicks the button, they would be redirected to paypal's website
PayPal for Business
Premier accounts include all the benefits of Personal accounts, as well as our special features. Business accounts allow you to do business under a company or group name, accept all payment types for low fees, and accept payment from customers without PayPal accounts.
You can find more information on how to proceed on PayPal Developer Wiki
cheers :)

eCommerce : Product configurator under Hybris platform

I have to implement product configurator in hybris platform that allowing users customization front office interface (product details).
Like changing color of product, size, make text and managing prices.
I'm looking actually for open source product desinger.
Anyone has an experience with any integrated framework or any other recommendations ?
Kind regards,
Soufiane
If you are not using SAP CPQ which is integrated with Hybris out of the box, you can have a look at openCPQ
Managing the sizes, prices etc of products is performed via the productcockpit. Changes you make here will be reflected in the Accelerator storefront. This is also extensible and customisable.

How to create a shopping cart(Ecommerce site) using NetSuite

I am new to NetSuite. I don't know anything about the NetSuite. I want to create a new Shoppping cart(Ecommerce site) in the NetSuite. I am not able to find the steps so that I can create a new shopping cart using the NetSuite.
Please anybody provide me the full information of the NetSuite so that I can start the work on the E-commerce site.
with such a generic question I can only give a generic answer, which is to start at the start and learn about the system you are about to work with.
https://system.netsuite.com/app/help/helpcenter.nl
If you have specific questions or issues, folks here can be more helpful.
First, the netsuite account must have the ecommerce module.
Understanding of item types in Netsuite (items are integrated in ecommerce).
Netsuite website template, they are not the best in terms of UI design but you can always do something about it using css.
Of course the help guide and Netsuite usergroup is one of the best resources out there.

Sharepoint - How to agregate Announcements from sub-sites onto main site

I am new to Sharepoint (WSS 3.0) and have the task of creating a company intranet. This site will have a number of sub-sites - each owned by a different department. Each of the sub-sites will have an 'Announcements' webpart on their top-level page.
What I want to do is to take the most recent announcement from each of those sub-sites and display them on the main top-level site - the idea being that anyone in the company can see at the top level what is coming up in each of the departments.
My question is, what is the best way to do this? and does any one have any links that can point me in the right direction.
Many thanks.
In case you have MOSS, you should use Content Query Web Part here is the way to do it.
You can achieve the same by using Data View Web Part.
The third option is to create a custom code to do that, but since you mentioned that you are new to SharePoint I would advise against since that might be a bit complicated and it cannot be compared to the strength of built-in web parts.
The thing you should consider here is security. If a UserA from DeptA does not have permission to read Announcements from SiteB then the thing you are building does not make much sense because information from SiteB will not be visible to this user.
Along with the Toni answer you can try the SPDataSource & SPGridView if custom code is okay.

To Create an Employee directory

We are researching the various options that exist in our environment to create an Employee Directory. We have a SharePoint portal, AD and recently moved from Lotus Notes to Exchange. Our current employee search is a custom Notes DB that has since been retired.
Since moving to SharePoint an year ago, we've used a custom list using SharePoint Profiles that are updated from AD. But the simple list interface isn't very user friendly and is very slow. Sone of the requirements include type-ahead, pictures, and details of skills/certifications and other demographic information etc. We are considering building an ASP.NET or SilverLight application that can consume the information in the SharePoint list. With the introduction of Outlook and the Global Address List, we are now wondering if it might be easier to build something within Outlook.
Has anybody traveled a similar path and what would you advice us to do?
Microsoft has a huge set of offerings for Collaboration and Social Computing in Sharepoint.
See this document, pages 8 and 9 for information about features related to an employee directory, including details of skills/certifications and other demographic information.
A la carte availability of individual features (such as People Profiles and People Search) and pricing may be an issue, but you may want to look into buying something rather than building it (if you can get the pieces you want for a price you can afford).
Sharepoint can connect with Outlook to keep the lists synchronized if you want to use outlook. And there are definitely a lot of different ways to change the way the lists are presented in the Sharepoint portal to make them more user-friendly. Having those details on the portal will certainly be a boon when combined with the powerful search and indexing features in SharePoint so you can identify employees based on their profile details easily.
We use the people search for this pretty effectively. We populate data in AD, then connect profile properties to AD attributes. That's only if you have MOSS, though. If you're working with WSS, you'll have to build something more custom.
One gotcha, though, is that the People Search out of the box doesn't easily do partial searches (i.e. searching for "john" doesn't match "johnson"). That's a big downer in my mind. You can use Ramon Scott's approach of a Content Editor Webpart with a form and some Javascript to work around it, and you can also get there via the advanced search box (albeit indirectly), but it sure would be nice if it were easy to make the default search box do partial name searches.
I recently just discoverd a somewhat easy visual basic script that draws information from the active directory where you can specify which OU to draw from where it displays all user information in a simple .HTM page. it includes a search bar, recognizes patterns (address) (company telephone number) etc... If you would like i can post it for you. you only need to fill in a few sections (display name for directory, OU, OU display, and tags) and you can always change the way things look too.
This should be taken care of by using the My Site feature that's available within SharePoint. You will then be able to search SharePoint users by skills, certifications, projects, and educational qualification.
Please refer to the SharePoint Planning and Deployment material on TechNet for more info.
SH.

Resources