Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

X-Cart reBOOT (reDUX) Template

 
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4
 
Thread Tools
  #421  
Old 03-18-2022, 07:55 AM
  peggyr's Avatar 
peggyr peggyr is offline
 

X-Adept
  
Join Date: Dec 2005
Posts: 631
 

Default Re: X-Cart reBOOT (reDUX) Template

Hi Phil,

With Redux generation of sitemap_images.xml, is there a way to 'disable' the selection of 'static pages' in the generated output?

Eg, About Us, Ts&Cs, Privacy statement, shipping info, etc...

Thanks

Peggy
__________________
X-Cart GP 4.7.12 | XCARTMODS.CO.UK reBOOT (reDUX)4.7.12.8 | Live
IONOS Hosting | Linux | PHP 7.4.33 | MySQL 5.7
Reply With Quote
  #422  
Old 03-18-2022, 08:28 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart reBOOT (reDUX) Template

Hi Peggy, I expect you meant the main XML sitemap, not the images XML sitemap.

You can edit the array of items that get outputted to the sitemap in /modules/XML_Sitemap/config.php
Code:
3 => array( 'type' => 'S', 'items_function' => 'xmlmap_get_pages', 'properties' => array( 'lastmod' => '', 'changefreq' => 'never', 'priority' => '0.2', ), ),
__________________
xcartmods.co.uk
Reply With Quote
  #423  
Old 03-18-2022, 08:45 AM
  peggyr's Avatar 
peggyr peggyr is offline
 

X-Adept
  
Join Date: Dec 2005
Posts: 631
 

Default Re: X-Cart reBOOT (reDUX) Template

Thx Phil,

I did mean sitemap_images.xml

eg one entry below. Then the image file is 'always' the link to the previous entry image file, caption and title.
...
<url>
<loc>https://mystore.com/terms-and-conditions.html</loc>
<image:image>
<image:loc><![CDATA[https://mystore.com/images/T/widget1.jpg]]></image:loc>
<image:caption><![CDATA[Widget 1]]></image:caption>
<image:title><![CDATA[Widget 1]]></image:title>
</image:image>
</url>
__________________
X-Cart GP 4.7.12 | XCARTMODS.CO.UK reBOOT (reDUX)4.7.12.8 | Live
IONOS Hosting | Linux | PHP 7.4.33 | MySQL 5.7
Reply With Quote
  #424  
Old 03-18-2022, 09:23 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart reBOOT (reDUX) Template

Hmm, I'm not seeing that entry in your sitemap_images.xml
Perhaps drop me a line to explain a bit more.
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
elmirage001 (03-22-2022)
  #425  
Old 03-18-2022, 09:33 AM
  peggyr's Avatar 
peggyr peggyr is offline
 

X-Adept
  
Join Date: Dec 2005
Posts: 631
 

Default Re: X-Cart reBOOT (reDUX) Template

I edited them OUT, sending you full 'un-edited' file

Thx
__________________
X-Cart GP 4.7.12 | XCARTMODS.CO.UK reBOOT (reDUX)4.7.12.8 | Live
IONOS Hosting | Linux | PHP 7.4.33 | MySQL 5.7
Reply With Quote

The following user thanks peggyr for this useful post:
elmirage001 (03-22-2022)
  #426  
Old 04-14-2022, 11:14 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart reBOOT (reDUX) Template

14th April 2022 - v4.7.12.8 Update - Changelog
  • NEW General FAQ system with easy to use manager, unlimited categories and faqs - Demo
  • NEW Gallery system with easy to use manager, unlimited galleries and images - Demo
  • NEW Bulk product detailed images uploader - Drag and drop up to 10 images at a time.
  • FIX Refine filters now work correctly on manufacturer catalog pages (no page refresh).
  • UPDATE Flickity carousel JS updated, which should help with performance and 'Cumulative Layout Shifts'.
  • UPDATE flatpickr date picker updated to latest version.
  • UPDATE Recent visitors improved, it's now generally faster to navigate around, minor fixes, SQL errors eliminated.
  • UPDATE Minor changes to the Glossary manager.
  • UPDATE 'Ping Bing' button removed from XML sitemap generator page - Info
Price reduced to $99 for a limited time (happy easter!) - Purchase

If you need help upgrading, just drop me a line.
__________________
xcartmods.co.uk
Reply With Quote

The following 3 users thank PhilJ for this useful post:
elmirage001 (04-14-2022), ITVV (04-14-2022), peggyr (04-14-2022)
  #427  
Old 04-15-2022, 09:25 AM
 
Dougrun Dougrun is offline
 

X-Adept
  
Join Date: Apr 2012
Posts: 895
 

Default Re: X-Cart reBOOT (reDUX) Template

I'm having a serious issue with the variants not matching what the customer selects. If I use a standard drop down, and select a variant that is out of stock, the button still changes to "added" and goes back to add. but nothing gets added. If I use the inline radio sizes, it chooses a completely different size or shows an out of stock error where in fact there is stock, so the variants aren't matching. How does this happen? Rebuilding variants doesn't always fix it. I added a huge "verify your size message to the add to cart popup, hopefully that helps. I need a better popup for "out of stock" variants.
__________________
4.7.x xcart store
Business 5.4xx
Reply With Quote
  #428  
Old 04-18-2022, 01:21 PM
 
Dougrun Dougrun is offline
 

X-Adept
  
Join Date: Apr 2012
Posts: 895
 

Default Re: X-Cart reBOOT (reDUX) Template

after the update, if I try and access the gallery manager, i get a blank page and


[18-Apr-2022 14:16:49 America/Los_Angeles] PHP Fatal error: Uncaught --> Smarty: Unable to load template file 'admin/main/xgallery.tpl' in 'common_templates.tpl'


no such file exists except in the modules/xgallery folder.
__________________
4.7.x xcart store
Business 5.4xx
Reply With Quote

The following user thanks Dougrun for this useful post:
PhilJ (04-18-2022)
  #429  
Old 04-18-2022, 11:20 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart reBOOT (reDUX) Template

@Doug, thanks for that. I've updated the upgrade zip file ... Please double check readme.txt

Upload the following just in case, but if you encounter any more issues, please let me know.

/skin/reboot/admin/main/xfaq.tpl
/skin/reboot/admin/main/xgallery.tpl
/admin/xfaq.php
/admin/xgallery.php
/admin/xgallery_upload.php
__________________
xcartmods.co.uk
Reply With Quote

The following 3 users thank PhilJ for this useful post:
Dougrun (04-19-2022), elmirage001 (04-28-2022), peggyr (04-19-2022)
  #430  
Old 04-19-2022, 10:52 AM
  peggyr's Avatar 
peggyr peggyr is offline
 

X-Adept
  
Join Date: Dec 2005
Posts: 631
 

Default Re: X-Cart reBOOT (reDUX) Template

Phil,
reDUX update 4.7.12.8 applied and live.

THANKS!
__________________
X-Cart GP 4.7.12 | XCARTMODS.CO.UK reBOOT (reDUX)4.7.12.8 | Live
IONOS Hosting | Linux | PHP 7.4.33 | MySQL 5.7
Reply With Quote

The following 2 users thank peggyr for this useful post:
elmirage001 (04-28-2022), PhilJ (04-22-2022)
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 06:07 PM.

   

 
X-Cart forums © 2001-2020