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

PhilJ 02-16-2021 02:31 PM

Re: X-Cart reBOOT (reDUX) Template
 
https://css-tricks.com/how-the-web-is-really-built/

https://remysharp.com/2021/02/11/the-web-didnt-change-you-did

PhilJ 02-16-2021 02:56 PM

Re: X-Cart reBOOT (reDUX) Template
 
Quote:

Say, I have 200 categories, the file will be very very big, it is better to save each faq at the database, just add a field.
@sinobest, what's the max # of FAQs per category do you think you'll need? Was thinking 10 should be enough...

sinobest 02-17-2021 03:38 PM

Re: X-Cart reBOOT (reDUX) Template
 
about 300 categories, I will add the same as https://www.eyewearcanada.com/ (Magento). For Magento, I have added one FAQ(schema) under https://www.eyewearcanada.com/safety-glasses successfully. The codes are save at the second description block.

sinobest 02-17-2021 03:49 PM

Re: X-Cart reBOOT (reDUX) Template
 
https://www.rxsafetyglassescanada.com/ based on x-cart, i have added about 105 categories/subcategories.

peggyr 02-19-2021 05:07 PM

Re: X-Cart reBOOT (reDUX) Template
 
Hi Phil,

I'm on reBOOT (reDUX) 4.7.12.2. I just did a test upgrade on a test server to 4.7.12.4.

Is there a way where I can "SAVE" my already configured template settings first, so I don't have to go and reconfigure all the changes I have made?

That includes any 'skin/reboot/custom' files.

I've looked at comparing the SQL updates from those I have in place, and the new ones on 4.7.12.4, and coming up with my own 'alter' etc changes. That isn't an easy option, though there most likely isn't an easy option.

Though having the 'template settings' I currently have in place, not being modified, would go a long ways to speeding up the process, if there is some easy way to do that.

Thanks for any ideas

Peggy

elmirage001 02-20-2021 08:42 AM

Re: X-Cart reBOOT (reDUX) Template
 
Hi Phil,

For reDUX should we be using Memcache?

Code:

/**
 * Memcache routine
 * Defines whether you want to use memcache for data caching
 * http://help.x-cart.com/index.php?title=X-Cart:Using_Memcached_with_X-Cart
 */
define('USE_MEMCACHE_DATA_CACHE', true);
define('MEMCACHE_SERVER_ADDRESS', 'localhost');
define('MEMCACHE_SERVER_PORT', 11211);


Thank you so much!

Paul

PhilJ 02-20-2021 09:07 AM

Re: X-Cart reBOOT (reDUX) Template
 
@Paul I haven't tried memcache yet, as I don't really need it at the moment.

But give it a go if you like... Just be careful with the install commands - Plesk | CPanel

Also note, https://forum.x-cart.com/showthread.php?t=74397&highlight=memcache

sinobest 02-21-2021 07:06 AM

Re: X-Cart reBOOT (reDUX) Template
 
google site:www.opticalusa.com
I found an issue, google indexed 2 URLs for the same product:
https://www.opticalusa.com/gm231-prescription-safety-glasses-gray/
https://www.opticalusa.com/gm231-prescription-safety-glasses-gray/?modal=true&quickview=true

how to solve this issue, pls?

peggyr 02-21-2021 11:49 AM

Re: X-Cart reBOOT (reDUX) Template
 
Hi Phil,

I'm currently in production on reDUX 4.7.12.2. Testing with reDUX 4.7.12.4

1) When testing on MOBILE, the 'category icon' does NOT to appear when 'featured categories' are displayed on the HOMEPAGE. The ICON 'DOES' appear with version 4.7.12.2.

I found what the difference was.

In skin/reboot/customer/featured-items.tpl

Around line 112 I added ‘data-sizes=”auto” which was in the 4.7.12.2 code, and this had the mobile work as I wanted. Is there a reason you removed 'data-sizes="auto" from the 4.7.12.4 code?


FROM

<p class="text-center"><a href="home.php?cat={$i.categoryid}"><img class="lazyload img-fluid featured-item-icon" src="{$AltImagesDir}/spacer.gif" data-src="{$i.image_path|default:'./default_logo.gif'}" alt="{$i.category|amp}" title="{$i.category|amp}" width="{$i.image_x|default:'150'}" height="{$i.image_y|default:'150'}"></a></p>

TO

<p class="text-center"><a href="home.php?cat={$i.categoryid}"><img class="lazyload img-fluid featured-item-icon" data-sizes="auto" src="{$AltImagesDir}/spacer.gif" data-src="{$i.image_path|default:'./default_logo.gif'}" alt="{$i.category|amp}" title="{$i.category|amp}" width="{$i.image_x|default:'150'}" height="{$i.image_y|default:'150'}"></a></p>



Thanks.

Peggy

peggyr 02-21-2021 12:04 PM

Re: X-Cart reBOOT (reDUX) Template
 
1 Attachment(s)
Hi Phil,

A question about 'hidden categories'. I've set up 'hidden categories' to add subsets of products for upselling, and change the order based on the main product I'm upselling to.

This works fine.

However, I just ran a test where I 'searched for an item', and items in 'hidden categories' appear.

Where can I change the results to only return items in 'non-hidden' categories?

The "I am searching for" field image is attached.

Thanks

Peggy


All times are GMT -8. The time now is 03:48 AM.

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