ZCA Bootstrap Template
ZCA Bootstrap Template
I haven't installed that template for testing, but I would make sure that the template related files were installed to each override area for the template(s) to be used. If that has been verified true, then I would advise to verify that the page(s) pass html validation. Then would check to see if there are any console errors associated with loading the page. And then yes would look at the html tags in use to see that say the price block uses html id tag: productPrices.
I would expect that the template would still use default related html tags to some extent as that is part of maintaining a compatible template. But if it doesn't I wouldn't say that the template is bad, just some things need a little tweak to function as expected.
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
I am running a clean install of v 1.5.7 with demo product info and then the first thing I did was install DPU 3.2.0 and went to a test product page once I turned on DPU in the admin configuration and the page just keeps refreshing. Not sure where to start to fix it.
Best,
Goldbuckle
Scroll up to post #1564 and that should help.
Rick
RixStix (dot) com
aka: ChainWeavers (dot) com
Direct link to that post is: https://www.zen-cart.com/showthread....58#post1370158
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
zen version 1.56C php7.0
how can we make the model number change to customid on select,
also would like to add a sku or (custom fields) that change on select.
right now i have picture, price, stock and weight all changing on select. i need to have the model number change to custom id. and i want to use the description field to store barcodes and have them change on select. and have the description field incorporated to lookup of other barcodes
here is my site with example product
https://jnsflooringandsupplies.com/T...I_White_Mallet
jimmie
also how can i get my text back that shows up b4 dpu activates. example is when customer not logged id they see Price $34.01 or if they are logged in they see Retail Price $34.01, if customer has wholesale account it says Your Price $30.29
This would primarily require some custom coding, but there are areas throughout the code to perform additional data retrieval from the database and to then populate the data array that is returned. This portion is in the DPU class. Then once returned, the javascript needs to know/understand where to place the associated data. Effectively anything that is to be updated/modified needs to have some sort of unique identifier such as an id tag or a specific name in a surrounding html tag. Such could be included in your product description and be "updated" on selection change. Basically though the extra information would follow the same process as any of the other originally provided items.
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
You might want to post your question on the Bootstrap support thread. https://www.zen-cart.com/showthread....strap-Template
A little help with colors.
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
trying to upgrade my site from 1.50 to 1.56a as the force of running php7 comes in. but what a nightmare!
Anyhow, almost there, but for DPU have the constantly spinning wheel and the console error gives:
XML Parsing Error: not well-formed Location: http://localhost/ajax.php?cPath=443_...hod=dpu_update Line Number 2, Column 1:
any ideas at where i should be poking round for this? within the modules/pages jscript stuff?