Very strange, are there any logs generated?
Type: Posts; User: lat9
Very strange, are there any logs generated?
My bad, that should have been #ottotal .ot-text.
You'll need to make a template-/language-specific copy of /includes/languages/english/product_info.php (if you haven't already!) and make your edits there. If your site uses both english and greek,...
Never mind, I found it! One thing that's not set right is the OPC setting Order Total, jQuery Selector, which is still set to its default value. For the BootStrap template, that needs to be set to...
Could you re-post the obfuscated link to your site?
Those triple backslashes are required only for definitions that are used in the plugin's jQuery/javascript messages. FWIW, I'll be updating those language files to make sure that all of the js-based...
OK that came out fairly unreadable and vBulletin is having hissy fits editing the post
Here's what that definition should look like:
define('ERROR_NO_SHIPPING_SELECTED', 'Devi selezionare un...
<br>
There's a similar issue with the definition for ERROR_NO_SHIPPING_SELECTED; that should be<br>
<div class="bbcode_container">
<pre class="bbcode_code"...
It's the language-specific constant for JS_ERROR_AJAX_TIMEOUT, missing backslashes for the single-quote.
That definition should look like
define('JS_ERROR_AJAX_TIMEOUT', 'L\\\'aggiornamento...
Hmm, that value should be set by /includes/modules/pages/checkout_one/jscript_main.php
Use your browser's Developers' Tools' Console tab to view the javascript/jQuery issues that are preventing One-Page Checkout's jQuery from properly running.
Check to see which notifications the TaxCloud observer has attached to. If it's looking for notifications issued on the checkout_shipping or checkout_payment pages, it'll need to also be looking on...
That long load-time can be exacerbated if you have multiple plugins that are 'calling home' to see if there is a more recent version available
(think SiteMap XML, for instance).
Combined with...
That error message implies (to me, anyway) that for whatever reason your database doesn't have a sessions table. When you view your database using the webhost's phpMyAdmin you should have 109 tables...
Hmm, what file contains that CHARSET definition?
What CHARSET is in use on the site? Noting that the OPC's observer class (where the hashSession method resides) attempts to convert those HTML entities into their character counterparts:
...
What template is the site using?
You could play with the following configuration setting:
My Store :: Store Status => Showcase no prices
From the (now defunct) PDF documentation:
Does that flexible footer title also show on other pages? IH-5 is using a constant named HEADING_TITLE. If the template's files (like maybe in an admin-level...
Thanks for the compliment, Scott.
The "All Articles" page does display the date with rounded-corners (if configured), as on my website:...
That 'feature' has been included in Zen Cart for many, many years.
See the documentation on the Attributes Controller: https://docs.zen-cart.com/user/admin_pages/catalog/attributes_controller/#attribute-images
I believe, but am not totally sure, that you'd be looking for trouble if you separate the bootstrap-4 CSS from its associated jQuery/js module. The tab-panes used in the login page require (I think)...
I don't understand the problem statement.
What is the "Media Category (5)"? Did you have this working on a previous USPS version? If so, could you point me to a thread where Ajeh identified...
From this posting by Ajeh back in 2014: https://www.zen-cart.com/showthread.php?211885-USPS-quot-80040b1a-Authorization-failure-quot
Call USPS and have them enable your code for the Production...
Turn the USPS debug-mode on and retry the shipping request. It will be a large file. I'll send you my direct email address via PM (Private Message); send that debug file to me.
Log into your siteground account.
Click the WEBSITES tab at the top.
Click the SITE TOOLS button.
On the left-side pane, click Speed, then Caching
Turn the NGINX DIRECT DELIVERY switch to its...
Who's your webhost?
Is that the current (2020-09-24 K11) version of USPS? Which version of Zen Cart is in use?
It would also help if you could post a screenshot of the current settings (obfuscating your USPS ID).
Please re-post in the newly-created USPS Support Thread: https://www.zen-cart.com/showthread.php?227284-USPS-Shipping-Module-Support-Thread
Be sure to include your USPS, Zen Cart and PHP versions.
See this posting for a solution: https://www.zen-cart.com/showthread.php?227913-v157b-quot-Your-Shopping-Cart-is-Empty-quot-but-only-in-some-browsers-and-not-Incognito&p=1379562
@dbltoe, I beg to disagree. Given that the file in question is the admin auto_loader for the subject template, I'd go with the fact that the issue lies in the elements that it's loading (probably an...
The siteground tech support were very, very helpful. My only issue with their service is that they blindly applied their SuperCacher to all sites without understanding the ramifications.
@4tinak, who's your webhost?
No problems. That 'sweeping' update by siteground broke a couple of my clients' sites as well.
Ah, siteground :censored:. They instituted a feature called SuperCacher somewhere late February/early March that wrecks havoc with Zen Cart sites.
You'll need to navigate to your cPanel and
1....
Having re-read your original posting, along with the details you provided, I'm guessing that the highlighted addition might be the source of the issue.
Since you didn't specify a product, I'm going to go with "Yes". I use that demo site to show off some of my commercial plugins.
Oof, that came out way tiny for my eyes to see what's up. Are there both products and categories in that Amber category?
This is where a link to the site in question will help us help you. If you don't want Google to 'see' the link you post, write the link as www (dot) example (dot) com.
It would appear that while the /amber-c-3_4 category includes sub-categories (e.g. necklaces-c-3_4_12), it also includes products. That's a no-no in Zen Cart land. That's why the...
You're in the right support-thread!
The BS4/OPC makes changes to every one of OPC's template_default/template files (except for tpl_modules_checkout_one_shipping.php), so you'll want to make...
You could add a rule to your site's bootstrap/stylesheet.css, e.g.
.centerBoxHeading {padding: 10px; }
And be sure to force-reload the page in your browser for the change to take effect:...
Try: https://vinosdefrutastropicales.com/demo/index.php?main_page=products_all
When you say that the IH5 upload does not work, are there any messages and/or debug-logs generated?
What version of PHP? I've seen such issues running PHP 5.6.40.
You don't need to make a special template if you're going to simply remove columns from the import. It's just that having a template that 'supports' the import you're looking to do is a bit of a...
Define two Tax Classes, one for products/shipping @8.125% and another for the product(s) @4%. Assign the 4% Tax Class to pertinent items and the 8.125% tax class to the others.
There some information in the DbIo's readme: https://vinosdefrutastropicales.com/product_extra_files/dbio/readme.html
Update: Look specifically in the Customization tab.