Show Posts


Topics - jcschott

Pages: [1]
1
Templates / Collections, custom layout and Default Template
« on: October 25, 2023, 07:51:52 PM »
I am having some issues pinpointing where this issue is on the default template not showing a custom layout.
I have created a collection and modified the layout adding a custom HTML_block.
The html_block is active and saved under the default template. I can see the collection listed under the layout and Blocks manager.

 If I use the same html_block and add it to the default page layout it appears as expected on the collection page (as well as all other default pages).
If I change to the bootstrap5 template and apply the custom layout using the same block it works.

2
General Support / Search Behavior
« on: September 14, 2023, 04:08:37 PM »
Notice an inconstancy with search thought it was my store but can recreate it on the DEMO site. If you are on the search page and search for something with no results, update search parameter with something that should return results nothing is returned.
Steps to reproduce in Demo Store:
1) Search for Shoe in upper right corner and press enter, results returned as expected
2) Search for Test and no results returned on search page
3) Search for Shoes from search page no results returned.

Basically anytime we have no results returned and update the search nothing is returned.

3
Extension Support / Fast Checkout error 1146 after 1.2.16 upgrade
« on: May 16, 2020, 05:54:57 PM »
Got an error after trying to install the Extension right after the upgrade"

There has been a critical error processing your request
SQL Error: Table  'truckchr_aban311.abrm_email_templates' doesn't exist
Error No: 1146"

The local delivery new extension installed just fine. Here is the full error message:

SQL: INSERT INTO `abrm_email_templates` (`status`, `text_id`, `language_id`, `headers`, `subject`, `html_body`, `text_body`, `allowed_placeholders`, `store_id` ) VALUES (1,'fast_checkout_welcome_email_guest_registration',1,'','Welcome, {{store_name}}','<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <body> <table style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953; width: 600px;"> <tr> <td class="align_left"> <a href="{{ store_url }}" title="{{ store_name }}"> {{# logo_uri}} <img src="{{ logo_uri }}" alt="{{store_name}}" style="border: none;"> {{/ logo_uri}} {{^ logo_uri}} {{# logo_html}} {{logo_html}} {{/ logo_html}} {{/ logo_uri}} </a> </td> </td> </tr> <tr> <td>&nbsp;</td> </tr> <tr> <td>Welcome and thank you for registering at {{ store_name }}</td> </tr> <tr> <td>&nbsp;</td> </tr> <tr> <td> Your account has now been created and you can log in by using your email address and password by visiting our website or at the following URL:<br/> <a href="{{ login_url }}">{{ login_url }}</a><br/> <br/> Your Login Name: {{login}} <br/> Your Password: {{password}} <br/> </td> </tr> <tr> <td>&nbsp;</td> </tr> <tr> <td> Thank you.<br/> {{ store_name }} <br/><br/> {{{ text_project_label }}} </td> </tr> </table> </body> </html>','Welcome and thank you for registering at {{ store_name }} Your account has now been created and you can log in by using your email address and password by visiting our website or at the following URL: {{ login_url }} Your Login Name: {{login}} Your Password: {{password}} Thank you. {{ store_name }} {{{ text_project_label }}}','store_name, login_url, store_url, logo_html, logo_uri, text_project_label, login, password',0); PHP call stack: #0 /home/truckchrome/public_html/shop/core/lib/db.php:100 #1 /home/truckchrome/public_html/shop/core/engine/extensions.php:1176 #2 /home/truckchrome/public_html/shop/core/engine/extensions.php:1127 #3 /home/truckchrome/public_html/shop/core/lib/db.php:67 #4 /home/truckchrome/public_html/shop/extensions/fast_checkout/install.php:27 #5 /home/truckchrome/public_html/shop/core/lib/extension_manager.php:479 #6 /home/truckchrome/public_html/shop/admin/controller/pages/extension/extensions.php:952 #7 /home/truckchrome/public_html/shop/core/engine/dispatcher.php:293 #8 /home/truckchrome/public_html/shop/core/engine/dispatcher.php:328 #9 /home/truckchrome/public_html/shop/core/engine/page.php:98 #10 /home/truckchrome/public_html/shop/core/engine/router.php:175 #11 /home/truckchrome/public_html/shop/core/engine/router.php:79 #12 /home/truckchrome/public_html/shop/index.php:94 in /home/truckchrome/public_html/shop/core/database/amysqli.php on line 119

4
Support / Extracts not working after store move
« on: March 06, 2017, 02:16:59 PM »
We just moved our cart to a new host. Everything works well and followed the steps in http://forum.abantecart.com/index.php/topic,426.0.html. I am trying to do a product extract to do some bulk pricing updates and it will download the tar.gz file but it comes through as a corrupted page. Winzip & 7ZIP won't open the file (no errors while downloading).
I've tried other exports and the same error. My old cart has no issues exporting the product file and I've tried 3 different computers with 3 different firewalls with no success. Have any ideas why the export suddenly fails after a server move?

Pages: [1]

Powered by SMFPacks Social Login Mod