Zen Cart Logo
Forums / Addon Templates / ZCA Bootstrap 4 Template [Support Thread]

ZCA Bootstrap 4 Template [Support Thread]

Views: 542,369

Results 161 to 180 of 1,686
27 Sep 2019, 22:57
#161
top_hatt avatar

top_hatt

Zen Follower

Join Date:
Feb 2010
Posts:
237
Plugin Contributions:
0

ZCA Bootstrap 4 Template [Support Thread]

Thanks for the reply. I'm not a coder and didn't know if it was just me or the plugin wasn't compatible.

Too bad, because I like the template but I need the Dynamic Price Updater.

Dave

01 Oct 2019, 17:21
#162
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Re: ZCA Bootstrap 4 Template [Support Thread]

top hatt:

Hi:

I have a quick question. Is the Dynamic Price Updater compatible with this template?

I have tried to get it to work but I am not having any success.

Dave

barco57:

I also could not get the Dynamic Price Updater to work with the template.

top hatt:

Thanks for the reply. I'm not a coder and didn't know if it was just me or the plugin wasn't compatible.

Too bad, because I like the template but I need the Dynamic Price Updater.

Dave

The plugin Dynamic Price Updater DOES WORK with this template.

You have to use the plugins included configuration to change the ID of the element where your price is displayed.

Simply changing productPrices to productsPriceTop-productPriceTopPrice

Unfortunately the plugin DOES NOT UPDATE but instead **ADDS ** the second price, you will have to remove the following from

/includes/templates/bootstrap/templates/tpl_product_info_display.php

<h2 id="productsPriceBottom-productPriceBottomPrice" class="productPriceBottomPrice">
  <?php  
// base price
  if ($show_onetime_charges_description == 'true') {
    $one_time = TEXT_ONETIME_CHARGE_SYMBOL . TEXT_ONETIME_CHARGE_DESCRIPTION;
  } else {
    $one_time = '';
  }
  ?>

<?php
  echo $one_time . ((zen_has_product_attributes_values((int)$_GET['products_id']) and $flag_show_product_info_starting_at == 1) ? TEXT_BASE_PRICE : '') . zen_get_products_display_price((int)$_GET['products_id']);
?>
</h2>
08 Oct 2019, 17:14
#163
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Re: ZCA Bootstrap 4 Template [Support Thread]

Version 2.0.0c was submitted today for review....

Until approved , it can be downloaded from the Github link in my Signature.

Files changed in 2.0.0c

15 Oct 2019, 04:13
#164
diamond1 avatar

diamond1

Zen Follower

Join Date:
Jan 2010
Location:
France
Posts:
295
Plugin Contributions:
0

Re: ZCA Bootstrap 4 Template [Support Thread]

Version 2.0.0c was submitted today for review....

Thank you very much:hug:

15 Oct 2019, 17:57
#165
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,682
Plugin Contributions:
56

Re: ZCA Bootstrap 4 Template [Support Thread]

it seems like when you're using an onsite CC collection module and PA-DSS Ajax Checkout? is on, the checkout confirmation page doesn't work - the submit button is outside of the form.

20 Oct 2019, 15:35
#166
nick1973 avatar

nick1973

Totally Zenned

Join Date:
Sep 2008
Location:
Cleethorpes
Posts:
1,230
Plugin Contributions:
3

Re: ZCA Bootstrap 4 Template [Support Thread]

I have been developing a website locally with mamp using the bootstrap template. Now I have transferred all the files to my hosting server, and I don't see the menu item ZCA Bootstrap Colors. It exists in the menu locally and is in the database. Any ideas why this would not be showing up?

21 Oct 2019, 05:23
#167
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Re: ZCA Bootstrap 4 Template [Support Thread]

Nick1973:

I have been developing a website locally with mamp using the bootstrap template. Now I have transferred all the files to my hosting server, and I don't see the menu item ZCA Bootstrap Colors. It exists in the menu locally and is in the database. Any ideas why this would not be showing up?

Did you transfer all the admin language files and data files. The bootstrap colors menu will not appear if all the admin files were not uploaded.

21 Oct 2019, 05:25
#168
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Re: ZCA Bootstrap 4 Template [Support Thread]

swguy:

it seems like when you're using an onsite CC collection module and PA-DSS Ajax Checkout? is on, the checkout confirmation page doesn't work - the submit button is outside of the form.

I have yet been able to reproduce this but I will continue to play with.

21 Oct 2019, 10:09
#169
nick1973 avatar

nick1973

Totally Zenned

Join Date:
Sep 2008
Location:
Cleethorpes
Posts:
1,230
Plugin Contributions:
3

Re: ZCA Bootstrap 4 Template [Support Thread]

rbarbour:

Did you transfer all the admin language files and data files. The bootstrap colors menu will not appear if all the admin files were not uploaded.

yes I did, is there any particular PHP version or could it be Apache?

21 Oct 2019, 14:11
#170
n8pbm avatar

n8pbm

Zen Follower

Join Date:
Mar 2005
Posts:
142
Plugin Contributions:
0

Re: ZCA Bootstrap 4 Template [Support Thread]

Testing an upgrade to Zen Cart 1.5.6c and installed this template. I am having one issue that appear to be related to this template.

I have a required attribute with some products. Under the default template when a user leaves the attribute blank they get a message stating that it needs to be completed before adding to cart. Under this template, the user gets returned to the same product page with no information on why it was returned.

Hope that makes sense.

21 Oct 2019, 14:20
#171
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,682
Plugin Contributions:
56

Re: ZCA Bootstrap 4 Template [Support Thread]

Please copy & paste the exact error text you get in the default template.

21 Oct 2019, 14:43
#172
n8pbm avatar

n8pbm

Zen Follower

Join Date:
Mar 2005
Posts:
142
Plugin Contributions:
0

Re: ZCA Bootstrap 4 Template [Support Thread]

I have 4 attributes that are required. This is the message I see on the default template:

Warning Please correct the following:
On the Option for: Year You picked an Invalid Selection: User Input Required

On the Option for: Make You picked an Invalid Selection: User Input Required

On the Option for: Model (3 or 4 digit number) You picked an Invalid Selection: User Input Required

On the Option for: VIN # (17 Characters Long) You picked an Invalid Selection: User Input Required

21 Oct 2019, 17:42
#174
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,682
Plugin Contributions:
56

Re: ZCA Bootstrap 4 Template [Support Thread]

rbarbour:

I have yet been able to reproduce this but I will continue to play with.

If you can't dup it in a week or so let me know and I'll set up a test site that shows the issue. I spent a bit of time on it but haven't had enough time to debug it yet.

21 Oct 2019, 17:49
#175
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,682
Plugin Contributions:
56

Re: ZCA Bootstrap 4 Template [Support Thread]

Nick1973:

I have been developing a website locally with mamp using the bootstrap template. Now I have transferred all the files to my hosting server, and I don't see the menu item ZCA Bootstrap Colors. It exists in the menu locally and is in the database. Any ideas why this would not be showing up?

This works properly with a fresh install. Try removing from your hosted site's configuration table the key ZCA_BODY_TEXT_COLOR.

DELETE FROM configuration WHERE configuration_key = 'ZCA_BODY_TEXT_COLOR';

21 Oct 2019, 17:50
#176
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,682
Plugin Contributions:
56

Re: ZCA Bootstrap 4 Template [Support Thread]

swguy:

This works properly with a fresh install. Try removing from your hosted site's configuration table the key ZCA_BODY_TEXT_COLOR.

DELETE FROM configuration WHERE configuration_key = 'ZCA_BODY_TEXT_COLOR';

... and be sure the file admin/includes/init_includes/init_bc_config.php is in place, then click the Admin Home link to rerun the init scripts. See if ZCA Bootstrap Colors appears under Tools at that point.

21 Oct 2019, 18:06
#178
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,682
Plugin Contributions:
56

Re: ZCA Bootstrap 4 Template [Support Thread]

As a more complex but (at least arguably) better refactoring, I would suggest getting rid of the $messageStack object creation in includes/init_includes/init_zca_bootstrap.php and simply loading the correct class in the includes/auto_loaders/config.core.php based on the setting of the template.

22 Oct 2019, 17:29
#179
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,682
Plugin Contributions:
56

Re: ZCA Bootstrap 4 Template [Support Thread]

rbarbour:

I have yet been able to reproduce this but I will continue to play with.

To dup this, I installed Ceon Manual Card, and edited includes/modules/payment/ceon_manual_card.php to add

// TESTING ONLY!!! DO NOT COPY!!! 
  function process_button_ajax() {
    return $this->process_button();
  }

The issue appears to be in includes/templates/bootstrap/templates/tpl_ajax_checkout_confirmation_default.php.
Replacing this file with the file from responsive_classic makes the bootstrap template properly handle AJAX checkout.

23 Oct 2019, 12:48
#180
n8pbm avatar

n8pbm

Zen Follower

Join Date:
Mar 2005
Posts:
142
Plugin Contributions:
0

Re: ZCA Bootstrap 4 Template [Support Thread]

swguy:

To dup this, I installed Ceon Manual Card, and edited includes/modules/payment/ceon_manual_card.php to add

// TESTING ONLY!!! DO NOT COPY!!!
function process_button_ajax() {
return $this->process_button();
}

> 
> The issue appears to be in includes/templates/bootstrap/templates/tpl_ajax_checkout_confirmation_default.php.
> Replacing this file with the file from responsive_classic makes the bootstrap template properly handle AJAX checkout.

I have the same issue.  I am using Paypal Pro to process the credit cards.  Once you get to step 3 you cannot continue to the next step.  The page does not respond and you cannot check out.  replacing tpl_ajax_checkout_confirmation_default.php with the responsive one does seem to fix the issue.