please help any free way of adding a credit card payment option onto my site ?
please help any free way of adding a credit card payment option onto my site ?
Thank you everyone Just fixed it by following rbarbour steps. Thank you Silver for enlightening me, I thought I searched high in low in the thread.
Looks great: http://gelcandlecompany.com/classic-...orals-c-92_79/
Doesn't help if missing pics and I probably should have all images about the same size would help.
Thanks again everyone for helping.
Use matchHeight, it was included in v1.55 responsive_classic
copy
toCode:/includes/templates/responsive_classic/jscript/jscript_matchHeight-min.js
add to:Code:/includes/templates/responsive_sheffield_blue/jscript/jscript_matchHeight-min.js
Code:/includes/templates/responsive_sheffield_blue/jscript/jscript_responsive_framework.phpYou can duplicate above including the selector for all the different boxesCode:$('.centerBoxContentsProducts').matchHeight();
I don't see /jscript_reposnsive_framework.php in the Resp Sheffield Blue flies - so should that file be copied over from /responsive_classic? I see the latter has the bit of matchHeight code in it.
I do have /jscript_framework.php in the Sheffield folder, the original being replaced by the file from /template_default as per Dr Byte earlier suggestion in this forum.
My mistake,
/jscript_reposnsive_framework.php isn't part of this version. Copying it may create some some issues.
Do not copy:
create:Code:/includes/templates/responsive_sheffield_blue/jscript/jscript_responsive_framework.php
and add:Code:/includes/templates/responsive_sheffield_blue/jscript/jscript_matchHeight.php
PHP Code:
<?php
/**
* @package templateSystem
* @copyright Copyright 2003-2016 Zen Cart Development Team
* @license [url]http://www.zen-cart.com/license/2_0.txt[/url] GNU Public License V2.0
* @version ZCA/GIT: $Id: rbarbour New for v1.5.5 $
*/
?>
<?php if ( $detect->isMobile() && !$detect->isTablet() && $_SESSION['layoutType'] == 'full' || $detect->isTablet() && $_SESSION['layoutType'] == 'full' ){ ?>
<script type="text/javascript"><!--//
(function($) {
$(document).ready(function() {
$('.centerBoxContentsProducts').matchHeight();
});
}) (jQuery);
//--></script>
Saved above code (and nothing else) in new file /includes/templates/responsive_sheffield_blue/jscript/jscript_matchHeight.php
Copied /includes/templates/responsive_classic/jscript/jscript_matchHeight-min.js into the sheffield blue jscript folder
Did not copy /includes/templates/responsive_sheffield_blue/jscript/jscript_responsive_framework.php
Breaks site. Logs give an unanticipated ending on line #22 (final line) of the above code. Did I misunderstand?
No, I did a copy paste error.
PHP Code:
<?php
/**
* @package templateSystem
* @copyright Copyright 2003-2016 Zen Cart Development Team
* @license [url]http://www.zen-cart.com/license/2_0.txt[/url] GNU Public License V2.0
* @version ZCA/GIT: $Id: rbarbour New for v1.5.5 $
*/
?>
<script type="text/javascript"><!--//
(function($) {
$(document).ready(function() {
$('.centerBoxContentsProducts').matchHeight();
});
}) (jQuery);
//--></script>
I know that this template is being updated as time permits ... but has anyone already successfully applied the changes as advised in thread https://www.zen-cart.com/showthread....rk-with-v1-5-5 to make this template working in ZC 1.5.5 ?
Frank, I have done it!
You can see it on v1.5.5 here.
Bookmarks