Open Cart Same Product Price in Many Products? - opencart

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.

Related

Adding custom data to Django's admin dashboard

I'm having a bit of trouble with Django again.
I have a simple e-commerce website project that I'm working on for my graduation. It sells books. I've got basic functionalities down, such as adding categories and products, client sign-ups and logins, a session-based shopping cart, a checkout page fully connected to a payment API, and an orders model to keep track of data.
My professor has asked me now to to add relevant reports in the Admin panel, talked to me a while about what would be relevant to see and all. So, I've got in mind what I'm hoping to make.
I want to have two containers in the main dashboard page, which would display some quick analytics (like, how many books the store has sold in the past seven days, how much money from sales the site has made in the past month), as well as links in the sidebar: I want each relevant app within my project to have their own reports section in the Admin panel, maybe led to from a link underneath their models. I've separated the storefront, accounts, orders, shopping cart, and checkout, for instance, in different apps
The problem is I can't really figure out how to actually... do that...
I've fiddled with the layout and templates on the admin; I've figured out how to add custom links to the admin page, and change its design elements, for instance. But I'm not sure how to link the data I want to the dashboard. It feels like the answer is right in front of me and I can't reach it...
I guess my question is, how can I add my reports to the Django admin page per app, and how can I add these containers that I want in the dashboard?
I've guessed that I have to start out by building a view for each report. So I am currently reading the Django docs on the Admin page again, as well as looking at questions similar to mine.
But any information y'all can share that could ease up this process and save me some time would be very much appreciated. Thanks so much!
PS: If it helps, I am overriding the admin templates by having all the .html pages copied on my project's templates folder - it's how I got it to display the store's header in the admin dashboard.

Giftteaser extension not working in admin panel when editing an order [Opencart]

When I edit an order from the admin panel, giftteaser won't work. Even the already gifted products start to add up in totals with their actual price. which in think means, Giftteaser don't work with API cart. or am I getting something wrong? any suggestions will be helpful.

Opencart products page with special price

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:

BigCartel (Luna Theme): Shipping Rate Calculator not showing in Cart page

I'm using the Luna Theme with Big Cartel, site here: http://legencrew.bigcartel.com
I'd like my Cart page to show the shipping rate calculator which is already included in the theme. The weird thing is that I can successfully preview this feature in the Advanced Customization page, but for some reason it doesn't show up in the "live" website.
I think it is related with the variable "{% if cart.shipping.enabled %}", but I can't figure out what's going on.
I would be really thankful if someone could help me!
All of the variables on your Cart page are working correctly... this is happening because the store is using PayPal Express + Stripe for checkout, so the shipping and discount fields have been moved to the separate Checkout page. If you change the Checkout settings to use PayPal Standard you'll see the shipping and discount fields return. http://help.bigcartel.com/basics/settings/seamless-checkout/

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)