At the moment, we are only shipping within the UK, and are only using one shipping method.
Is there a way for the cart to automatically display/add the shipping charges to the total - as it is now, the user has to click on “Get a quote” first, and then “update total” - even if there is nothing to choose!
Hi - you need to create a new event. This involves coding but is easy once you get you head round it. There is a Wiki that describes how to create an event.
I have spent a couple of hours with the example in the tutorial and that seems to work.
Now, I am not sure how to implement your solution.
As per the tutorial for creating events -
Step 1 - Create a new attribute (OK- I can do that - same values as from the tutorial?) Step 2 - Add this new attribute to your attributeset (OK- can do that do - but where do I assign it under?) Step 3 - Register a new custom local module under name ‘Xyz’ (Do I just copy the same information as from the tutorial?) Step 4 - Register the event with its Observer. Create file ‘config.xml’ under directory ‘app/code/local/Xyz/Catalog/etc/ (Same information/code here?) Step 5 - Creating the Observer. Create the directory structure - app/code/local/Xyz/Catalog/Model/Price/. Place the php code below in a file by name ‘Observer.php’ in the directory just created. (I presume I would enter your code here instead of the sample one?) Step 6 - Set the discount on the product (n/a here - but is there anything else to do?)
I know I am crap at this - but if could give me a hand, maybe I could make it work - and may you be showered with blessings if you can help!
ill post it here before its approved. as soon as i add it, it will be available if you have the extension key. it just needs approving to show up in the magento connect listing.
I have now tried with my flat rate shipping just to see what happens. It does not seem to actually update the cart automatically with the shipping quote...Hmm…
Maybe I’m doing something wrong?
I thought that if enabled, it would automatically choose AND apply the chosen shipping method and add it to the total in the cart?
Lisa
EDIT: Had to disable table rate for that, now it seems to work! Will test some more!