cs-cart: free/open source multi column sub menu / drop down - cs-cart

Is there any free multi-column drop down/sub menu avaialble.
I have find it for magento here. but I am looking for cs-cart 3.
Here is one which i find, but is not free addon. and I am not sure it will serve my purpose.
Does any one know, if there is any free available? otherwise probabily I have to play with css.

multi-column already builtin under cs-cart 3. check this out

Related

Magento 1.9 new color custom option inherit the name of the size existing custom option

I am new in Magento and need to learn. I have a platform based on Magento 1.9 developed by another developer. i have addeded custom option of color. but there is size custom option already added before. in the frontend, the tile appear at the bottom of the new color custom option is the size custom option and the validation also inherit the size custom optio. Where can fix this ?
You can change requirement of this custom option for admin panel. Entry on editing of this product, and last tab from left are for custom option.
This link "Know your size" is not native from Magento, the another developer customized this point.
Customization probably was made in this file: /app/design/frontend/your_theme/default/template/catalog/product/view/type/options/configurable.phtml
But if you can't find it there, you can use "Ctrl or Command(For Mac) + Shift + F" on your favorite IDE to search for this exactly phrase: "Know your size" and if you can't find yet in this way, it's because he may have done the personalization directly at Magento Admin in CMS->Blocks menu.

Detail rows as tabs

Is there a way to present each detail row (at Master-Detail page) as separate tab or carousel slide? APEX 5.0
I've searched, read and tried for a whole evening, but nothing was found. Tradinional way is present region, not row as tab/carosel slide.
Apex 5.0 doesn't offer such a functionality. There might be some plug-in (search for it, if you want) but that's kind of a questionable solution because plug-in doesn't have to work in new Apex releases unless its designer upgrades it as well (or, alternatively, if you are capable of doing that).
If possible, upgrade to the most recent Apex version (currently, it is 19.x). There are numerous fancy stuff it offers, one of them being the Carousel Region. See how it looks like on the Universal Theme (Carousel Region) page. Or, create your own workspace on apex.oracle.com to see how it works.

How to display Joomla 3 urls without numbers?

I am having urls displayed with category and article ids such as http://www.mysite.com/54-mycategory/59-myarticle. In order to remove the numbers, I had to manually create menu items for each article - which then successfully omits the numbers from the urls.
This is perhaps not the right way to create SEF urls as this requires extra work to create the menu items. Does anyone know of a better way to do this? I couldn't find any extensions that can do this effectively.
No, this is how Joomla default routing works in both 2.5 and 3.x versions.
You need to either create a menu item per each article, as you did, or install a 3rd party plugin to handle it.
In your case I guess that most SEF extensions in the Joomla Extension Directory will do. I had good experiences with SH404SEF (a very complete solution) and Simple Custom Router (a very basic plugin - intended for coders)

How to achieve dynamism with Joomla?

i'm new to Joomla and i'm considered in the phase of discovering it yet , my problem here is that i'm using Joomla to make a cafe online ordering website , i want the customer to access the website and make his order from it, so i have to provide him with an active menu containing the cafe menu items, so i have to provide a radio buttons(or something like that) in order to give the customer the ability to choose his order items and to confirm his choices at last. i searched a lot about how to make that using Joomla and didn't reach to any thing , so it will be great if anyone can help me in such stuff.
You can not build complex custom forms with Joomla out-of-the-box.
The best solution depends on your needs - especially your further processing of the order.
If you just want to send it by mail to someone or to have it saved in the database, then it would be a enough to use a form extension for joomla. You will find many form extension on JED - they vary a lot in features, usability,flexibility and price. I often use breezingforms because it is very flexible and you can extend it with your own code (mostly).
If you want a full "shop" then you should have a look at the virtueMart extension for joomla. Or even at a shop system instead of joomla.
If you want full control you can write your own HTML and PHP Code and inject it into Joomla by a module such as Sourcerer from nonumber.nl. Or you write your own extension...

magento product option boxes style

Hi I am novice at magento I just can do simple task and edit some css but now I need to redesign product page layout. What I cant do is change product options (like shoes size, or clothes S,M,XL etc..).
Now it has classic dropdown manu layout what i want is little boxes with options, like checkboxes.
See exemple here example of product
i dont know if there is some plugin for that or you need to see some source code to help me, if so write a comment i try paste neccesary code.
Thanks
try to add custom option for product,,,,you can see in manage product option in last tab custom option...
The options for configurable products are created here:
../template/catalog/product/view/type/options/configurable.phtml
Just edit the *.phtml to your needs. In default it is a simple select box.

Resources