Is it possible to change the default view when a user selects a Contact from the system to display their info? By default the 'Contact Summary' is displayed whereas I'd like to display the 'Contact Details' as seen when the user clicks on Contact Details from the right side menu. I cannot find where in the system this choice is set...thanks.
Yes you can change the default record view user wise but that will be for all modules. Go to My Preference page which you can get by clicking on User name in Top Right corner.
Now on that page find a block "More Information" and set the value of "Default record View" field to Detail so when ever you will open any module record it will get detail view of that record.
Yes. You can.
Go to the Admin section
Studio
Module manager
Select Contacts module
Click on field which you want to appear on Summary page.
Select "Summary View"
For more details you can refer vTiger Summary Page info
Related
I am new to Django and I am having some troubles with my first web application.
My idea is to show a template on user first login with some information about the web. The template contains an "accept button" and a "continue to the webpage" button. This template should appear everytime the users login, until they click on the accept button.
I have created a new model with userID, a boolean field (terms_accepted) and a date field (terms_accepted_date) to control if the users have accepted the information, and the date when they have done so. What I want is to update the terms_accepted (from False to True), when the users click on the accept button.
Is there a simply way to modify the model from the template? I have created the correct flow, because If I modify manually the terms_accepted field from the admin site, when I enter to the page I don't see the template with the information. However, I don't know how to update the field automatically on button click.
Thanks
please take a look at this tutorial:
https://docs.djangoproject.com/en/1.10/intro/tutorial04/.
In the example the form is more complicated, but you can see how the model is updated in polls/view.py
I have Site settings item for my site, and i have field there for logo, in my code i am using Sitecore Field to display this field on my pages. and from experience editor it can be editable, but when i change the logo and publish the current item from experience editor (ex: home page), all items related to the page is published except the logo. I have to go to Site settings item from content editor and publish it. any idea how i can publish it from experience editor (Logo or any fields in Site Settings)
Normally, logo is a field on the home item you don't change it every day.
In your case you can publish your logo using edit related item and publish that item.
Please check below picture:
I want to have example.com/special and there list products with special price, what is the best way to do that ?
Requirements: 1.
have url /specials/
use category.tpl template
My idea: create new page in information, in controller send parms to catalog/category to fetch specials products, maybe exist more clear way ?
Special page is available by default in OpenCart. When You will set “old price – new price” for product. So, It product will automatically added in special page.
You can see in default OpenCart special page demo. Click Here
For example a product may have cost $200, but using the specials option in OpenCart you can set the price to $150. That way customers see the “old price – new price” difference.
Here’s how to set up a specials in OpenCart
From your OpenCart admin interface, hover over the Catalog tab and
click Products.
This is the list of products you have on your website. Find the
product you want to discount and click Edit.
Click on the Special tab.
Click Add Special in order to fill in the information for your
special price. Again, you have a number of options almost identical
to the discount page:
I have an ecommerce site where user will click on an ad served by google to make a purchase. Due to the nature of our business, we do not have repeat customers (<1% return business). We offer an option to track the progress of their custom orders on our website.
The problem is that many customer who bought the product click on the google ad to get to our site in order to use the tracking. All these clicks cost money but do not generate revenues.
I am hoping to run a piece of code, or set a cookie after a user make a purchase so that my ad is not displayed in the google search. Is this possible?
Yep sure this is totally possible
Create a new remarketing tag in AdWords (shared Library > Audiences > + Remarketing List) - call it something like "Purchasers".
Take the new tag and place it only on your purchase complete/thanks/confirmation page. This means that you are creating a new audience list of people who have purchased because only people who got to the purchase complete page will load the tag.
Back in AdWords, go to your search campaign and click on the Audiences tab (Audiences is only visible if the campaign is set to use "All Features" in the campaign type settings).
At the bottom of the page click "+Exclusions"
Enter your ad group(s)
Under Campaign Exclusions, click "Add campaign exclusions" and select "Interests & Remarketing"
Select the remarketing list you created in step 1 and click Close
Click Save and you're done - you'll now not show ads to people who have already purchased.
Hope that helps!
If you are already running remarketing campaign then you need not to add a new remarketing tag in your complete/thanks/confirmation page (your all pages must have remarketing tag). You just need to create a new remarketing list by selecting your complete/thanks/confirmation page and add this list in +Exclusions.
Adwords will stop showing your ads to the visitors who visited complete/thanks/confirmation page.
I'm maintaining a Facebook iFrame application, and my client is worried about the transition to Timeline. Basically, they want their home page to have a big icon next to 'Photos' that takes the user to the page hosting the iFrame. The tricky thing is that users can "pledge" within the app, and they want the link icon to look different depending on whether or not the user has pledged within the app. Is there any way to do this?
Assuming the answer is no, is there a way to add a second icon for the iFrame app so that I can customize one to look different? Or would I need to set up another page hosting the same iFrame?
Thanks!
Go to Fan Page Timeline, click the arrow on the half box to the right of photos, likes etc (assuming you haven't changed the order of the apps), hover over the icon you want to change and click on the pencil icon that shows up in the top right corner. Then click "edit settings". Here you can change the tab image or give the tab a custom name.
alternatively you can enter the edit page settings, go to the apps section, edit the app, and you can change the icon from there.
in either case, you will need to be a page admin to complete the task.
Update on 4/12
Facebook just added the functionality for developers to set a default image. Here is the post in the Developer Blog.