- Posts: 105
- Thank you received: 9
Remove Give Up button?
-- HikaAuction version -- : 1.2
-- Joomla version -- : 3.51
Hi HA Team!
Is there a way we can remove the give up on auction button that appears once the winner clicks the link? I only want to allow the user to proceed to checkout.
Thanks!
Please Log in or Create an account to join the conversation.
It is possible to remove the button using a view override.
In order to know if it could be useful to add an option in HikaAuction to propose or not the "give up" button ; would it be possible to have more details about your general workflow ?
What would happen if the winner do not proceed to checkout ?
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.
We have a lot of auctions that are identical items. We have communicated to our parents to put in their max bid, and only on the items they want. If they have the option to "give up on the auction", they will bid on all 10 of the same item. At the end of the auction, they will give up on nine of them, and then accept one. As a non-profit, this will lose a lot of money for us - because they will have driven the price up by bidding on multiple items, and other parents will not bid as a result of the price being too high.
In those rare instance when a person has to give up on an auction (example - they are moving), the person would contact us directly...so maybe the option to input a "Contact Button With Questions" in place of the "Give up on Auction", would be helpful as an option.
Hope this helps to clarify? If not, please let me know
In the meantime, what view should I change and how ? Thanks much !
Please Log in or Create an account to join the conversation.
- Posts: 12953
- Thank you received: 1778
To do that you'll just have to :In the meantime, what view should I change and how ?
- Go to the page "Hikashop->Display->Views"
- Edit the "show_auction_payment" file of the "auctionauction" view
- Remove these lines :
Note that you can also use that CSS code to adapt the displaying of the "Proceed to checkout" dropdown and button :
We have a lot of auctions that are identical items. We have communicated to our parents to put in their max bid, and only on the items they want. If they have the option to "give up on the auction", they will bid on all 10 of the same item. At the end of the auction, they will give up on nine of them, and then accept one. As a non-profit, this will lose a lot of money for us - because they will have driven the price up by bidding on multiple items, and other parents will not bid as a result of the price being too high.
Thank you for your feedback we'll probably create a "Show Give up button" option.
Please Log in or Create an account to join the conversation.
My coding is a little different in the view - just want to make sure I'm removing the correct lines...
Do I remove from the isset?
Thanks so much for the great support!
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- Posts: 12953
- Thank you received: 1778
Please Log in or Create an account to join the conversation.