-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I've been setting up a fresh magento 1.4.0.1 install, working great so far. I did some test orders just to see. Everything works fine, but when I click on "view order" under "my orders", I get a bunch of error messages:
There has been an error processing
your request
Notice: iconv_substr()
…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hi,
Need Advice which sharing hosting will run Magento Community fast or some other not expensive solution.
This website will not have a lot of users,
I only need that it will run fast for 100-20 users in same time.
The problem with magento is database design that make this system very slow ,…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hi,
Need Advice which sharing hosting will run Magento Community fast or some other not expensive solution.
This website will not have a lot of users,
I only need that it will run fast for 100-20 users in same time.
The problem with magento is database design that make this system very slow ,…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
We are looking at Magento as a possible commerce solution, but we are reading more bad than good on the free product. However Magento sells itself as the best thing ever, so I am confused on its actual value. Thought I'd ask the pros here.
Can any seasoned developer here explain the difficulties…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am loading Magento blocks outside of Magento for certain parts of my site. I can do this successfully with something similar the following.
require_once $docRoot.'/app/Mage.php';
umask(0);
Mage::app('default');
...
$layout = Mage::getSingleton('core/layout');
$block = $layout->createBlock('Mage_Page_Block_Html_Header');
$block->setTemplate('page/html/header…
>>> More
-
as seen on Geeks with Blogs
- Search for 'Geeks with Blogs'
Issues:The concern is that the Twitter Bootstrap framework is that some of their css selectors are simply too generic and have incompatibility issues and conflicts with most third party plug-ins and css libraries, like jQuery-UI and jqGrid.My most pressing concern is only with the generic selector…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have an MVC page, with some controls inside a form. The part I need help with:
I have a bunch of dropdowns in a list. All dynamically named (drop{0}, where {0} is the id
(really, its just a counter: 1,2,3,etc)). At the top of the list, I want to have another dropdown that will update ALL the dropdowns…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hey,
I'm new to MonoRail and am trying to figure out how to have it so that I can select a parent category in a dropdown then have it show a second dropdown with the categories that are children of the parent.
If I were using what I'm used to, ASP.NET MVC, I would have a javascript function that…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
hi, i'm buildin' an employee registration form in aspnet mvc, i have fields like "School" list in 1 dropdown box and "Department" list another, problem is i want to show Department list on change of School list, i have done followin' code:
public ActionResult EmployeeCreate()
{
var getSchool…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have two dropdown list (let's say there ids are ddl1 and ddl2). How can I set dropdown list 1 (ddl1) equals dropdown list 2 (ddl2) in jQuery?
Something like: $('#ddl1').val()=$('#ddl2).val()
Thanks in advance.
>>> More