Creating donate item

  • Posts: 43
  • Thank you received: 1
12 years 7 months ago #50872

Hello again,

I managed to make it work on a brand new Hikashop installation...
I've not a clue why it doesn't work on the other site... Still have to investigate.

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

  • Posts: 21
  • Thank you received: 1
12 years 7 months ago #51331

I am still trying to figure this out. In the custom field settings the "core" is in red and not green. Could this be why it isn't working? What does "Core" mean exactly?
I did see your working example and so I know it has to be something simple. I did post screen shots of my configuration but I'm not sure they were looked at.
Could I please get some response on this post? Why isn't this just built in to the store as a plugin and already configured? Just wondering.

This was why it wasn't working. In Extension Manager: Manage the HikaShopCustom Price plugin wasn't turned on. Thanks.
I also added the code you submitted earlier into the plugin.

Last edit: 12 years 7 months ago by sluiting.

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

  • Posts: 83023
  • Thank you received: 13403
  • MODERATOR
12 years 6 months ago #51417

Core means that it's a field which is installed by default. So it's normal that your custom field is not core.

Of course, I looked at your screenshots and I didn't find a problem with them actually.

Why not already in the core ? Because we made the plugin a few weeks ago, and that the last release is two months old.
It's as simple as that.

The following user(s) said Thank You: sluiting

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

  • Posts: 21
  • Thank you received: 1
12 years 6 months ago #51441

Thanks for adding the functionality. The timing is amazing. I am not just building out a Joomla site but also the Linux server underneath. I also came across Web Server Software that is as functional as a Windows program that lets me create domains, FTP, SSL at a click of a button. The software is called Webuzo. Without this the task would have been overwhelming. They also added SSL into it just this month and I assumed that the functionality was already in their software. I seem to be leading a charmed life.

Many thanks for a great product and for your support!

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

  • Posts: 29
  • Thank you received: 1
12 years 2 months ago #69588

I have a similar problem but I can't enable the custom_price plugin. When I downloaded it and tried to install the system said the folder was occupied. I must have got the plugin automatically with the Hikashop download. I checked through Filezilla and the custom_price plugin is there in the plugins/system folder.

But I cannot see the plugin on the component interface (Hikashop>system>configuration>plugin) and I cannot find it in the Joomla interface (Extensions>Plugin Manager)

Any idea how to reinstall the plugin so I can enable it?

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

  • Posts: 83023
  • Thank you received: 13403
  • MODERATOR
12 years 2 months ago #69732

That plugin is called "HikaShop Donation plugin". You should be able to find it in the plugins manager and publish it if you're using the latest version of HikaShop.

The following user(s) said Thank You: roojai

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

  • Posts: 29
  • Thank you received: 1
12 years 2 months ago #69736

That's the strange thing. It isn't there but I can't add it as the system thinks it is there!?

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

  • Posts: 83023
  • Thank you received: 13403
  • MODERATOR
12 years 2 months ago #69738

Then rename the folder custom_price via FTP and install it again.

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

  • Posts: 29
  • Thank you received: 1
12 years 2 months ago #69742

My mistake - I found it once I looked for "HikaShop Donation" :cheer:

And it works!

Last edit: 12 years 2 months ago by roojai.

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

  • Posts: 31
  • Thank you received: 3
12 years 2 months ago #69975

Hi,

I'm having the same problem - (the 'Amount to donate' field only appears if the 'Product' has a price other than zero). It works if I set a price.

Can you point me to the file I need to edit so I can leave the price empty / zero.

Thanks

Steve

(this is with reference to this post: www.hikashop.com/forum/4-how-to/49861-cr...m.html?lang=en#50592 )

Last edit: 12 years 2 months ago by SteveEvans. Reason: clarrification

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

  • Posts: 83023
  • Thank you received: 13403
  • MODERATOR
12 years 2 months ago #70121

Hi,

There is no file to edit.
You just have to turn on the option "display add to cart button for free products" in the Display tab of the configuration and that will do it.

The following user(s) said Thank You: SteveEvans

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

  • Posts: 31
  • Thank you received: 3
12 years 2 months ago #70124

Great. That makes sense and works.

Thanks

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

  • Posts: 73
  • Thank you received: 2
11 years 7 months ago #101227

Hi,

Quick question, since a custom field is used to create the donation feature; can the "hide custom field" work on on individual product or is it a global setting? I have other products that I want to have custom fields to show but for donation products it seems redundant and want to hide it for donation items. Or can you suggest a work around?

see attached

Thanks

Attachments:

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

  • Posts: 83023
  • Thank you received: 13403
  • MODERATOR
11 years 7 months ago #101274

Hi,

Do you mean in the cart ?
In that case, you can hide specific custom fields with CSS like this:
.hikashop_cart_item_MY_FIELD_COLUMN{ display:none; }

The following user(s) said Thank You: aheng5

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

  • Posts: 73
  • Thank you received: 2
11 years 7 months ago #101278

I want to do this whether one is looking at the shopping cart module or the cart within checkout and email notifications to buyer. Is this possible?

thanks

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

  • Posts: 73
  • Thank you received: 2
11 years 7 months ago #101283

Success! :) It works. Thanks for the advice.

.hikashop_cart_item_amount { display:none; }

works across all the views.

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

  • Posts: 73
  • Thank you received: 2
11 years 6 months ago #107245

I installed on new site with Joomla 2.5.11 hika business version. Is there a reason that the Custom_price plugin doesn't appear so I can enable but I see when I look at the file structure thru FTP file manager that I see the files in the backend files in the extension folder.

Any advice?
Thanks

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

  • Posts: 83023
  • Thank you received: 13403
  • MODERATOR
11 years 6 months ago #107290

The plugin is installed by default with HikaShop. Its name is now HikaShop Donation plugin.

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

  • Posts: 73
  • Thank you received: 2
11 years 6 months ago #107298

Ah, issue resolved. Thanks

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

  • Posts: 73
  • Thank you received: 2
11 years 5 months ago #110774

I've ran into an issue since creating the donate product feature. Is there a way to remove the "free" under the Product view for just this one product rather than through the global change. See attached for example.

Attachments:

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

Time to create page: 0.093 seconds
Powered by Kunena Forum