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)
-   -   Template name for cart popup? (https://forum.x-cart.com/showthread.php?t=67625)

acidon 08-27-2013 07:27 PM

Template name for cart popup?
 
Where is the template for a window that pops up when I click on add to cart? I tried locating it in webmaster mode with no luck...

cflsystems 08-27-2013 07:30 PM

Re: Template name for cart popup?
 
skin/your_skin/modules/Add_to_Cart/

acidon 08-27-2013 07:38 PM

Re: Template name for cart popup?
 
Thank you!

acidon 08-27-2013 07:53 PM

Re: Template name for cart popup?
 
there is only one template in the folder, buy.tpl.

Inside of it links to some buttons templates:

Code:

{if $p.appearance.added_to_cart}
  {include file="customer/buttons/buy_more_list.tpl" type="input" additional_button_class="main-button"}
{else}
  {include file="customer/buttons/buy_now_list.tpl" type="input" additional_button_class="main-button"}
{/if}


acidon 08-27-2013 08:05 PM

Re: Template name for cart popup?
 
Check out the attachment for the picture of popup I am after.http://compare-best-kettlebells-dvds.com/popup.jpg

acidon 08-27-2013 08:09 PM

Re: Template name for cart popup?
 
ok found it, it was in: skin/common_files/modules/Add_to_cart_popup

cflsystems 08-27-2013 09:47 PM

Re: Template name for cart popup?
 
Yes for any template if it is not in your skin then it is in common_files


All times are GMT -8. The time now is 04:06 AM.

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