Several problems

  • Posts: 96
  • Thank you received: 3
11 years 1 month ago #128041

-- url of the page with the problem -- :
-- HikaShop version -- : Essential 2.2.2
-- Joomla version -- : 2.5.14
-- PHP version -- : 5.3.16
-- Browser(s) name and version -- :
-- Error-message(debug-mod must be tuned on) -- :

Hello,

I have read the forum and you documentation. Tried many settings, but I kept having problems with different things in the shop:

1. How can I sort the products by name in the shop? I have nog category.
2. How can I disable the stock in the product in the shop?
3. When I'm done with paying and come back in the webshop I get an blank page in the site? I want to set a text there. How?
4. Where can I set the mailsettings for the client and the administrator?

Thanks for helping.

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

  • Posts: 13201
  • Thank you received: 2322
11 years 1 month ago #128107

Hi,

1. In the options of you menu / module, you can set the value "product_name" for the "ordering" option.
2. You just have to don't change the stock of the products or set the value "-1" which is "unlimited".
3. Which payment method are you using ? You can set an url for the option "return url" in your payment method configuration.
Or you can edit the file "methodname_end.php" in the method plugin (via ftp) or edit the view "checkout / after_end" via the Display > Views menu
4. In Configuration > Main > Emails.

The following user(s) said Thank You: Digishop

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

  • Posts: 17
  • Thank you received: 2
11 years 1 month ago #128186

Hi there,
If you still face difficulties configuring your store, I would be glad to assist and customize your site as needed.
Thanks.

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

  • Posts: 96
  • Thank you received: 3
11 years 1 month ago #128199

Hello,

Thanks you that helped.
1. that is working correct now
2. OK, I understand. But what when I have stock, but do not want to see this in the webshop?
3. I can not find this: checkout / after_end in the menu vieuws? By the way when I return in the website I have a blank page with the URL: www.mywebsite.nl/index.php?option=com_hi...fter_end&order_id=27
4. I find them. Thanks.

Best regards

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

  • Posts: 96
  • Thank you received: 3
11 years 1 month ago #128201

Hi,

Maybe I need some help. But I just want answers and do the work myself to learn Hikashop.
Can I send you some questions when I have them?

Best regards

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

  • Posts: 12953
  • Thank you received: 1778
11 years 1 month ago #128221

Hi,

2. Then you'll be able to do hide it with some CSS code like :

.hikashop_product_quantity_main{display:none;}
3. Can you tell me what payment method are you using ? Also, did you tried to use the "return URL" option through your payment method configuration page ?

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

  • Posts: 96
  • Thank you received: 3
11 years 1 month ago #128631

Hello,

It's still going better. One by one I get my webshop customized and I like Hikashop every step much more!

But I don't get the thank you message after a good payment?
I cann't find the pulgin you mentioned? And in the "checkout / after_end" php stays this

<?php
/**
 * @package  HikaShop for Joomla!
 * @version  2.2.2
 * @author  hikashop.com
 * @copyright  (C) 2010-2013 HIKARI SOFTWARE. All rights reserved.
 * @license  GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
 */
defined('_JEXEC') or die('Restricted access');
?><?php
$app = JFactory::getApplication();
$app->enqueueMessage( JText::_('THANK_YOU_FOR_PURCHASE') );

I filled the fiedl "force a menu after checkout" but this won't work.

I have JDiDEAL as payment gateway. They said that Hikashop has is own thnak you page?

I don't know anymore how to solve this problem? Can you help me?
Thanks and best regards

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

  • Posts: 13201
  • Thank you received: 2322
11 years 1 month ago #128779

Hi,

Which version of iDeal do you have ?

iDEAL (by Chill Creations) or (by ideal-checkout)


Thanks to check via ftp in the plugin / hikashop payment folder if there is not a file like "xxxxxxxxxxx_end.php"
If a file with "_end" is present so you have to edit it to display the message at the end of the checkout.

Thanks to ask to the team which have developed this plugin to give you more informations if the previous solutions doesn't work.

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

  • Posts: 96
  • Thank you received: 3
11 years 1 month ago #128895

Hello,

The payment extension I use is from www.jdideal.nl/

In the map in the plugins/hikashoppyament/jdideal there are 3 files: jdideal.php, script.php and jdideal.xml.

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

  • Posts: 13201
  • Thank you received: 2322
11 years 1 month ago #128973

Hi,

They maybe don't manage the API return correctly and that's why you don't go to the thanks page.
Thanks to ask to the member of jdideal how to redirect to a thank you message from their plugin.

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

  • Posts: 96
  • Thank you received: 3
11 years 1 month ago #129595

Hello,

The problem with the thank you message after payment is solved.
When payment was done (or not) I came back in the site without text.
This was a problem with the template. In the template the Joomla! system message option was not made.
When I placed this code

<jdoc:include type="message" />
int my index.php from the template it was fixed.

topic closed.

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

Time to create page: 0.103 seconds
Powered by Kunena Forum