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
  #481  
Old 12-18-2022, 04:46 PM
 
sinobest sinobest is offline
 

X-Adept
  
Join Date: Nov 2009
Posts: 461
 

Default Re: X-Cart reBOOT (reDUX) Template

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
Attached Images
File Type: png ed.png (15.5 KB, 4 views)
__________________
X-Cart Version: 4.7.12 GOLD
www.cheapglasses123.com prescription glasses online at discounted prices.
prescriptionglassesusa.com
www.loupesusa.com X-Cart Version: 4.7.11 GOLD PLUS
Reply With Quote
  #482  
Old 12-18-2022, 06:11 PM
 
sinobest sinobest is offline
 

X-Adept
  
Join Date: Nov 2009
Posts: 461
 

Default Re: X-Cart reBOOT (reDUX) Template

Would you pls add FAQ to the category also? same as the product page FAQ.
Attached Images
File Type: png cat.png (33.7 KB, 2 views)
__________________
X-Cart Version: 4.7.12 GOLD
www.cheapglasses123.com prescription glasses online at discounted prices.
prescriptionglassesusa.com
www.loupesusa.com X-Cart Version: 4.7.11 GOLD PLUS
Reply With Quote
  #483  
Old 12-19-2022, 05:28 AM
 
sinobest sinobest is offline
 

X-Adept
  
Join Date: Nov 2009
Posts: 461
 

Default Re: X-Cart reBOOT (reDUX) Template

How to set up the default Manufacturer, please?
__________________
X-Cart Version: 4.7.12 GOLD
www.cheapglasses123.com prescription glasses online at discounted prices.
prescriptionglassesusa.com
www.loupesusa.com X-Cart Version: 4.7.11 GOLD PLUS
Reply With Quote
  #484  
Old 12-19-2022, 11:08 AM
 
Dougrun Dougrun is offline
 

X-Adept
  
Join Date: Apr 2012
Posts: 895
 

Default 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}*}
__________________
4.7.x xcart store
Business 5.4xx
Reply With Quote
  #485  
Old 12-20-2022, 12:37 AM
 
PhilJ PhilJ is offline
 

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

Default 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.
__________________
xcartmods.co.uk
Reply With Quote
  #486  
Old 12-20-2022, 12:45 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart reBOOT (reDUX) Template

@Sinobest, I'll post instructions on how to revert to CKEditor here later on.
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
sinobest (12-20-2022)
  #487  
Old 12-20-2022, 03:03 AM
 
sinobest sinobest is offline
 

X-Adept
  
Join Date: Nov 2009
Posts: 461
 

Default 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?
__________________
X-Cart Version: 4.7.12 GOLD
www.cheapglasses123.com prescription glasses online at discounted prices.
prescriptionglassesusa.com
www.loupesusa.com X-Cart Version: 4.7.11 GOLD PLUS
Reply With Quote
  #488  
Old 12-20-2022, 08:00 AM
 
Dougrun Dougrun is offline
 

X-Adept
  
Join Date: Apr 2012
Posts: 895
 

Default Re: X-Cart reBOOT (reDUX) Template

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
Attached Images
File Type: jpg recap.jpg (89.4 KB, 10 views)
__________________
4.7.x xcart store
Business 5.4xx
Reply With Quote
  #489  
Old 12-21-2022, 12:32 AM
 
PhilJ PhilJ is offline
 

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

Default 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.
__________________
xcartmods.co.uk
Reply With Quote
  #490  
Old 12-21-2022, 08:12 AM
 
Dougrun Dougrun is offline
 

X-Adept
  
Join Date: Apr 2012
Posts: 895
 

Default 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.
__________________
4.7.x xcart store
Business 5.4xx
Reply With Quote
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 12:56 AM.

   

 
X-Cart forums © 2001-2020