Zen Cart Logo
Forums / All Other Contributions/Addons / Printable Price list :: support thread

Printable Price list :: support thread

Views: 232,004

Results 181 to 200 of 739
27 Sep 2007, 11:06
#181
chrisnasah avatar

chrisnasah

New Zenner

Join Date:
Sep 2007
Posts:
31
Plugin Contributions:
0

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:

27 Sep 2007, 11:22
#182
paulm avatar

paulm

Totally Zenned

Join Date:
Nov 2003
Posts:
1,878
Plugin Contributions:
5

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 :-)

TABLE_HEADING_ADDTOCART_3That looks like a bug.

In includes\modules\pages\pricelist\header_php.php this:

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:
27 Sep 2007, 11:35
#183
chrisnasah avatar

chrisnasah

New Zenner

Join Date:
Sep 2007
Posts:
31
Plugin Contributions:
0

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.

27 Sep 2007, 13:32
#184
chrisnasah avatar

chrisnasah

New Zenner

Join Date:
Sep 2007
Posts:
31
Plugin Contributions:
0

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.

27 Sep 2007, 15:04
#185
oxxyfx avatar

oxxyfx

New Zenner

Join Date:
Sep 2007
Posts:
77
Plugin Contributions:
0

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.

28 Sep 2007, 06:19
#186
erzfeind avatar

erzfeind

New Zenner

Join Date:
Mar 2007
Posts:
14
Plugin Contributions:
0

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

28 Sep 2007, 08:20
#187
paulm avatar

paulm

Totally Zenned

Join Date:
Nov 2003
Posts:
1,878
Plugin Contributions:
5

Re: Printable Price list :: support thread

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:

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.

01 Oct 2007, 14:07
#188
oxxyfx avatar

oxxyfx

New Zenner

Join Date:
Sep 2007
Posts:
77
Plugin Contributions:
0

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.

01 Oct 2007, 14:25
#189
erzfeind avatar

erzfeind

New Zenner

Join Date:
Mar 2007
Posts:
14
Plugin Contributions:
0

Re: Printable Price list :: support thread

have you seen that?

paulm:

Can you upload the attached file and tell me if it helps?

Another option may be to uncomment:

//if((isset($_SESSION['customer_id']))&&(!isset($_SESSION['group_name']))) zen_group_name_add_to_session();

> 
> 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).
01 Oct 2007, 14:27
#190
paulm avatar

paulm

Totally Zenned

Join Date:
Nov 2003
Posts:
1,878
Plugin Contributions:
5

Re: Printable Price list :: support thread

Hi Ox.,

can you upload the file attached to this post, and tell me if it helps?

01 Oct 2007, 14:30
#191
paulm avatar

paulm

Totally Zenned

Join Date:
Nov 2003
Posts:
1,878
Plugin Contributions:
5

Re: Printable Price list :: support thread

Arghh, 2nd try to attach file

(removed the one I uploaded before to see if it helps)

01 Oct 2007, 21:53
#192
oxxyfx avatar

oxxyfx

New Zenner

Join Date:
Sep 2007
Posts:
77
Plugin Contributions:
0

Re: Printable Price list :: support thread

Hi,

thanks for the update but it didn't help... Still have the same error.

erzfeind: I opted for uploading the file rather than modifying the script which "may cause problems with the upgrade... "

but still no luck.

Thanks, Ox.

02 Oct 2007, 06:20
#193
erzfeind avatar

erzfeind

New Zenner

Join Date:
Mar 2007
Posts:
14
Plugin Contributions:
0

Re: Printable Price list :: support thread

did you try modifying the script?

are you logged in as a customer of the allowed group when you try to open the price list page?

02 Oct 2007, 12:31
#194
oxxyfx avatar

oxxyfx

New Zenner

Join Date:
Sep 2007
Posts:
77
Plugin Contributions:
0

Re: Printable Price list :: support thread

No. I didn't try modifying the script. Which file do I have to modify?

02 Oct 2007, 13:42
#195
erzfeind avatar

erzfeind

New Zenner

Join Date:
Mar 2007
Posts:
14
Plugin Contributions:
0

Re: Printable Price list :: support thread

this one

paulm:

Can you upload the attached file and tell me if it helps?

Another option may be to uncomment:

//if((isset($_SESSION['customer_id']))&&(!isset($_SESSION['group_name']))) zen_group_name_add_to_session();

> 
> 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).
02 Oct 2007, 16:45
#196
oxxyfx avatar

oxxyfx

New Zenner

Join Date:
Sep 2007
Posts:
77
Plugin Contributions:
0

Re: Printable Price list :: support thread

Pardon my ignorance, but I don't see a filename - neither a file location....

Thank you,
Ox.

04 Oct 2007, 00:21
#197
oxxyfx avatar

oxxyfx

New Zenner

Join Date:
Sep 2007
Posts:
77
Plugin Contributions:
0

Re: Printable Price list :: support thread

Ok,

for other newbies like me following this thread:

in "yourcart"\includes\functions\extra_functions edit the group_functions.php and take out the "\" from:

//if((isset($_SESSION['customer_id']))&&(!isset($_SESSION['group_name']))) zen_group_name_add_to_session();

so it looks like:

if((isset($_SESSION['customer_id']))&&(!isset($_SESSION['group_name']))) zen_group_name_add_to_session();

then the group admin should work - at least mine does now.

I hope this helps other people as well.

Ox.

04 Oct 2007, 14:28
#198
paulm avatar

paulm

Totally Zenned

Join Date:
Nov 2003
Posts:
1,878
Plugin Contributions:
5

Re: Printable Price list :: support thread

Hi oxxyfx,

can you tell what version of Zen Cart you are using? Because adding the missing file (\includes\init_includes\init_zen_group.php) actually should fix the issue without any file modification (on Zen Cart 1.3.x versions).

04 Oct 2007, 23:15
#199
oxxyfx avatar

oxxyfx

New Zenner

Join Date:
Sep 2007
Posts:
77
Plugin Contributions:
0

Re: Printable Price list :: support thread

This is from the server info pages:

Zen Cart 1.3.7.1
Database Patch Level: 1.3.7.1

Ox.

05 Oct 2007, 06:38
#200
paulm avatar

paulm

Totally Zenned

Join Date:
Nov 2003
Posts:
1,878
Plugin Contributions:
5

Re: Printable Price list :: support thread

oxxyfx:

Zen Cart 1.3.7.1
Database Patch Level: 1.3.7.1Then I don't understand why adding the file doesn't fix it. But because it does not hurt anything I will leave the formentioned line of code uncommented in a next release.

Thanks for the feedback on this :-)