How to Get the Copyright Text in PHP and the CMS for Magento

As this is a very useful thing to do when customising a Magento template / theme and I could find nothing on-line to quickly demonstrate how to do this here you go: [code]<?php $storeCopyright = Mage::getStoreConfig(‘design/footer/copyright’); echo $storeCopyright; ?>[/code] If you need to add this to a CMS page then you can use this to … Read more

Retrieve VAT from Store Information in Magento with PHP

As this is a very useful thing to do when customising a Magento template / theme and I could find nothing online to quickly demonstrate how to do this here you go: [code]<?php $storeVAT = Mage::getStoreConfig(‘general/store_information/merchant_vat_number’); echo $storeVAT; ?>[/code] If you need to add this to a CMS page then you can use this to … Read more

SagePay Test Cards

In order to configure SagePay properly in Magento you will need to run some test transactions on your SagePay test account. Your admin can be found here: https://test.sagepay.com/mysagepay/loginpage.msp Expiry Date: any date in the future CV2: 123 Billing Address: 88 Billing Postcode: 412 3D Secure Password: password Card Type SagePay Card Name Card Number Issue Number … Read more

Best way to link to a CMS page in Magento

Keeping this code handy will save you time when populating your Magento CMS pages. It will create a safe link which will continue to work if you ever decide to move your site. It is the equivalent of: www.yourwebsite.com/seethelinkbelow [code]<a href=”{{store url=’link-to-custom-cms-page’}}”>Safe Magento Custom CMS Link</a>[/code] To keep things tidy, don’t forget to use single … Read more

How you can get more followers on Twitter

A screenshot of the code working

Hi again Pivotal followers. We have another really handy tip for you. If you liked our https://Pivotal.digital/invite-friends-page-facebook/3399 guide on how to add all friends on Facebook then you’ll definitely like this. Below is a guide on how to follow thousands of people on Twitter. A lot of them will follow you back. You can then use a similar code … Read more

The Most Amazing Website & Kitchen Printer EVER

A photo of the worlds most powerful kitchen printer ever

We’ve finally done it. Here at Pivotal Hosting, we’ve been working hard for over a year to create a solid, high performance and profit yielding package exclusive to fast food restaurants that offer a delivery and collection service. Presenting: Fast Food Advantage. We have engineered a new structure of website for smaller business looking to compete with the large … Read more

How To Easily Reveal Stored Passwords

Screenshot of stored password

From time to time, we like to help you guys out with a nice ‘Trick of the Trade’. When we forget a password and happen to have it stored in our browser, we use an easy trick to reveal it. This can be a real time saver if you are in a hurry and don’t … Read more

Why Every Takeaway Restaurant Should Choose to Use Fast Food Advantage

It is important to realize that the fast food industry is very competitive. There are often multiple companies, offering similar food in any given area. That means that if one restaurant has an advantage over the other companies, they will ultimately get more business. The Fast Food Advantage can be the advantage that your company … Read more

Learn How to Dominate Your Local Fast-Food Market with This Ultimate Tool

The fast food industry is a very competitive industry. There are often multiple restaurants within a very small area. This can mean that in order for one business to thrive, they have to offer customers something that no other business in the area offers. Some restaurants choose to offer large discounts on orders from time … Read more