Code for Manual Shipping Plugin to Pass to Order

  • Posts: 53
  • Thank you received: 0
12 years 9 months ago #46555

Can I pass the Manual Shipping Plugin variables selected at the time of Checkout to the Order, below or above where the Shipping Method: Price appears?

Now there is no detail given regarding the delivery option selected at checkout.

Could you give me location of the Summary of your Order email file and the code to change it. I have looked at the code and I my abilities are limited when it comes to writing the code. I can insert code...

Thank you very much.

Please Log in or Create an account to join the conversation.

  • Posts: 53
  • Thank you received: 0
12 years 9 months ago #46646

Language file took care of most of the onscreen presentation. Still need to modify the Email notifications or Summary of Order.

Also View PDF icon is not showing all the screen information. It stop below price, needs to include the information on Shipping/Delivery that shows up below the final price.

Attachments:
Last edit: 12 years 9 months ago by teleactive. Reason: Added image

Please Log in or Create an account to join the conversation.

  • Posts: 83103
  • Thank you received: 13418
  • MODERATOR
12 years 9 months ago #46669

The emails can be edited via the menu System->Emails in the Business edition. Otherwise, you can edit the files in the folder media/com_hikashop/mail but you will loose your changes when you update so keep that in mind.

Where does that PDF comes from ? HikaShop has no PDF generator. It only has buttons to print the cart/order (which you can save as a PDF in your browser). If that's what you're using to print the cart, it's normal that you don't have other information.
If you want to also have the shipping selection, you can add the code:
$this->setLayout('status');
echo $this->loadTemplate();
in the file "printcart" of the view "checkout" via the menu Display>Views.

Please Log in or Create an account to join the conversation.

Time to create page: 0.061 seconds
Powered by Kunena Forum