I moved my site from one account to another through the same host (domain was originally an addon domain now a standalone account). After the move, updating the database info in the original Joomla config file... there are a couple of errors in my HikaShop Essentials install.
1. No one can complete an order. After putting in your credit card info and clicking "continue" it just takes you back to the main store page. Neither the order or the customer info is logged in the HikaShop back-end.
2. If you drill down in the menu the area to edit and change is just text:
A) System> Payment methods > Hika Shop PayPal Pro payment plugin>
Main information
Name
Description
Description
isAdmin() ? '../' : ''; $link .= 'index.php?option=com_community&view=profile&task=app&app=editormyphotos&e_name=' . $name . '&userid=' . $user->id; JHTML::_('behavior.modal'); $button = new JObject(); $button->set('modal', true); $button->set('link', $link); $button->set('text', 'My Photos'); $button->set('name', 'blank'); $button->set('options', "{handler: 'iframe', size: {x: 700, y: 600}}"); return $button; }}
Products> Add Product
Main information
Name *
Description
isAdmin() ? '../' : ''; $link .= 'index.php?option=com_community&view=profile&task=app&app=editormyphotos&e_name=' . $name . '&userid=' . $user->id; JHTML::_('behavior.modal'); $button = new JObject(); $button->set('modal', true); $button->set('link', $link); $button->set('text', 'My Photos'); $button->set('name', 'blank'); $button->set('options', "{handler: 'iframe', size: {x: 700, y: 600}}"); return $button; }}
From the back-end, drilling down to the products page and clicking on a listed product, to edit it, yields the same issue.