This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Locate This File: /app/code/core/Mage/Checkout/controllers/OnepageController.php | |
Go to Mage_Checkout_OnepageController::successAction() | |
Comment the line $session->clear();. | |
Now you can make one order and refresh the page as often as you like for styling the success page, | |
simply put through a test order and once you are on the success page just change the url | |
from /checkout/onepage/success/ to /checkout/onepage/failure/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# The blog post that started it all: https://neocities.org/blog/the-fcc-is-now-rate-limited | |
# | |
# Current known FCC address ranges: | |
# https://news.ycombinator.com/item?id=7716915 | |
# | |
# Confirm/locate FCC IP ranges with this: http://whois.arin.net/rest/net/NET-165-135-0-0-1/pft | |
# | |
# In your nginx.conf: | |
location / { |