VirtueMart Shopping Cart - Open a "Ask a question about this product" page in modal box? - virtuemart

How can I open a "Ask a question about this product" link in modal box with only fields without the entire template. The good example is the email button in the article, it only shows the needed fields to send the article as email. I am using VirtueMart v1.1.5. Could somebody help me with this?

I finaly understand how to do it. To the end of the link has to be add to parameters -
&tmpl=component&type=raw

Related

Joomla Submit article redirect to homepage

I have site that user can submit an article in frontend . I have create menu submit article, but when i click it , it redirect to homepage.
Thank you
The guidelines are here: Joomla : How to create an article from the front end.
Go through below:
Your menu item should not have access to only special members if you are submitting content as registered member. In short, you should maintain the access level of the page.
There can be some other cases, for which you must need to post the screenshot if any error message shown on the screen to debug. As you know there are many settings, custom code, and tweaks that Joomla CMS allows to implement.
To change the redirection when submitting an article I found it useful to do the following:
Associate the form that enables you to create an article from the frontend to a menu, and then edit the corresponding element of the menu, on the options tab, select the redirection after submission category to where you want it to redirect and that's it. Hope it helps anyone!

Simple Magento Description Addon

I would like to receive some guidance or tips on how to create the following simple magento addon. I want to add a new tab when editing a product in the back-end, which for every product the admin can enter a few more details on a textarea which I will later on display on the product in the front-end on a separate tab.
Thanks in advance.
You have to create custom attribute to add a new field in all the products .
You can refer to this link:-
http://www.magentocommerce.com/knowledge-base/entry/tutorial-creating-attributes-custom-fields

I want to add CAPTCHA on shoppingcart.asp as well one-page-checkout.asp page in Volusion, can anybody help me how to do this? Thanks

My client has ecommerce store on Volusion and he is getting so many fake orders and now I want to add CAPTCHA before user login on shoppincart.asp page or one-page-checkout.asp page (before place order button).
My client website is www.featherstore.com
I already contacted Volusion support and they don't have any specific answer about this problem and just suggesting to take their serivce or get this done by their partner.
You can use google captcha for this :
Google reCaptcha
It is easy to use... You can find out the code how to put it. You just have to get one Public Key & Private Key for specific domain.
It's under the design menu in the admin panel, Hover over design, then click on articles.
Once on articles change display mode to list, and find one-page-checkout.asp and shoppingcart.asp click edit and add your code.
For reference use see:
Volusion File Editor Support
One Page Checkout and Advanced Shopping Cart Functionality in Volusion

How to add a custom field button in Virtuemart

I hope this question has a simple answer. I am creating a product catalogue with Joomla 2.5.6 and VirtueMart version 2.0.8e. On the product details page I want to include my own pdf button which will link to the brochure of the product.
Under the suggestion of a reply on the Virtuemart form, I created an image custom field in virtuemart but encountered two major problems.
I don't know now to link the image to a pdf.
I can't seem to remove the title from the image.
http://aleksdesign.ca/joomla/component/virtuemart/software-and-solutions/streem-alert-detail?Itemid=0
Please advise.
Thanks,
Aleks
My suggestion would be to use the Virtuemart Files feature. From the admin control panel, under "Shop", choose "Media". There you can upload the file(s) that you want to have downloaded. Be sure to associate them with a product, and they'll be included on the product page for download. To make a button out of the link(s), you could investigate using CSS to style them as a button. The only alternative I can think of would be to build a custom plugin for VM, which would be a great deal of extra work.
To make Custom fields in Joomla Virtuemart 2.0 is so simple.
You need to open your administrator and then go to:
Virtuemart->Products->Custom Field
there you will find a link to create new custom fiels and you can create your custom field with your choice. It provides various Custom Field Types. After creating and saving your custom field you need to go to product whom you want to add it. like:
Products->your product name->
open your product and go to Custom Fields and there at bottom you can see your custom field. add your custom field to product, save it and check this product from front-end of your site.
I hope this makes sense.
Thanks.

Magento in admin panel when click on edit custome it blank can't work?

My Magento Version is 1.5.1.0-rc1.
When Click on Customer Tab and Manage customer then it will show customer detail proper but when click in edit then give me header and footer without body middle content. Pls help me and give me suggestion what's problem..
Please view attachment ans01.jpg and ans02.jpg.
ans01.jpg is list of customer detail and ans02.jpg is edit page.
Please check your customer.xml in app/design/adminhtml/default/default/layout/customer.xml and check if the below xml tag are there. If not please check any file will override this cutomer edit action?
<adminhtml_customer_edit>
</adminhtml_customer_edit>
write below code in index.php file and save it to display error
error_reporting(E_ALL);
ini_set(“display_errors”, 1);
Then write down error what is the exact error in your magento.
For more detail please check this link:
http://bitly.com/hhtaEG
Enjoy !!!!!!!!!1

Resources