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)
-   -   changing template (https://forum.x-cart.com/showthread.php?t=43981)

balinor 12-03-2008 05:56 AM

Re: changing template
 
Joaquin, you seem to be ignoring my requests. Please, take a moment to update your forum signature or your posts will be removed until you do so. Thank you.

Victor D 12-03-2008 06:12 AM

Re: changing template
 
As for search
HTML Code:


<form name="productsearchform" action="your_domain/pathtoyourstore/search.php" method="post">
 <input type="hidden" value="Y" name="simple_search"/>
<input type="hidden" value="search" name="mode"/>
<input type="hidden" value="Y" name="posted_data[by_title]"/>
<input type="hidden" value="Y" name="posted_data[by_shortdescr]"/>
<input type="hidden" value="Y" name="posted_data[by_fulldescr]"/>
<input type="hidden" value="all" name="posted_data[including]"/>
<input type="text" value="" name="posted_data[substring]"/>
<input type="submit" />
</form>


Featured products is a little bit complex.
PHP Code:

require ("/pathtostore/auth.php");
include (
"/pathtostore/featured_products.php"


and array $products will contains featured products.
Surely you should change your_domain and pathtostore to it's actual values

hektore 12-04-2008 05:33 AM

Re: changing template
 
Quote:

Originally Posted by jencinas
Hello we like this design

http://www.gleniboutique.com/

This is my page

www.iwearsunglassesshop.com

I need to know how to update this template to loook similar to the web page above

I dont know how to get rid of the boxes in the right and left.

Guidance will be greatly appreciated

Thank you

Hello
I▓m owner of the above quoted website. Entering the following website: www.iwearsunglassesshop.com I have seen that the design of this website is identical to another of mines (www.gleni.it). It has the same template, colors and structure as mine. I don▓t absolutely want that this website has my own template because it is protected by Copyright and I have spent and I still spend a lot of time and energy to modify it according to the necessities of my website and I think it▓s no right that someone copies it, above all without permission. I saw that at the moment there is only one page (completely copied from my web-site, so also the wrong link on the code are repeated). I don't even want imagine how it would be at the end. That's why, before it goes on, I pretend that the actual template will be totally deleted, since, as I already said, it is protected by Copyright. I want end it here and now, otherwise I will proceed in a different way.

balinor 12-04-2008 05:38 AM

Re: changing template
 
Ouch, Joaquin what do you have to say for yourself?


All times are GMT -8. The time now is 02:41 AM.

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