![]() |
Re: X-Cart reBOOT (reDUX) Template
Same gravatar when logged on and 'view cart'
<span class="letter-div rounded-circle shadow-sm flex-center ldiv" style="width: 60px; height: 60px; background-color: rgb(255, 0, 0);"><span class="text-glow-dark-xs letter-spacing-2 text-white ldiv" style="font-size:24px;"></span></span> I searched around trying to find the tpl to change, but so far haven't found it. Thx Peggy |
Re: X-Cart reBOOT (reDUX) Template
@ Peggy, do the same in /skin/reboot/customer/authbox.tpl
Code:
{include file="customer/authbox_links.tpl" noavatar=true avatar=false bb=true} |
Re: X-Cart reBOOT (reDUX) Template
RAVE for Phil and reBOOT reDUX.
Since the Raves section of the forums is no more I'll post my Rave here. We just finished converting our X-Cart 4 reBOOT store to Phil's new reBOOT reDUX template and all we can say is WOW. Our store's appearance, functionality, and ease of use for our customers are outstanding. We've been using Phil's templates for over 7 years and the best just keeps getting better. Our main competitors use Shopify, BigCommerce, and WooCommerce and none of them can compete with us total package vs total package. On SEMRUSH our top 200 keywords rank as follows. Top 3 = 120, Top 10 = 167, Top 20 = 179, and Top 100 = 198. For Visibility our store ranks at 47.85% with Competitor #1 at 15.98% and Competitor #2 at 6.97%. Our Average Position is 7.79. If you want to seriously compete in your marketplace X-Cart 4 plus reBOOT reDUX is an unstoppable combination. We play to win and with reBOOT reDUX we hit the jackpot! Paul |
Re: X-Cart reBOOT (reDUX) Template
|
Re: X-Cart reBOOT (reDUX) Template
If you use Clean URLs for SEO, which I suspect most of you are, here's some handy SQL patches (tested), for those with a medium-large size product catalog.
If you've already optimised your product SEO titles and meta descriptions, this isn't for you. If you're going to try them, use with caution and MAKE A DB BACKUP FIRST! 1) Auto-populate empty SEO titles with the product names... Code:
# Set all empty SEO titles to the product names If you want to just test on an individual product, for the last line above use... Code:
WHERE t1.title_tag = '' AND t1.productid = '1234'; 2a) Auto-populate empty SEO meta descriptions with the product descriptions... (read 2b first) Code:
# Set all empty SEO meta descriptions to the product descriptions If you want to just test on an individual product, for the last line above use... Code:
WHERE t1.meta_description = '' AND t1.productid = '1234'; 2b) Yikes, it's included product description HTML tags in the SEO meta descriptions... Don't panic, you can strip HTML / Carriage Returns / Line Feeds with this patch... (assuming you have clean product description HTML) Code:
# Remove HTML / Carriage Returns / Line Feeds and left trim If you've made any mistakes and want to start over... Code:
# Clear all SEO titles Code:
# Clear SEO title on product Code:
# Clear all SEO meta descriptions Code:
# Clear SEO meta description on product |
Re: X-Cart reBOOT (reDUX) Template
Okay Phil... I give up :lol:
Code:
<span class="letter-div rounded-circle shadow-sm flex-center ldiv" style="width:60px;height:60px;"><span class="text-glow-dark-xs letter-spacing-2 text-white ldiv" style="font-size:24px;">PH</span></span> How do you change the color of the circle???? 8O Thanks! Paul |
Re: X-Cart reBOOT (reDUX) Template
@Paul the background color is picked using a JS function, see in /skin/reboot/js/reboot.js around line 1346...
Code:
$(this).css('background-color', pickColor(str)); Code:
$(this).css('background-color', '#000080'); |
Re: X-Cart reBOOT (reDUX) Template
Quote:
Thanks Phil !! I've changed to a custom color and it's perfect! Paul |
Re: X-Cart reBOOT (reDUX) Template
Hi Phil,
In skin/reboot/modules/Fast_Lane_Checkout/main.css on line 178 includes a link to skin/reboot/images/cart_checkout.gif which did not exist on my system. I copied the file from skin/common_files/images to the skin/reboot/images directory. I've checked reboot 4.7.12.4 and 4.7.12.5 zip files for the file, and couldn't find it. Maybe I missed it somehow, but if not FYI. Peggy |
Re: X-Cart reBOOT (reDUX) Template
@Peggy, in skin/reboot/modules/Fast_Lane_Checkout/main.css
Just remove the line... Code:
background: transparent url(../../images/cart_checkout.gif) no-repeat left top; |
All times are GMT -8. The time now is 12:45 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.