Payment rules (my custom setup)

  • Posts: 31
  • Thank you received: 1
11 years 1 month ago #126609

My products are all set to a fixed price of 1 euro and I have only Paypal (for now)

My rules are:
For 1 product the total price is 1,40
For 2 products the total price is 2,30
For 3 products the total price is 3,20
For 4 products the total price is 4,00
For 5 products the total price is 5,00
For 6 products the total price is 6,00 ............etc

In other words:
if a customer buys 1 product only then the price must be PLUS 0,40 cents
if a customer buys 2 products only then the price must be PLUS 0,30 cents
if a customer buys 3 products only then the price must be PLUS 0,20 cents
and if a customer buys 4 OR MORE products then the price must be 1 euro for every one of them

Can someone please help me implement this simple set of rules?

Last edit: 11 years 1 month ago by onsitenet.

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

  • Posts: 26159
  • Thank you received: 4028
  • MODERATOR
11 years 1 month ago #126657

Hi,

In HikaShop, you can configure a price for a specific (minimum) quantity.
You have to configure the prices for the quantity 1 to 6. The other quantity will have a same rate than 6 so it will work good.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 31
  • Thank you received: 1
11 years 1 month ago #126674

My fault! didn't say it right in previous post.

The customer buys different products (one of many) and not a lot of the same (many from one)
So, the total payment must be calculated during checkout at the cart...

It's like a fee added if customer buy just one or two or three products, and no-fee if customer buys more than three ( >=4)

It should be easy but ...is it?

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

  • Posts: 31
  • Thank you received: 1
11 years 1 month ago #126728

Is this -major- feature missing?

My problem should be solved if somehow there was a system to add fees (like handling or something else) to the shopping cart in co-junction with how many products the customers puts in the his cart (or something like weight or mass). This system should calculate the extra cost for small buyers and benefit larger customers with free "handling" fees. I think Virtuemart has this feature for free (if I remember correctly)

My products are downloadables ...so does not involve shipping or anything like weight or mass ...and so, the fees should be for "handling" the order... ...this is what I'm thinking .....any suggestions??

For reference:
extensions.joomla.org/extensions/extensi...emart-shipping/22495
extensions.joomla.org/extensions/extensi...emart-shipping/23261

Last edit: 11 years 1 month ago by onsitenet. Reason: For reference

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

  • Posts: 26159
  • Thank you received: 4028
  • MODERATOR
11 years 1 month ago #126740

Hi,

The HikaShop shipping system is without any external extesion, very powerful and flexible.
You can configure fees for per shipping shipping, per product for each shipping method. You can force shipping even if the product don't have weight. You can set restriction on shipping depending the price, the number of products, the zone...
You can also override the product prices using triggers.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 31
  • Thank you received: 1
11 years 1 month ago #126794

Yes, I see that HikaShop is indeed very powerful...

but, how can I set it up like I want? (first post) ...Some help please!

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

  • Posts: 82906
  • Thank you received: 13378
  • MODERATOR
11 years 1 month ago #126841

Hi,

As Jerome hinted you, you can use shipping methods for that.
Simply create manual shipping methods via the menu System>Shipping methods and use the min/max quantity restriction fields on each one to set different shipping prices for the different number of products in the cart.
The system will then automatically display the corresponding shipping method during the checkout.

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

  • Posts: 31
  • Thank you received: 1
11 years 1 month ago #126846

That was easy... I just didn't click on "restrictions" before ...thought it was for groups only! :-o

Thanks! ...now I just have to find another word for "shipping" ... ...

By the way, ...how can I hide the quantity column of "cart module" AND the main cart/checkout page ?
(( downloadables don't really need quantity! ))

Thanks again! (happy!)

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

  • Posts: 26159
  • Thank you received: 4028
  • MODERATOR
11 years 1 month ago #126882

Hi,

ioups! Yes I forgot to say that you have to click on the "restriction" in order to access to this part of the configuration.

In the checkout, every elements of the cart have one specific class name.
But I made some tests and in your case, it won't be very useful. I think that the best will be to use a view override.
But depending of want you want to do exactly, using the "cart status" in your checkout workflow (new step added in HikaShop 2.2.2), it could help you.

For the view override, in the HikaShop backend, using the menu "Display > view" you can access to all views display in the front-end and in the backend.

By overriding the view "frontend | your_frontend_template | checkout | cart" you can change how the cart is displayed in the checkout.
The idea is to edit the html in order to now display the quantity column at all.
It will depend on what you want to do exactly. With more details we could give you indications.
Modifying view requires some development and PHP skills (more or less regarding the views and the modifications you want to make).

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

Time to create page: 0.069 seconds
Powered by Kunena Forum