<div>
<?php if (isset($personal_note)) { ?>
<a href="<?php echo "index.php?option=com_hikashop&ctrl=product&task=updatecart&quantity=1&checkout=1&product_id=797&$personal_note"; ?>" > next </a>
<?php } else { ?>
<a href="index.php?option=com_hikashop&ctrl=1&Itemid=<?php $Itemid ;?>">Next</a>
<?php } ?>
</div>
I've been given this code from Hikashop themselves, which gave me these errors:
Thanks, I now get this error if I fill in the personal note or if I don't with that code
the URL it returned from the next button was: index.php?option=com_hikashop&ctrl=1&Itemid=
404 - Page not found : 1
You may not be able to visit this page because of:
an out-of-date bookmark/favourite
a search engine that has an out-of-date listing for this site
a mistyped address
you have no access to this page
The requested resource was not found.
An error has occurred while processing your request.
Please try one of the following pages:
Home Page
If difficulties persist, please contact the System Administrator of this site and report the error below..
I've replied to them, but if anyone here can solve this that would be great.
Thanks