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

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/

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.

email issue in opencart

An order confirmation email is sent for canceled/failed payments
User reach to the payment gateway, when reached to the cart after selecting final and reach to the payment page and user cancel the order but a successful email sent to the user did somebody face this issue before my open cart version 3.0
didn`t check the code yet, please tell me,
2) My website home page icons change into some encrypted boxes whenever some body visit my website first time later on user go in and visit some other pages and revisit the website home page, icons looks fine ,i refer so many links, even try to make changes in .htaccess file as well but nothing works,is there any way that i can fix it,i am providing my website site link,if you want because this issue never comes on local server,enter image description here,enter image description here
First thing that comes to mind is the order states options (system -> settings -> options). What state do the orders get when a payment is cancelled? Is the state unchecked for the 'order ready' states in the options?
This mainly depends on payment extension. Payment extension is responsible of setting correct order_status_id depending from 'error', 'failed', 'not completed' methods.
Sometimes, payment module has incorrect return callback links.
Again, check payment module methods.

Django oscar paypal

I am using 'django-oscar' for ecommerce website.
I integrated 'django-oscar-paypal' for payment system. However, I have a small issue in transmitting correct data to 'paypal-redirect'.
The address on checkout page appears correctly and it includes 'address, contact, and instruction'.
However, when I click on paypal button to redirect, the address appears correctly but the name slightly changes (it just omits the title) with missing contact and instruction. If I try a different address on the website, the name includes the title but still contact/instruction are missing.
After paying and coming back to preview page, the whole address section seems to be stuck with whatever was already inserted in the paypal website and I do not see the contact and instruction. I have set the paypal settings so that the address cannot be amended in the paypal-redirect page.
Is there a fix to this?
I have attached the screenshots.
Thank you in advance!
(Checkout) https://i.stack.imgur.com/35x1r.png
(Paypal) https://i.stack.imgur.com/hVNtq.png
(Preview - after paypal-redirect) https://i.stack.imgur.com/aGqgX.png

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.

Removing/Unlink site root link that appears under title link in like/share wall posts

Our site deals with affiliate marketing, so we need to ensure that the affiliate that shares a page from our website gets credit for any retail sales that are made from that person sharing the site on his/her facebook page. We have the link working perfectly, so that is not the problem. The problem we are having is when someone clicks the like button on a page and adds comments the title of the page is correctly linked, but there's also a link underneath the title that is linked to the site root without the affiliates info attached. From looking at several posts on my own facebook page I've noticed that a few sites have their site "greyed out" or unlinked. I checked the source of these pages and was not able to find a clear solution to how they were able to accomplish this. I even went as far as contacting one of the sites and they said that they were unable to give that type of information out.
Does anyone know how to accomplish this?