X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 5 (https://forum.x-cart.com/forumdisplay.php?f=64)
-   -   Sale Backorder / Preorder module! But... (https://forum.x-cart.com/showthread.php?t=75339)

Hajime Yamanaka 05-13-2017 12:08 AM

Sale Backorder / Preorder module! But...
 
Hello.

Price is good! :D/
Since customers are hard to distinguish back orders from ordinary orders, I gave up using back orders. Because ...

When the item is out of stock, the back order notes on individual product pages were gray characters. The customer will not see the note.

If I design it, if the number of goods entered by customers is more than stock and treated as backorder, do not click on the "Add to cart" button and feel free to press a button like "Request back order" Do not design like that.

I regret not purchasing this module, but I'd like to change it to a better user interface.

To put it even more, let me display the note string with red letters on the customer's cart screen as well. I think that this alone will be pretty user friendly.

Thank you for read.

kevinrm 05-13-2017 04:12 PM

Re: Sale Backorder / Preorder module! But...
 
You should be able to change CSS for that to make it red. Using chrome, right-click on the text, "inspect" element. Then adjust it and use custom CSS.

Hajime Yamanaka 05-13-2017 10:47 PM

Re: Sale Backorder / Preorder module! But...
 
I do not want to rewrite code every time a module is updated.

kevinrm 05-14-2017 12:00 AM

Re: Sale Backorder / Preorder module! But...
 
You don't have to re-write code if you use custom CSS...

kevinrm 05-14-2017 02:28 AM

Re: Sale Backorder / Preorder module! But...
 
Look & Feel >> Custom CSS:


/* out-of-stock/preorder/backorder text */
span.stock-level.product-out-of-stock {
font-size: 1.3em;
color: red;
}

Be sure "use custom CSS" is checked and you re-cache, it should work.


All times are GMT -8. The time now is 10:36 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.