X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Customising the Edit Options Popup at Cart (https://forum.x-cart.com/showthread.php?t=24898)

soyuz02 09-13-2006 09:57 AM

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

carpeperdiem 09-13-2006 10:48 AM

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.

girlsbits 09-15-2006 08:58 AM

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'}

soyuz02 09-20-2006 08:58 AM

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

chamberinternet 04-13-2010 06:47 AM

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.