There is 2 SearchableDropdown, One is Company and the Second is Account
,Based on a selection of Company, Account SearchableDropdown should fill the data.
You can use searchable dropdown package hope your problem is solved
searchable_dropdown
dropdown_search
Related
I'm fresher working in SuiteCRM, please help me out with this requirement.
In workflow, in add action section I kept one dropdown list in which all fields are displayed according to module selected.
For example, if I select Account module, all fields related to accounts will be displayed in dropdown.
I want only office_phone and alernate_phone fileds to displayed in that dropdown,of selected module.
dropdown of all fields as per module selected:
I have added a new field in the contacts subpanel of Accounts. The added field's name is coming in the Admin ->Studio->Accounts->labels. But it is not coming in the subpanel contacts lists. If i added another label also, it is coming in the Labels list of accounts in studio. Where i missed. Please help. Thanks.
You need add the label to the contacts module. As the sub panels are relationships to other modules. In this case the contacts module.
How can I create an email template and send to someone and then the person can make edits right in their email account?
Is there a way I can do this with mailchimp or there is another service for it?
Used my browser's developer tools to inspect element and made my edits
You can use Mailchimp's mc:edit feature!
Mark any element with a unique mc:edit="identifier" and that area becomes editable under the DESIGN tab in the templates area in your MC account.
I am developing a new concept magento store with a new functionality of creating gift hamper..i am using bundle product in this..
Now i want to create a option on frontend say "Create hamper".in this option user can create a hamper/basket with any name using textbox..after creating this hamper user can add products in cart under its gift hamper..
and also on cart page i want to show seprate hamper with its product.
Can somebody help me out in this new concept.
Thanks in advance..
Hello Finally i find out the sollution, its not the exact sollution but very helpful for my new concept,
i can get some help by using & modifying these extension..
have a look on below extension & its respective demo.
http://51328012.demo.aitoc.com/magento-red-furniture-set.html
http://www.magebuzz.com/shopping-list.html
http://www.magentocommerce.com/magento-connect/shopping-list.html
http://www.aitoc.com/en/magentomods_gift_registry.html
http://www.aitoc.com/en/magentomods_recurring_purchase_assistant.html#demo
I am working on joomla and using joomla VirtueMart component.I created new fields in product detail page like color and size (drop down), Now I want to add that POST value (ex. $_POST["cmbColor"]) in shopping cart process and finally to be saved in database of VirtueMart.Please help me how to add these fields in cart.
Did you use the attribute system to add the optional color and size? Using either child products or attributes will get the options to show in the cart and saved on a sale. The VM documentation is pretty good on this topic, you can find how to use attributes here -
http://virtuemart.net/documentation/User_Manual/Product_Attributes.html