I am very new to Drupal and need to creat a e-commerce website.
I would like to know what are my best options for e-commerce plugin.
I need the following functionalities for my website:
• Product search
• Product advanced search
• Related products
• Shopping cart
• Product detail page
• Testimonials
• Personalized product (product specification, editable in the checkout)
• User account
• Gift wrapping
• Offer
• Shipping method options
• Voucher
I need to create a custom block which will be displayed on every page of my site.
This block will have 2 textboxes and a submit button.
User will enter text in a text box and output will be generated in the other based on some server side processing when the button is clicked.
Please help me with this.
Basically I've just recently run into bugs in D6 due to CKEditor module overriding a text-area, that made me wonder why some text-areas can't be flagged as 'plain-text only.'
I was wondering, is this possible in D7, or is it too late to suggest it? I feel like this would be a very simple addition to the core code.