Continue Orders and edit customer account

  • Posts: 7
  • Thank you received: 0
12 years 3 months ago #58276

Hi two questions:

1.Is there a way to include an option for the user to continue their order if they have to leave the page, such as a “continue my previous order” button when they return and log in?

2.Is there a way to edit the user’s account after purchase to add different information such as updates or links to information? I’d like to be able to post links in the customer account in the orders area if possible. For example the customer buys item A and then I want to add a link related to item A in their customer account which they can click from the front end.

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

  • Posts: 82819
  • Thank you received: 13366
  • MODERATOR
12 years 3 months ago #58332

Hi,

1.
If the order has not yet been created, next time the user comes and log on the website, he will have his cart and address already there for him to checkout.
If the order has been created, if will be able to see it in his orders listing. You can create a menu item of the type user control panel via the joomla menu manager for that. You can turn on the option "Payment of orders not paid immediately" in the configuration if you want the user to be able to pay orders not paid yet.

2.
You can create a menu item of the type user control panel via the joomla menu manager for that. You could create a custom field of the table "order" via the menu Display->Custom fields so that you could edit it via the order of the user.
Then, in the order details page, you could display it with a simple line of code in the file "show" of the view order" of the front end via the menu Display->Views:
<?php echo $this->element->COLMUN_NAME; ?>
where COLMUN_NAME would be the column name of the custom field.

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

  • Posts: 7
  • Thank you received: 0
12 years 3 months ago #58395

Thank you, I have tried to add in this information but is this option only in the business edition?

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

  • Posts: 82819
  • Thank you received: 13366
  • MODERATOR
12 years 3 months ago #58436

Custom fields of the table "order" are indeed available only in the Business edition.

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

Time to create page: 0.059 seconds
Powered by Kunena Forum