Hi all,
I'm using Hikashop Business 2.3.0.
Right now when the customer views the list of their orders, there is a "Reorder" button there.
The only issue with this is that they may not always remember exactly what was in that order, so they click the order number to view it.
At this point they may want to reorder, but since the button isn't there, they have to to back out or click the item(s) and add it/them again.
Is there a simple way to add the Reorder button to the actual order page? I tried creating an override of the "show.php" order page, then adding the Reorder code (from the "listing.php" file) to it, but I ended up simply losing all css styling in the page and no button appeared.
If this is something more suited to a developer I'll go that route...