Re: Printable Price list :: support thread
right, noticed one thing, if i have my settings under configuration/mystore/display prices with tax set to true it works fine but this means it display prices with tax on the product itself on the main page and i prefer having tax at the end...
anyone else has or having this issue... how can it be sorted.
Also struggling to see why am getting TABLE_HEADING_ADDTOCART_3 when add to cart option is selected.
Anyone... cos my head is now spinning :( :frusty:
Re: Printable Price list :: support thread
Indeed the including tax prices in the pricelist only are including when your shop is configured to show including tax prices. It probably should issue a warning or something when it can't display the tax price, but the current version just shows the ex price then.
Sorry, but showing the pricelist inc prices including tax when the shop is configered not to show including is not a feature that is likely to be added soon. I agree it would be a nice feature though :-)
Quote:
TABLE_HEADING_ADDTOCART_3
That looks like a bug.
In includes\modules\pages\pricelist\header_php.php this:
Code:
eval('$pl_profile = TABLE_HEADING_ADDTOCART_' . PL_PROFILE . ';');
define('TABLE_HEADING_ADDTOCART', $pl_profile);
should be removed or commented out (I think, not tested). If you leave it and define TABLE_HEADING_ADDTOCART_3 (and TABLE_HEADING_ADDTOCART_2 and TABLE_HEADING_ADDTOCART_1) it will be fixed too, and you can have different headings for this for each profile :smartalec:
Re: Printable Price list :: support thread
Cheers for that, greatly appreciate your help and what a great module.
Now if displaying products with tax is not possible when i dont display with tax on my main page can i:
At present we can turn off ex£ from admin. Now in my case i would have wanted to keep that and turn off in£.... there is no option for that.
in£ ex£ -> can do this
in£ -> can do this
ex£ -> cant do(this is what i want)
If there is no option den i can change in£ to ex£ meaning if i were to turn on ex£ option i would have ex£ ex£, i dont mind this as i use that option.
So what coding can i change or anything simpler and i am missing it.
Thanks.
Re: Printable Price list :: support thread
Sorted.. it was in pricelist.php in languages/english.
Thanks for the suggestions... great module, very happy.
Things i cant wait for.... display prices with tax whilst having it not display in strore.
But most important the dual pricing....
Is it not so simple to set it up or is it very complicated.... hope someone expert in coding does manage to do it.
Re: Printable Price list :: support thread
Can the pricelist be password protected? I personally would want to use the pricelist for store purposes only and I do not want to enable it for large public.
Is there a known sloution for this?
thank you,
Ox.
Re: Printable Price list :: support thread
just use the group pricing feature.
Create your own account in your store and adda group pricing group 'admin' or something like that. Then add the customer(s) who should be permitted to see the list to this group
And then add this group to the group name in the price list profile configuration.
Martin
Re: Printable Price list :: support thread
Quote:
Originally Posted by
erzfeind
just use the group pricing feature.
Create your own account in your store and adda group pricing group 'admin' or something like that. Then add the customer(s) who should be permitted to see the list to this group
And then add this group to the group name in the price list profile configuration.
Exactly :smile:
Maybe I will add a login box later (currently only a basic message is shown when you are not allowed to see the list, and you need to go back to the store to login, which is a bit annoying of course).
@chrisnasah:
Quote:
display prices with tax whilst having it not display in strore.
I have given it another thought, and I I think it's not that difficult after all. Can't say (if or) when I will get to it though.
Re: Printable Price list :: support thread
Thanks guys - following the above procedure does not allow my user to see the pricelist. It comes back with: "Sorry, you're not allowed to view this list. "
What am I doing wrong?
Thanx, Ox.
Re: Printable Price list :: support thread
have you seen that?
Quote:
Originally Posted by
paulm
Can you upload the attached file and tell me if it helps?
Another option may be to uncomment:
Code:
//if((isset($_SESSION['customer_id']))&&(!isset($_SESSION['group_name']))) zen_group_name_add_to_session();
in function zen_group_is_valid()
But I think adding the file is better, to prevent possible upgrade problems (not that updates are expected soon, other than a fix for this issue).
Re: Printable Price list :: support thread
Hi Ox.,
can you upload the file attached to this post, and tell me if it helps?