X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   X-Cart Adapt Template (https://forum.x-cart.com/showthread.php?t=64553)

JacksmithxD 11-01-2012 02:43 PM

Re: X-Cart Adapt Template
 
Would just like to say thanks to Phil for this awesome template.

The mods are great, the only third party modules I have really added to the site is a one page checkout and CDSEO and marketing manager. CDSEO and MM is a must, and the one page checkout is just because I fancy it.

Theres just so much you can do with this template, I've not even finished my website but it's getting along very nicely, the price of this theme is far to cheap in my opinion, it's a complete STEAL to be honest.

I know x-cart and other mods have released a mobile friendly site for x-cart but if i'm completely honest you don't need one at all as this works very well on mobile phones.

When I first started off with x-cart I bought several modules spent quite a lot money, don't get me wrong the modules were good and the third party developers were very helpful. But now Phil has released this template with all major mods included I don't need them. (Which is a good thing)

Anyways, I'd just like to say thanks to Phil for his template and all the hard work he has put in. He is very helpful and knows what he is doing, even though I've bugged him a few to many times with silly issues (sorry Phil!) I would always recommend this template and his modules to anyone. :-)

Thanks again.

yages 11-14-2012 12:08 PM

Re: X-Cart Adapt Template
 
Phil

Can you do the modification of the adapt template to make it look something like my site which has your ability template
if you can how much would you charge
also can you move the search from the middle to the left

thanks

JacksmithxD 11-26-2012 02:56 AM

Re: X-Cart Adapt Template
 
Quote:

Originally Posted by yages
Phil

Can you do the modification of the adapt template to make it look something like my site which has your ability template
if you can how much would you charge
also can you move the search from the middle to the left

thanks


Phil can do nearly everything you need, just contact him via his site or PM him, and he'll provide a quote. :D I can vouch that he's awesome. :D/

futurac 11-26-2012 09:47 AM

Re: X-Cart Adapt Template
 
I am impatiently waiting for Phil to finish my template tweaks....

i think he has so much to do.. will give it some more time, if not, will move to a different design..

was hoping to activate it on xmas, but now all hopes lost..

yages 11-26-2012 11:43 AM

Re: X-Cart Adapt Template
 
phil has not answered my email for 2 weeks now
Is he on holidays

PhilJ 11-27-2012 06:24 AM

Re: X-Cart Adapt Template
 
Sorry guys, I am around, just been busy with updating Adapt to Gold Plus. I'm happy to say it's now ready for purchase.

Here is the Gold Plus Demo (note, all whistles and bells are enabled)

Product View

The Gold Plus admin side differs slightly to the Gold version - Screenshot

Some features have been removed in the Gold Plus version, including image watermarking and detailed image popup.

There are no extra charges for the Gold Plus version of Adapt.

totaltec 11-27-2012 10:29 AM

Re: X-Cart Adapt Template
 
It looks like you have been very busy! It also looks like you decreased the total overhead (bytes/http requests) significantly.

One small thing, in Chrome/Win7 This font "Strait" is not rendering beautifully. It looks slightly pixelated, just not crisp as it could be.

Pitak 11-29-2012 12:05 AM

Re: X-Cart Adapt Template
 
Phil, when I submit a testimonial I got a notification email with the content. But when I look in admin, nothing's there. It's like nothing is being submitted at all. Got any idea how to fix this?

PhilJ 11-29-2012 03:46 AM

Re: X-Cart Adapt Template
 
Quote:

Phil, when I submit a testimonial I got a notification email with the content. But when I look in admin, nothing's there. It's like nothing is being submitted at all. Got any idea how to fix this?

- Has it stored testimonials correctly before?
- Are you seeing the testimonials table grid in admin? If so, are there any testimonial entries in there?
- Are you sure the testimonials database table exists? (named 'testimonials' - if not, you'll need to reapply the patch below)

Code:

CREATE TABLE IF NOT EXISTS `testimonials` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(128 NOT NULL default '',
  `email` varchar(128 NOT NULL default '',
  `company` varchar(128 NOT NULL default '',
  `website` varchar(128 NOT NULL default '',
  `testimonial` text NOT NULL,
  `rating` varchar(2) NOT NULL default '0',
  `ip` varchar(15) NOT NULL default '0',
  `added` varchar(50) NOT NULL,
  `approved` varchar(1) NOT NULL default 'N',
  `comments` text NOT NULL,
  PRIMARY KEY  (`id`)
);


If you are still stuck, please post a support ticket.

Pitak 11-29-2012 04:03 AM

Re: X-Cart Adapt Template
 
Quote:

Originally Posted by PhilJ
- Has it stored testimonials correctly before?
- Are you seeing the testimonials table grid in admin? If so, are there any testimonial entries in there?
- Are you sure the testimonials database table exists?



Phil, it is working now. However, I'm disappointed to find out that it does not support
UTF-8 text encoding. Testimonials that are written in my language are rendered unreadable.

Is there a way to implement UTF-8 support?


All times are GMT -8. The time now is 01:32 AM.

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