Nevermind I figured it out!
I had to change the following information
// CHANGE: path to your store (i.e. http://example.com/store
$myStoreUrl = 'http://divaboutiques.com';
To this:
// CHANGE: path to your store (i.e. http://example.com/store
$myStoreUrl = 'http://divaboutiques.com/store';
And everything is working fine now!


Reply With Quote
