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)

sinobest 12-18-2022 04:46 PM

Re: X-Cart reBOOT (reDUX) Template
 
1 Attachment(s)
I want to use the default editor and remove WYSIWYG editor. I found when I use your editor, some content will be modified by the editor.
or just use x-cart default editor.


tks

sinobest 12-18-2022 06:11 PM

Re: X-Cart reBOOT (reDUX) Template
 
1 Attachment(s)
Would you pls add FAQ to the category also? same as the product page FAQ.

sinobest 12-19-2022 05:28 AM

Re: X-Cart reBOOT (reDUX) Template
 
How to set up the default Manufacturer, please?

Dougrun 12-19-2022 11:08 AM

Re: X-Cart reBOOT (reDUX) Template
 
question. I implemented google recaptcha as i was getting tons of bot accounts. google page says :
We detected that your site is not verifying reCAPTCHA solutions. This is required for the proper use of reCAPTCHA on your site. Please see our developer site for more information.


I can see the code in reCAPTCHA_js.tpl, has it changed or been updated?


Code:

{literal}
<script>
var CaptchaCallback = function() {
  $('.g-recaptcha').each(function(index, el) {
    grecaptcha.render(el, {
      'sitekey':'{/literal}{$config.reCAPTCHA.reCAPTCHA_site_key}{literal}',
      'theme':'{/literal}{$config.reCAPTCHA.reCAPTCHA_theme}{literal}'
    });
  });
};
</script>
{/literal}
<script async defer src="https://www.google.com/recaptcha/api.js?onload=CaptchaCallback&render=explicit&hl={$shop_language|lower}"></script>
{*{if $main eq "catalog" && $cat eq "0"}{else}<noscript><meta http-equiv="refresh" content="0.0;url=home.php"></noscript>{/if}*}


PhilJ 12-20-2022 12:37 AM

Re: X-Cart reBOOT (reDUX) Template
 
@Doug, no it hasn't changed as far as I know, but will be handy if you can send me over some screenshots / info of what the Google page says.

You can use the honeypots (for register and contact us forms) in conjunction with reCAPTCHA. Instructions are in the zip file /ADDONS folder.

Sometimes the honeypots are adequate enough on their own without reCAPTCHA.

PhilJ 12-20-2022 12:45 AM

Re: X-Cart reBOOT (reDUX) Template
 
@Sinobest, I'll post instructions on how to revert to CKEditor here later on.

sinobest 12-20-2022 03:03 AM

Re: X-Cart reBOOT (reDUX) Template
 
would you please teach me how to add faqs on the category page, just like the product page, also?

Dougrun 12-20-2022 08:00 AM

Re: X-Cart reBOOT (reDUX) Template
 
1 Attachment(s)
Quote:

Originally Posted by PhilJ
@Doug, no it hasn't changed as far as I know, but will be handy if you can send me over some screenshots / info of what the Google page says.

You can use the honeypots (for register and contact us forms) in conjunction with reCAPTCHA. Instructions are in the zip file /ADDONS folder.

Sometimes the honeypots are adequate enough on their own without reCAPTCHA.





google screenshot

PhilJ 12-21-2022 12:32 AM

Re: X-Cart reBOOT (reDUX) Template
 
@Doug, maybe obtain fresh API keys (v2, site and secret). Enter keys at /admin/configuration.php?option=reCAPTCHA
BTW, I noticed your contact form doesn't appear for some reason. Drop me a line if you need help.

Dougrun 12-21-2022 08:12 AM

Re: X-Cart reBOOT (reDUX) Template
 
it says the same thing for our vsrunningshoes.com site which i just created so i dont think its fresh keys, but i made a new one to test that anyway. We disabled the contact form on purpose. Its working fine so i'll just ignore the message.

PhilJ 12-21-2022 11:55 AM

Re: X-Cart reBOOT (reDUX) Template
 
@Sinobest, use these instructions to replace redactor editors with default editors. To remove others such as products FAQ answers may not be possible, so please don't ask. To add FAQs for categories will require custom work.

Dougrun 12-22-2022 02:40 PM

Re: X-Cart reBOOT (reDUX) Template
 
this page:
https://developers.google.com/recaptcha/docs/display#render_param


says :

Your onload callback function must be defined before the reCAPTCHA API loads. To ensure there are no race conditions:



so I moved the script above the other one to see if that matters.

PhilJ 12-23-2022 12:38 AM

Re: X-Cart reBOOT (reDUX) Template
 
Keep an eye on the browser console in case of any JS errors (F12)

sinobest 12-25-2022 06:34 PM

Re: X-Cart reBOOT (reDUX) Template
 
I enabled "Homepage style" 2, and I also enabled "Enable JSON category menu for https://safetylenscanada.com/, but the categories generated by JSON at the homepage do not display, how to do, please?

Dougrun 01-27-2023 01:18 PM

Re: X-Cart reBOOT (reDUX) Template
 
where can I edit the page shown when the store is closed? move severs and need a better explanation shown.

elmirage001 01-28-2023 10:05 AM

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

Originally Posted by Dougrun
where can I edit the page shown when the store is closed? move severs and need a better explanation shown.


Hi Dougrun,

Look at the shop_closed.html files in the root. There should be _1 _2 _3 examples.

Paul

PhilJ 02-01-2023 04:08 AM

Re: X-Cart reBOOT (reDUX) Template
 
https://pluralistic.net/2023/01/21/potemkin-ai/#hey-guys

PhilJ 03-24-2023 03:05 PM

Re: X-Cart reBOOT (reDUX) Template
 
New CMS, work in progress.

adriant 04-20-2023 07:45 AM

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

Originally Posted by PhilJ
New CMS, work in progress.


Starting to look good

Regards
Adrian

vulcan-works 06-04-2023 01:43 PM

Re: X-Cart reBOOT (reDUX) Template
 
How can i change the search result order?
ie. Give products that have an exact sku match to searched sku # the top result.
Right now I can type in an exact sku and it is giving a match in the description of other products higher ranking.

peggyr 06-04-2023 02:29 PM

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

I haven't looked at any modules for a while, so the following MAY or MAY not be helpful, but take a look at

skin/reboot/custom/header/header_search.tpl

If this helps, great, if not, hopefully someone else will point you in the right direction.
Peggy

adriant 06-07-2023 06:15 AM

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

Originally Posted by PhilJ
New CMS, work in progress.


This not progressing any more?

Ade

Dougrun 06-09-2023 11:02 AM

Re: X-Cart reBOOT (reDUX) Template
 
question. My add-to-cart popup settings (modules) do not work for any related items. It only shows for "customer who bought this" or "random". Am I missing a setting somewhere?

peggyr 06-09-2023 11:56 AM

Re: X-Cart reBOOT (reDUX) Template
 
1 Attachment(s)
My 'add to cart popup' works.

My settings in attached where you can choose

1) related products (shuffled)

OR

2) related products (shuffled) and also bought

Peggy

Dougrun 06-09-2023 12:15 PM

Re: X-Cart reBOOT (reDUX) Template
 
hmm, thanks. mine still wont show related items. they show in the tabs fine, just not in my popup.

peggyr 06-09-2023 12:19 PM

Re: X-Cart reBOOT (reDUX) Template
 
Hmmm
I know this 'had worked' doing more testing now, to make sure it is still working.
Will be back

Dougrun 06-09-2023 12:51 PM

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

Originally Posted by peggyr
My 'add to cart popup' works.

My settings in attached where you can choose

1) related products (shuffled)

OR

2) related products (shuffled) and also bought

Peggy





regarding your other modules, do you have "recommended products" , Upselling products, and/or Previously Ordered Products enabled?? I have all of those modules turned on.

peggyr 06-09-2023 01:02 PM

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

After more testing, 'related products popup' is not working. I thought it had been.

I do see 'related products' in the same panel as a product I'm adding.

I know things keep changing with browsers, where 'popups' are blocked, or you have to 'add exceptions' to the browser settings.

Or person has to 'allow popups' when on a specific browser screen, which they 'may miss' (at least I do, sometimes when I'm on a site, trying to get to a specific place) -- eventually I 'usually' see the 'allow popups' at the top of the browser

Now, I don't know if my 'pop ups' for additional product ever worked or not.

I DO have all the other modules enabled that you listed.

Sorry -- if I figure out something I'll respond back

Dougrun 06-09-2023 01:10 PM

Re: X-Cart reBOOT (reDUX) Template
 
I dont think popup blockers are the issue. I see the popup fine, i only get previously bought items or random. no related ones.

Eyeglasses Expert 09-07-2023 07:55 PM

Re: X-Cart reBOOT (reDUX) Template
 
1 Attachment(s)
when clip Update, all the contents of Second Description will be deleted!

PhilJ 09-12-2023 09:12 AM

Re: X-Cart reBOOT (reDUX) Template
 
@Eyeglasses Expert, in /admin/process_category.php

Around line 81, replace...
Code:

                    'seo' => ($v['seo']),
With...
Code:

                    //'seo' => ($v['seo']),
Or just remove that line altogether.

sinobest 09-12-2023 01:50 PM

Re: X-Cart reBOOT (reDUX) Template
 
@ PhilJ Would you pls try to let X-cart 4 support PHP8.2 and let your theme run for a long time?

sinobest 09-12-2023 02:04 PM

Re: X-Cart reBOOT (reDUX) Template
 
@ PhilJ Would you pls try to let X-cart 4 support PHP8.2 and let your theme run for a long time?

BCSE 09-14-2023 05:05 AM

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

Originally Posted by sinobest
@ PhilJ Would you pls try to let X-cart 4 support PHP8.2 and let your theme run for a long time?


We've done several php 8 updates for Xcart 4.7.x. It's not trivial but it can be done.

Thanks

Carrie

Eyeglasses Expert 09-26-2023 02:56 PM

Re: X-Cart reBOOT (reDUX) Template
 
@BCSE
pls share your detailed method here! tks.

Dougrun 09-29-2023 01:37 PM

Re: X-Cart reBOOT (reDUX) Template
 
Sept 12th 2023
  • FIX Second category descriptions remain after updating categories from the main category listing pages (/admin/process_category.php).

Phil, was this posted anywhere?

PhilJ 10-05-2023 01:36 AM

Re: X-Cart reBOOT (reDUX) Template
 
@ Doug, yes above https://forum.x-cart.com/showpost.php?p=417353&postcount=511

I'll be adding this at some point soon, when I've got time :p

https://market.x-cart.com/addons/paypal-checkout-for-v4.html

BCSE 10-06-2023 05:26 AM

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

Originally Posted by Eyeglasses Expert
@BCSE
pls share your detailed method here! tks.



Honestly countless hours of work depending on what version of X-cart and what version of php 8 you are going to. 8.2 is the most incompatible. You're welcome to contact us as we have several options too.

Carrie

sales@nutrishopindia.com 11-12-2023 10:06 PM

Re: X-Cart reBOOT (reDUX) Template
 
is this fix i have added categoery descrption but many time i see its gone how we can fix this

sinobest 11-18-2023 03:05 PM

How to modifty nginx for static url?
 
My server is Nginx, not Apache, so .htaccess is useless. how to modify nginx for the x-cart static URL, pls?


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

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