Re: Printable Price list :: support thread
@kimson: I sent you a PM.
@crabacle: I must addmit the css classnames do not make much sense, at some point I decided to abbreviate the classnames as much as possible, which was a bad idea.
But finding out what CSS classes and id's are for is not something which is typical for this pricelist contribution. (In general) you just need to look at the html source what the available classes and id's are, and then look in the stylesheet if and how they are being used and then add/edit to the stylesheet whatever you need.
If I remember well I added some comments to the stylesheet. It's a long time ago I wrote that, so I am not sure how extensive these comments are, but it might help a little.
Re: Printable Price list :: support thread
So its been a while since you posted the 1.3-pre release with WARNING... and no comments, so I am guessing (and crossing fingers) that it works as intended... and about to install... if you don't find me on your dorr screaming then it worked perfectly :-) :lol:
Re: Printable Price list :: support thread
SUCCESS! it worked flawlessly over version 1.08. I didn't even replace the SQL... going to do that next. I do wonder if there is a "profile" in there to show the reduced version as well.. I can see needing that on occasion, although the "Boss" loves the new one.. so I hope I don't mess it up.
BTW, I also just upgraded ZC to 1.3.7 today as well
Re: Printable Price list :: support thread
So only comments I have are...
1. If done with EZ Pages and you ask it to open in NEW PAGE,it adds a query param to the link which causes the pricelist not to operate for some reason. Not sure if this is a problem with EZPages, PriceList or ZenCart, but works fin if a specific page is specified.
Code:
<li><a href="http://www.totalgarage.ca/products/index.php?main_page=pricelist?target=&quot;_blank" target="_blank">Price List</a></li>
<li><a href="http://www.totalgarage.ca/products/rss2.php?target=&quot;_blank" target="_blank">RSS2 Feed</a></li>
above is an example where it works for RSS2. but not for price list.
And is there a way to configure it (query params even) that allow the older minimalistic version to show?
Re: Printable Price list :: support thread
Clearly this url is invalid:
Code:
http://www.totalgarage.ca/products/index.php?main_page=pricelist?target=&quot;_blank
No idea why it is generated and by what piece of code, and I don't see any reason to try to make the pricelist popup when an invalid url is clicked.
Re: Printable Price list :: support thread
Its a bug in EZPages. Not a worry.
On the minimalistic version... is there a toggle to show that?
Re: Printable Price list :: support thread
Quote:
On the minimalistic version... is there a toggle to show that?
Sorry, I don't understand. A toggle to show what?
Re: Printable Price list :: support thread
I like the new detailed price list with the images and descriptions... but I also liked the old one that was a more minimalistic view. Is there a way to add a query parameter to select which one is shown?
Re: Printable Price list :: support thread
Quote:
Originally Posted by
quentinjs
I like the new detailed price list with the images and descriptions... but I also liked the old one that was a more minimalistic view. Is there a way to add a query parameter to select which one is shown?
:blush: I think that was one of the reasons it was not ready for an "official" release...... I added the (more or less) unfinished code for images and descriptions, and made preparations to add on/off switches, but it looks like I did not get to adding any switch at all :shocking:
I will probably update soon to add those switches :-)
Re: Printable Price list :: support thread
That easily happens, you start on something get distracted with another aspect of it, then the next thing you know life over takes you and when you go back you remember the las stuff you were doing, but forget what you had been doing before that. I have had that happen way to many times as of late.