email checkout without payment processing

  • Posts: 1
  • Thank you received: 0
11 years 8 months ago #61296

hi,

i need a shop/product catalog without payment processing.
so the checkout processing should be able as guest-user as well and the system should send a order confirmation email to the client and to the shop admin.

the second feature that we need is to change the product price for all products at "one click". like 10% more for all products.

are these out of the box features from hikashop?

thanks for your feedback,
roger

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

  • Posts: 81597
  • Thank you received: 13081
  • MODERATOR
11 years 8 months ago #61382

Hi,

You can do that by just removing the "payment" view from the "checkout workflow" option of the configuration.

There is no feature to change all the prices at once.
However, you can do that quite easily by just running a MySQL query via PHPMyAdmin.
It will be something like that:
UPDATE jos_hikashop_price SET price_value=price_value*1.1;

where jos_ is the prefix of your tables.

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

Time to create page: 0.052 seconds
Powered by Kunena Forum