![]() |
Re: X-Cart reBOOT (reDUX) Template
|
Re: X-Cart reBOOT (reDUX) Template
has the webp pages been tested on safari? i got an email from someone saying no images are showing.
|
Re: X-Cart reBOOT (reDUX) Template
https://caniuse.com/webp
Over 95% of browsers should have no issues. Safari is always playing catch up when it comes to new browser tech features. I may add a jpeg fallback for older Safari users, (may require using <picture> elements), but it's not priority at the moment. |
Re: X-Cart reBOOT (reDUX) Template
1 Attachment(s)
this image shows the thumbnails not showing..
I don't suppose you could write a browser detection script to turn off webp if it detects safari? |
Re: X-Cart reBOOT (reDUX) Template
Yes, I'll try and sort something out Friday, although am quite busy ... You can disable WEBP images for the time being if you like.
|
Re: X-Cart reBOOT (reDUX) Template
|
Re: X-Cart reBOOT (reDUX) Template
Hi @PhilJ
Thought this may be of interest to 4.7.?? users, from another thread: - Quote:
Sadly as I have said all along 8O 8O 8O Kind regards ITVV |
Re: X-Cart reBOOT (reDUX) Template
not sure if other see this but on my webp generation page, it says its enabled but in fact it is not in the settings.
|
Re: X-Cart reBOOT (reDUX) Template
Quote:
On the bright-side, v4.7.12 is stable and still a very capable ecommerce platform, so I'll continue developing for it. reDUX already uses jQuery v3.6.0 and it includes the cookie fix that was in the roadmap. Quote:
Find line 299, replace ($is_enabled = "Y") with ($is_enabled == "Y") |
Re: X-Cart reBOOT (reDUX) Template
Oct 1st 2021 - Minor Update - Nowt special - Changelog
- Prices reduced until further notice! (seeing as there's not going to be a v4.7.13) - One off price, not a subscription! :grin: - Save yourself weeks of development time! - Get yourself higher up in the search engines! - Free updates, help and support! Also, if you want any new features added, or have any ideas, just drop me a line. |
Re: X-Cart reBOOT (reDUX) Template
Not sure if this is a bug or a setting I missed. But it does not behave the way the xcart responsive temp. did.
If you go to a root category page that has sub categorys, the sub categorys will not show at the top of the page, unless you put something in the category description. Remove all text from description field and subcategorys disappear again. |
Re: X-Cart reBOOT (reDUX) Template
its a bug, had to find it on my own too.
|
Re: X-Cart reBOOT (reDUX) Template
@Vulcan, @Doug, please try this fix and let me know if it's any better.
Files replaced... /skin/reboot/customer/dialog.tpl /skin/reboot/customer/main/subcategories.tpl Demo... Has description -vs- no description -vs- no description and categories |
Re: X-Cart reBOOT (reDUX) Template
Yes that fixed it.
Thanks! |
Re: X-Cart reBOOT (reDUX) Template
1 Attachment(s)
Hi, PhilJ, how about adding a new category page, same as rx-safety.com/product-category/master-safety-glasses/prescription-safety-glasses/? especially "READ MORE" AND "FAQ"?
|
Re: X-Cart reBOOT (reDUX) Template
1 Attachment(s)
Hi, PhilJ, how to let customers select product quantity like this website:
safetyglassesusa.com/crews-2237r-non-vented-chemical-splash-goggle-with-clear-anti-fog-lens/? Customers can add or delete product quantities one by one, or fill in the quantity directly. Say if a customer wants to buy 1000 pieces, the customer can fill in 1000 directly. By default, x-cart 4.7 has to set 1000 at the backend, then customers can select 1000. tks. |
Re: X-Cart reBOOT (reDUX) Template
It's possible to use -/+ spinners for product quantities since Sept 8th, when the 'maximum quantity and case quantity' feature was added (includes catalog pages).
There's also an option to truncate category descriptions already, giving you a 'read more/less' button. You could always add category FAQs to the second category description that's available. |
Re: X-Cart reBOOT (reDUX) Template
How do I try out the blogs templates in /skin/reboot/custom/blog/?
|
Re: X-Cart reBOOT (reDUX) Template
|
Re: X-Cart reBOOT (reDUX) Template
1 Attachment(s)
how to increase the score, say, over 90, pls?
|
Re: X-Cart reBOOT (reDUX) Template
@ Cheap, it's a huge topic on its own... There'll be a minor update shortly, to address some minor CLS issues. The demo is hosted on a fairly low spec VPS to be honest.
Some things such as 'render-blocking resources' can't be improved upon, due to the sequence X-Cart loads it's javascript. Unchecking "Enable buttons "Buy Now" and "Add to wish list" in the products list" in General Settings > Appearance will reduce the DOM size somewhat on the homepage and catalog pages. You can 'trim' down the template somewhat (CSS & JS) to make small extra gains, but you'll probably need a reasonably experienced developer on your side to make the changes. If you look at the trends in other ecommerce platforms, eg. Shopify; stores tend to be going more lightweight in content/presentation, in order to get better scores. It's possible to make changes via the reBOOT settings to do the same. You can search back through this thread, as it's been talked about/addressed before, but in the meantime, you can check the SEO tips and links section. Having had the unenviable task of working with Woocommerce over the past couple months (don't ask), I can tell you that in terms of SEO, X-Cart Classic and reBOOT beats it hands down :D I might write a longer article dedicated to SEO in general, as there's so many factors involved, ie. not just the template itself. |
Re: X-Cart reBOOT (reDUX) Template
|
Re: X-Cart reBOOT (reDUX) Template
Quote:
Thanks, Phil. I'm good to go with blogs now, although creating a blog through the product creation process feels a bit strange (there's a lot of different images to create), not to mention that I'm probably not that good at coming up with original content, so I'm trying out an AI Article Writer app (Writesonic) :cool: I thought I could use a blog to promote my products. |
Re: X-Cart reBOOT (reDUX) Template
from what i've read safari wont ever support wepb since its not an Intl standard so we'll need some code to detect/deflect to the jpg versions at some point.
|
Re: X-Cart reBOOT (reDUX) Template
@ Doug, sort of agreed, but out of curiosity, where did you read that? Caniuse WEBP
Will probably need to change to using <picture> tags for images, so there's a JPEG fallback, which will take a fair bit of work, but it's on my list of jobs... It's a good job the reBOOT WEBP addon preserves the original images :) A small update will probably come this weekend, to at least address some minor issues with CLS, and a few extra little bits n bobs. |
Re: X-Cart reBOOT (reDUX) Template
various forums and tech support threads. Apple wont support a google-created standard unless there's Intl support for it.
|
Re: X-Cart reBOOT (reDUX) Template
|
Re: X-Cart reBOOT (reDUX) Template
I read safari will support webp in the next version so its just a matter of waiting.
|
Re: X-Cart reBOOT (reDUX) Template
5th Nov 2021 - v4.7.12.7 - Changlelog - Mainly for Bootstrap v4.6.1, some minor CLS fixes, bits n bobs.
BTW, this is quite useful - https://cleanup.pictures/ :) |
Re: X-Cart reBOOT (reDUX) Template
So I duplicated my store in a different directory/database to install reboot on and play around with/ customize.
What is the best way to transfer all the modified reboot database config/languages settings over to my live store? |
Re: X-Cart reBOOT (reDUX) Template
I moved the # of people purchased # of these to under the product image, works well.
|
Re: X-Cart reBOOT (reDUX) Template
I want to remove the Qty box and add to cart button from the Related items. I see its the simple_products_list.tpl but is there an easier way. I keep messing up the if/thens.
Also, i need a way to have it not show the price when hovering over an inline radio size. It defeats the MAP policy of showing "add to cart for price". thanks. |
Re: X-Cart reBOOT (reDUX) Template
@ Doug, try this.
|
Re: X-Cart reBOOT (reDUX) Template
thanks, seems to work!
|
Re: X-Cart reBOOT (reDUX) Template
Quote:
@Vulcan, not been asked that before, but it's certainly possible. For template settings (x-cart config entries), you could use PHPMyAdmin to search for the reboot settings with the following SQL... Code:
SELECT * FROM `xcart_config` WHERE `name` LIKE '%reboot_%' LIMIT 9999; Then export the results/entries found which will give you an SQL file... note that you'll only need the SQL code between... Code:
-- And.. Code:
-- Code:
INSERT INTO `xcart_config` (`name`, `comment`, `value`, `category`, `orderby`, `type`, `defvalue`, `variants`, `validation`, `signature`) VALUES With... Code:
REPLACE INTO `xcart_config` (`name`, `comment`, `value`, `category`, `orderby`, `type`, `defvalue`, `variants`, `validation`, `signature`) VALUES I would recommend making a DB backup of your destination site before applying the SQL to it. Languages are trickier, as not all language entry names contain the word "reboot", but you could export all language entries from your source site to CSV, and import them back into the destination site. |
Re: X-Cart reBOOT (reDUX) Template
That is what I ended up doing after I realized the config entries had reboot in the name.
Also, how come this template is not compatible with paypal express checkout? Did not realize this until after I enabled it on my live store. |
Re: X-Cart reBOOT (reDUX) Template
It is compatible with PP Express, we just don't recommend using it (search the forum).
|
Re: X-Cart reBOOT (reDUX) Template
Is there any way to set a maximum qty for an item?
|
Re: X-Cart reBOOT (reDUX) Template
@ Doug, maximum quantities was added Sept 8th - Demo products.
It's wasn't totally effective, so I've added some extra code this morning, which will be available later on today. |
Re: X-Cart reBOOT (reDUX) Template
I can't find where to enable the max qty option. its not in settings anywhere.
|
All times are GMT -8. The time now is 10:50 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.