In response to: Announcing: Royal Mail Despatch Express Magento Integration
James [Member] · http://www.madcapsule.com
Hi Chris,
The focus of the extension is as a backend extension that automates the printing of shipping labels for Royal Mail, so you do not need to enable and disable the extension for multiple stores, you can filter by store and specify which shipments you wish to send to Royal Mail, with will work with multiple stores in Magento.
If you have further questions drop an email to support a.t madcapsule.com.
Many thanks,
The focus of the extension is as a backend extension that automates the printing of shipping labels for Royal Mail, so you do not need to enable and disable the extension for multiple stores, you can filter by store and specify which shipments you wish to send to Royal Mail, with will work with multiple stores in Magento.
If you have further questions drop an email to support a.t madcapsule.com.
Many thanks,
In response to: Announcing: Royal Mail Despatch Express Magento Integration
Chris Forde [Visitor]
Hi
We have a multi store setup and are trying to have different services. On each one the option is there but does not seem to work.
We have a multi store setup and are trying to have different services. On each one the option is there but does not seem to work.
In response to: Selecting data from MySql using a PHP array containing strings
FlashDark [Visitor]
Very useful! Thanks :)
In response to: Debugging Cake PHP Applications
Ravi Kiran [Visitor]
Thanks for the post working on debugging now will Quote your post on my blog
In response to: Junior Developer Opportunity
Jan F Kowalski [Visitor]
@Alan Sutherland: go for Zend PHP Certification
In response to: Junior Developer Opportunity
Alan Sutherland [Visitor]
Hi,
I'm not qualified yet to become a web developer, but I'd really like to become one. Since graduating I have found most jobs pretty mundane and not very challenging, I really like the sound of web development.
I imagine i'm not at the stage yet where you'd be interested but would you consider taking on a very inexperienced apprentice? I have been using macs/pcs since I was three, I pick up new software/hardware very quickly, I've taught myself Photoshop, Illustrator, After Effects and Dreamweaver, I have a basic understanding of HTML, and I''ve just started learning Javascript through Codeacademy, soon to be learning CSS, Python & Ruby.
I have a strong grasp of the current climate of the internet and thus believe I would be able to provide clients with good online strategies - my final year of university was dedicated to the creation of a music social networking site; I project managed the work, with help from a web developer and a panoramic photoghrapher.
Any help would be appreciated.
I'm not qualified yet to become a web developer, but I'd really like to become one. Since graduating I have found most jobs pretty mundane and not very challenging, I really like the sound of web development.
I imagine i'm not at the stage yet where you'd be interested but would you consider taking on a very inexperienced apprentice? I have been using macs/pcs since I was three, I pick up new software/hardware very quickly, I've taught myself Photoshop, Illustrator, After Effects and Dreamweaver, I have a basic understanding of HTML, and I''ve just started learning Javascript through Codeacademy, soon to be learning CSS, Python & Ruby.
I have a strong grasp of the current climate of the internet and thus believe I would be able to provide clients with good online strategies - my final year of university was dedicated to the creation of a music social networking site; I project managed the work, with help from a web developer and a panoramic photoghrapher.
Any help would be appreciated.
In response to: Magento Checkout Redirects Back to Cart Page
James [Member] · http://www.madcapsule.com
Hi Mathias,
Do you have any alterations to your checkout or any other extensions installed, even if not related to the checkout process?
Cheers
Do you have any alterations to your checkout or any other extensions installed, even if not related to the checkout process?
Cheers
In response to: Magento Checkout Redirects Back to Cart Page
Mathias [Visitor] · http://icandy.com.br
Hello James!
I reached your site while trying to find a solution for our issue, but it seems that your solution didn't work for us! Our problem is the same, after Placing Order, costumer is redirected to Cart, rather than completing the order. What is weird is that evertyhing was working fine, and suddenly this problem started to happen. Could you take a look for us, please?
http://pastebin.com/i1qSEjvw Thank you very much!
I reached your site while trying to find a solution for our issue, but it seems that your solution didn't work for us! Our problem is the same, after Placing Order, costumer is redirected to Cart, rather than completing the order. What is weird is that evertyhing was working fine, and suddenly this problem started to happen. Could you take a look for us, please?
http://pastebin.com/i1qSEjvw Thank you very much!
In response to: Create a Custom Attribute for a Category in Magento
prabu [Visitor]
You can try by loading the current category using the category id .
To get the cate
$_category = Mage::getModel('catalog/category')->load($id);
var_dump($_category->getData());
You should see your new attribute in the object array.
To get the cate
$_category = Mage::getModel('catalog/category')->load($id);
var_dump($_category->getData());
You should see your new attribute in the object array.
In response to: Magento Dynamic Product Listing & Pricing
James [Member] · http://www.madcapsule.com
Hi Ryan,
We never got round to packaging this as an extension on Magento Connect. We could help you achieve dynamic pricing on your Magento store using the same technique though. If you want more information please get in touch via http://www.madcapsule.com/support.
Thanks for your post.
We never got round to packaging this as an extension on Magento Connect. We could help you achieve dynamic pricing on your Magento store using the same technique though. If you want more information please get in touch via http://www.madcapsule.com/support.
Thanks for your post.
In response to: Magento Dynamic Product Listing & Pricing
Ryan [Visitor] · http://www.vshirts.co.uk
We are trying to achieve something similar and are possibly interested in your services. Can you please tell us what extension you used to do this and if it is now available.
In response to: Magento Checkout Redirects Back to Cart Page
James [Member] · http://www.madcapsule.com
Hi Ravi,
Paste the exception your seeing + a tail of your system.log file to pastebin and put the link here and we can take a look into what may be causing your issue.
Cheers
Paste the exception your seeing + a tail of your system.log file to pastebin and put the link here and we can take a look into what may be causing your issue.
Cheers
In response to: Magento Checkout Redirects Back to Cart Page
Ravi soni [Visitor]
A very thanks for this rare helpful post i found for my solution.
But in our installation we have found the same thing as onepage checkout redirecting to cart page again i checked my phpinfo and found mcrypt is enabled.
Our installation was working fine but eventually it started throwing some error (Exception) across the whole store please help me in this as i have completely off after trying 1000E times for the solution
But in our installation we have found the same thing as onepage checkout redirecting to cart page again i checked my phpinfo and found mcrypt is enabled.
Our installation was working fine but eventually it started throwing some error (Exception) across the whole store please help me in this as i have completely off after trying 1000E times for the solution
In response to: Create a Custom Attribute for a Category in Magento
Craig [Visitor]
@ tony parker, the last query uses catalog_eav_attribute not eav_entity_attribute as mentioned in the code above.
I have created a boolean option which is showing fine in the backend and the option can be saved and recovered, however when i try to read the attributes of the current category my new attribute is not in the array. this is the code i am using:-
Anything i missed??
I have created a boolean option which is showing fine in the backend and the option can be saved and recovered, however when i try to read the attributes of the current category my new attribute is not in the array. this is the code i am using:-
$_category = Mage::registry('current_category');
print_r($_category->debug());
if(array_key_exists('is_datatable', $_category)){
$_shortDescription=$_category['is_datatable']->getFrontend()->getValue($_category);
echo $_shortDescription;
}else{
echo "Attribute Is Datatable is not visible...";
}
Anything i missed??
In response to: Create a Custom Attribute for a Category in Magento
tony parker [Visitor]
im using Magento 1.6.1 - the final query doesnt seem to work - any ideas?
In response to: Magento Checkout Redirects Back to Cart Page
James [Member] · http://www.madcapsule.com
Thanks for your comment, Joel. Glad it helped you :)
In response to: Magento Checkout Redirects Back to Cart Page
Joel [Visitor]
Just wanted to say thanks. I found this post pretty quickly via Google and it turned out to be my issue. I'm new to Mag. so this would have taken me eons to sort out otherwise. Thanks for taking the time to post it.
In response to: Create a Custom Attribute for a Category in Magento
Nick D. [Visitor]
Jeremie:
Could you elaborate on how this method works? I have tried this with a very basic config.xml that pretty much only has the module name in it.. am I missing something? Can't get this to work for me.
Could you elaborate on how this method works? I have tried this with a very basic config.xml that pretty much only has the module name in it.. am I missing something? Can't get this to work for me.
In response to: Backordering Domains with GoDaddy - A Review
domain backorders [Visitor]
Domain Alert Pro services meet every need of the user and also their budget.
In response to: Kodak ESP 5, 6 and 7 series Linux Driver
Rick Rigby [Visitor]
Perfect on my Fedora 14 installation! Thanks You very much for providing this!