![]() |
Customising the Edit Options Popup at Cart
I am trying to customise the popup which comes up when you have your cart content infront of you and click "edit options". I would like to change colour and size of the popup.
Any clues? Thanks |
Re: Customising the Edit Options Popup at Cart
try:
customer/main/popup_poptions.tpl your colors are all in the CSS: /* Popup styles */ .PopupContainer { width: 100%; text-align: center; height: 100%; } .PopupTitle { background-color: #F8B1D7; font-size: 12px; font-weight: bold; text-align: center; height: 15px; vertical-align: middle; } .PopupBG { background-color: #fff; } .PopupHelpLink { color: #330000; font-size: 9px; text-decoration: none; } I have no idea where the size of the popup is. At least you can change the color now. |
Re: Customising the Edit Options Popup at Cart
skin1/customer/main/cart.tpl contains the edit options popup window snippet.
search for the following line of code and you'll find the popup window size just beneath. Code:
{if $config.UA.platform eq 'MacPPC' && $config.UA.browser eq 'MSIE'} |
Re: Customising the Edit Options Popup at Cart
thanks for your reply but my cart.tpl doesnt have the window size nor the actual link?
weird |
Re: Customising the Edit Options Popup at Cart
Within v4.1.12, you can customise the height and width within the following file:
/skin1/modules/Product_Options/edit_product_options.js Regards Shafiq |
All times are GMT -8. The time now is 12:26 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.