- Posts: 43
- Thank you received: 0
Changing the View of the Payment Page
-- HikaMarket version -- : 1.4.4
Hi,
Please see attached image for the current state of my payment page.
I wish to make the following changes:
1. The shipping fee must be applied to the total price and not per vendor
2. Hide the portions in the red box.
Please advise on how this could be achieved.
Cheers!
Please Log in or Create an account to join the conversation.
If you do not want shipping per vendor, you should remove the "shipping per vendor" option in HikaMarket.
But you can use the "split shipping fees" in order to split the shipping fees between the vendors in the order.
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.
Thanks for your reply. I have already disabled shipping per vendor in Hikamarket. I still get the setup as in the earlier screenshot.
Basically, the delivery charge should be a one time charge on the total amount at the time of checkout, regardless of the number of vendors to whom the products in the cart belong to.
Please see attached screenshot. Please advise. Cheers!
Please Log in or Create an account to join the conversation.
Unless you're using warehouses ; I really don't understand how you can still have the same shipping methods without the "shipping per vendor" (except you have some shipping cache issues ; at this moment you can re-save a shipping method in the backend in order to clean the cache).
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.
Thanks for your advise.
I have tried setting the shipping per vendor to yes, and now I do not see any delivery charges at all.
Please advise
Cheers!
Please Log in or Create an account to join the conversation.
I want the setting such that the total shipping charge is based on the total sum due at the time of checkout, regardless of the number of vendors whose products are in the cart. I also want to hide the red part indicated in my post above
Thanks!
Please Log in or Create an account to join the conversation.
I am sorry but I don't understand your last messages.
One part is HikaShop related and one other might be HikaMarket related.
But unfortunately, I do not understand what you want to achieve and what is your current status.
The first screenshot was with the "shipping per vendor" activated ; so your message should be the opposite for my point of view.I have tried setting the shipping per vendor to yes, and now I do not see any delivery charges at all.
So please provide some details about your current configuration, your current status and what you want to perform.
A link to your store could be useful too.
Because for the moment, I do not understand so I'm not able to help you correctly.
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.
Sorry if I was not clear.
My current configuration is :
And the outcome i see on the checkout page is :
The end state I want to achieve is :
1. The part in the red box is not shown
2. The shipping fee is a one time fee added to the total due at the payment point, and there should not be a separate shipping fee for each vendor.
I hope this is clearer and please let me know if further clarification is needed.
I have created an account for you. Please see your pm for details
Please Log in or Create an account to join the conversation.
Like I said in my first message : please deactivate "shipping per vendor".
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.
Please Log in or Create an account to join the conversation.
Okay, thanks.
So know the shipping method selection just propose you one "group".
The HikaMarket part is good ; the rest is HikaShop related.
If you want to hide the shipping method selection in the page ; you can use CSS or you can use view override.
By using CSS ; you can hide the entire zone so the customer won't be able to see it.
By using view override (for the HikaShop view "checkout | shipping") you can modify the output html in order to not display the table and to display an "input hidden" instead of the radio.
If you remove the "shipping" from your checkout workflow you won't have any shipping in the order ; in your case you want to keep the shipping but just not display it.
You can read more about HikaShop customization in this documentation page:
www.hikashop.com/support/support/documen...ize-the-display.html
CSS is easier than view overrides ; so for the moment it will be the method I'll recommend you.
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.
Thank you.
Could you clarify what you meant by:
So know the shipping method selection just propose you one "group".
I have managed to hide the table that shows the delivery for each vendor.
However, I can't seem to find the class that I need to hide to get rid of the following messages:
You chose the shipping method: Delivery, Delivery
You chose the payment method: PayPal
Also, the cart still charges shipping for each vendor. Meaning, if there are 2 vendors, the cart charges $30. I want it to charge only $15 regardless of the number of vendors whose products are in the cart
Please Log in or Create an account to join the conversation.
I have managed to hide :
You chose the shipping method: Delivery, Delivery
You chose the payment method: PayPal
Now I just need to fix the issue of having the delivery charged separately for each vendor. I have already tried deactivating "shipping per vendor".
Please help!
Please Log in or Create an account to join the conversation.
Is display thanks to the checkout step "status" (not related to HikaMarket).You chose the shipping method: Delivery, Delivery
You chose the payment method: PayPal
www.hikashop.com/support/support/documen...ml#checkout_checkout
If you have right remove the setting "shipping per vendor" ; you might have some shipping cache issues.
Please clean your cart/session because the HikaMarket setting have big influences on HikaShop and does not support the "hot modification" ; you need to clean the caches/sessions otherwise you will have trouble with logged users.
Please let the setting "shipping per vendor" deactivated and do not change it anymore.
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.
Thanks for the guidance.
I have tried clearing my cache both for my browser and Joomla and still experience the problem where the delivery fee is charged for each vendor.
Please advise
Cheers!
Please Log in or Create an account to join the conversation.
I take a look at your website.
And I saw that you're using warehouses in HikaShop ; you got one warehouse called "Deuter" and some products are assigned to that warehouse.Unless you're using warehouses ; I really don't understand how you can still have
So the display you got is logically regarding your configuration.
It does not come from HikaMarket anymore ; you do not have "sold by ...." shipping groups anymore ; you just have two warehouses (the warehouse "Deuter" and the "no warehouse").
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.
Thanks for the guidance, I had confused Hikashops warehouse with our warehouse.
I have removed that and it works now
Cheers!
Please Log in or Create an account to join the conversation.