Opencart products page with special price - opencart

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:

Related

specifying which products i want to be featured on Big Cartel Roadie landing page

I would very much like to be able to choose which products to show as featured on the main page. I'm not at all a programmer, so I can do html/CSS, but no more. The way I see it I should somehow add tags to certain products and then some function which would allow these tagged products to be listed as featured. But I have no idea as of how to do it. Any advise, please?

Disable google ads after a visitor made a purchase, using cookie or javascript

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.

customising announcement list in sharepoint 2010

I am trying to add a customised announcement list to the main page of my SharePoint site on this list, there will be 7 columns on the list but the challenge i'm having now is how to only display 3 out of the 7 columns on the site and the other columns will only be displayed when user clicks on add new announcement or clicks on the list itself. Please can anyone give me an idea of how to achieve this.
E.g: Assuming i customised an announcement list to have column: management, operations, Assets, Finance,HR,QHSE and Technical and added it on my SharePoint page via web-part, How can i make it to only display 3 of the 7 columns like management, operations, Assets while other columns will only be seen whenever users click on the add new announcement or go directly to the list itself. Thanks
For displaying only 3 columns, create a view and set it in the webpart options.
When you create a new view of a SharePoint list, it essentially creates a new .aspx page with the view customized per your definition. This can be done for standard views easily from the SharePoint list's web interface. This is the suggestion from Le_Freddo and should work for creating custom views but not for creating custom edit pages.
For that I believe you need to use SharePoint Designer. Open the site in SharePoint Designer then locate the list you're working on under 'Lists' in the 'FolderList'. You'll see 4 pages, AllItems, DispForm, EditForm, and NewForm. Make a copy of the EditForm (before you modify it), then open the EditForm to make your changes to it. You can add or remove fields from the page. In this way you can customize the Edit form to show all fields or only a subset.
You can also use this method to customize the other views (removing columns you don't want users to see).
When you're done, you can direct your List to use the new pages or define which page to use for each operation (View-All, Display, Edit, Create New) by setting the List's properties (right click the list in the Folder View, select Properties, then the 'Supporting Files' tab will have links to the pages configured for these actions).
Good luck...

Open Cart Same Product Price in Many Products?

Hi I have just installed Opencart to test it.
But I see a very irritating thing in it, that many products have the same price displayed, even if they have different price set from the admin panel.
I have also cleared the mozilla and chrome browser cache, and the cache of opencart as well. Nothing helped.
It'd be good to know which version you are using, if you're using the demo data, and which products are affected.
One thing is might be is that products have another price set under the "Option", "Discount" or "Special" tabs on the product screen under admin. These can all override the price under the "Data" tab.

opencart multistore categories doesn't show up

I installed opencart 1.5 mutlistore there is no problem in defoult site.
in 2nd site categories and products doesn't show up.
what is the solution?
yeni.dizayna.org
To get the categories to show up in that store, you need to assign the category to the other stores (not just default) in the DATA tab of your category editor page. Note you'll also need to assign the products you have to the other stores too (Under the LINKS tab in the product editor)