facebooktwitterskypeRSS Feed
telephone: (920) 215-1842
facsimile: (866) 456-2115

Tag Archives: sessions

Passing variables through get_header and get_footer

While working on a integration between a custom shopping cart solution and WordPress I found the get_header() and get_footer() to not correctly with variables and functions I needed to call.

 

I have two possible solutions:

First solution.

I can…

Using Sessions in WordPress

When needing to take a custom shopping cart and checkout solution and tie it into WordPress. We needed to have thousands of unique products available within the custom WordPress and have a customer’s name and cart total visible within the…