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 - reBOOT - Responsive Template (https://forum.x-cart.com/showthread.php?t=66570)

xtech 01-15-2015 08:44 PM

Re: X-Cart - reBOOT - Responsive Template
 
Thank you Phil for your great help.You are always cooperative.Thank you very much.

xtech 01-17-2015 01:14 AM

Re: X-Cart - reBOOT - Responsive Template
 
Hi Phil,
Two issues found-
1)After submitting the form page not refreshed email value still exist in the popup box.It should be blank after entering email id.
2)After submitting form I want to display an alert message saying "Thank You".

How to achieve that?

Thanks,
xtech

PhilJ 01-17-2015 09:21 AM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

1) After submitting the form page not refreshed email value still exist in the popup box.It should be blank after entering email id.
In reboot_newsletter_popup.php after...
Code:

klass = 'response-success';
Insert...
Code:

$("input#signup-email").val("");

Quote:

2) After submitting form I want to display an alert message saying "Thank You".
It already does that...
Code:

            if($insertSignup){ // If insert is successful
                $status = "success";
                $message = "You are subscribed!";


xtech 01-18-2015 10:55 PM

Re: X-Cart - reBOOT - Responsive Template
 
Thanks it is working.But instead displaying at the below if I want after submitting the form it will display "Thank you" only at the middle of the page.No form will show at the top.

Also I want to show Sort by discount options on any products page.How to achieve it also?

xtech 01-19-2015 08:57 PM

Re: X-Cart - reBOOT - Responsive Template
 
Hi Phil,
My latest products RSS feeds rss_products.xml always showing old products 10 April 2014 23:05.It will not updating and displaying the latest products.

What is the issue here?

Thanks,
xtech

PhilJ 01-20-2015 05:52 AM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

My latest products RSS feeds rss_products.xml always showing old products 10 April 2014 23:05.It will not updating and displaying the latest products.

Perhaps try increasing the value in the template settings...

RSS > "Latest products maximum number of entries"

PhilJ 01-20-2015 06:29 AM

Re: X-Cart - reBOOT - Responsive Template
 
Bootstrap v3.3.2 released. reBOOT v3.x users can upgrade here.

xtech 01-21-2015 08:40 PM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

Originally Posted by PhilJ
Perhaps try increasing the value in the template settings...

RSS > "Latest products maximum number of entries"


I have changed it from 50 to 200 but still showing products from 2014.

Also I have opened https://www.mydomain.com/reboot_rss_products.php

it is showing this Warning-

Warning: fopen(rss_products.xml): failed to open stream: Permission denied in /var/www/vhost/mydomain.com/reboot_rss_products.php on line 13
Warning: fwrite() expects parameter 1 to be resource, boolean given in /var/www/vhost/mydomain.com/reboot_rss_products.php on line 41
Warning: fclose() expects parameter 1 to be resource, boolean given in /var/www/vhost/mydomain.com/reboot_rss_products.php on line 42
Latest Products RSS Feed Generated! - Thu, 22 January 2015 10:52:56

How to resolve the issue?

PhilJ 01-22-2015 05:30 AM

Re: X-Cart - reBOOT - Responsive Template
 
Ensure rss_news.xml and rss_products.xml are writable (CHMOD 777).

Or, it could be that the RSS feed(s) are not 'well-formed', which can be due to special characters in the product titles/descriptions.

Open the feed in a browser like Opera and it will let you know if there are errors. Or try the W3C feed validator.

xtech 01-23-2015 10:26 PM

Re: X-Cart - reBOOT - Responsive Template
 
After changing the permissions it is working.Thank you very much.

One more requirement please- I want to show Name,Email Id,Password and confirm password in home page lightbox popup.That is I want to register the user first.

How to achieve that? Please help me.

Thanks,
xtech


All times are GMT -8. The time now is 04:50 PM.

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