Magento checkout buttons gone - javascript

I have a problem with my Magento 1.9 CE webshop.
When you order products the next button is not showing up on the checkout page, nor orders can be placed.
Things i have tried so far:
I installed a one page checkout plugin to see if this will work, it doesn't.
When you click on the "Place order now" button it rederects back to the one page chekout overview page.
I uninstalled all 3rd party plugins via magentoconnect, still no succes.
used the default theme to check if the checkout process will go true, also no succes.
used the original prototype.js file, because via firebug i noticed some errors on this file. also no succes.
i have been googling for 4 days now trying to search for a solution, but i cannot find the problem, there are a lot of solutions for checkout problems but none of them seem to work or are simmilar to my issue.
Is there annyone who can maybe help me out?
I also have a cookie notice when visiting the site, can also not click on agree to make it dissapear, i have a feeling this is related to the checkout problem.
The URL of the webshop is: https://www.pepstore.nl
any help would be very much appreciated!

Related

Add a Page Screen is Visually Blank

On one of my sites on a multisite install of wordpress I am having an issue where when I try to add or edit a page just a blank page loads.
The HTML of the page that should be there is present if you inspect the page and I am getting several of the follow JS errors.
Uncaught TypeError: Cannot read properties of undefined (reading 'registerBlockType')
I have disabled all plugins and gone back to default theme twenty twenty, and the issue persists.
I'm not using any custom blocks as I did see that answer come up as a reason for this error when searching online. I am only using blocks from the built in Gutenberg block editor.
I am updated to the most recent version of wordpress and woocommerce.
I tried turning on WP_Debug in wp-config.php but that did not show any errors when attempting to add or edit a page.
If there is more information I can provide please let me know, I'm not sure where to go from here.
Any help would be greatly appreciated.

All Products disappear after Deleting ANYONE from Cart

I m having a weird problem, It was working all well, Suddenly, what happened is that if I add Two or more products in my cart and THEN Delete any ONE, all the products disappear from the cart. After I reload/refresh the page, the REST of the products (not Deleted one) come back again. The same goes for the other products.
At first I thought it has to do with W3 Total cache plugin, so I disabled it. Then I disabled Minify in Cloudfare CDN. Then disabled all the plugins in wordpress. Then I switched to Twenty Seventeen Theme- ALL WENT IN VAIN. I have no idea what is messing with this, I doubt its javascript. What do I do now. Plz check the problem Here. I was just a day away from making this site live.
After spending one hour I finally fixed it. Who knows that a single setting will mess this whole things up. As soon as I changed the "HTTP Referrer Policy" to 'no referrer when downgrade(browser default)' , the problem got fixed.
I have no idea how it messed up with my javascript.

Bootstrap data toggle tab activate bootply libraries

First of all, it's my first post and I'm still kinda newbie but I'm keen on learning more and more.
I checked out this before I decided to ask here because I kinda got stucked.
So here is example of the code:
http://www.bootply.com/C1Xu5M0RnP
It works how I wanted it to do so but if I put it into my code and trying to test it locally I got some problems. Switching tabs by clicking on tabs work perfect, but when I try to click on the link which should move me to another tab it doesn't do so. I see the link + '#profile' or '#home' but tab and content don't show.
I don't have any errors at console debug. I included scripts in a way, a lot of people suggested here - jquery first, bootstrap after.
The question is what am I doing wrong or what libraries are preloaded on bootply?
I would be really grateful for any advices.
Seems like it works now. The problem was that I was using my own script first, then I was loading jquery and bootstrap.

Woocommerce won't add products to cart

I'm not sure what I did to break this because it was working fine for a while but I can no longer add products to the WooCommerce cart in the site I'm working on. On every attempt I get the "Please choose product options" message in return.
I have a selected price for each variable yet it still doesn't work. I'm thinking it could have something to do with the quantity selector of that could possibly not be going through.
There may also be a conflict with some jQuery libraries and I have been told to check for errors but I have tried countless times to approach this and I just can't find the solution and this really needs to be fixed as soon as possible.
Any information or help anyone can provide would be greatly appreciated.
Here's an example page of a product to test it
http://www.coreytegeler.com/bolivares/shop/marquez-button-down-cardigan-2/
I had the same problem and fixed it. It was a caching issue on my host. Once they excluded certain sessions/cookies to be cached (on server side) all started to work again.
Did it work okay before you upgraded to the latest version of Woocommerce?
<!-- WooCommerce Version -->
<meta name="generator" content="WooCommerce 2.0.3" />
Woo recently did a major upgrade to their ecommerce engine, and it may need tweaking to work with your current theme.
One thing you can test is to temporarily switch to a different theme which is known to work with the up-to-date woocommerce, e.g. http://www.woothemes.com/products/mystile/ which is a free theme from the Woo folks themselves.

How to use AJAX in DRUPAL

I want to implement AJAX in DRUPAL 4.7 as I am beginner in Drupal can any one help me in this, it would be great if I get a snippet of Code.
Actually in a page I have list of items is being there using pagination it is being accessed, but everytime when I click on the next button it relaods the page, Since in the same page I have other features like ADS, TAGS so it takes more time each time loading.
So I need to list out the only the content.
So do help me in this Issue.
You really should upgrade to D6 if AT ALL possible. You're like 5 years behind the times and in Drupal years, that's a loooong time.
You could perhaps try and use a search engine.
The first result is from Drupal's documentation itself.
So now that you've mentioned what's wrong (i.e. pagination), the possibility of getting help increases.
So you're saying your pagination links reload the whole page. What is the href attribute set to?
If you upgrade to Drupal 5, you could use http://drupal.org/project/ajax_views . At any rate, I'd recommend taking a look at the code in that module and see what you can use/what ideas you can get.
It sounds like you have a JavaScript fatal error on your page, which will disable all JavaScript. There should be an return false attached to the click handler for the pagination, but if that fails, the graceful degradetion would be to execute the link, which will simply reload the page.
So I would suggest you get something like Firebug for Firefox or any other JavaScript development tool, and first check if you get fatal errors.

Categories