cpgShop - a PayPal shopping cart - Page 19 cpgShop - a PayPal shopping cart - Page 19
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

cpgShop - a PayPal shopping cart

Started by Stramm, October 11, 2010, 05:04:51 PM

Previous topic - Next topic

0 Members and 3 Guests are viewing this topic.

gmc

Quote from: JohannM on May 13, 2014, 02:38:49 PM
Hi

How can I hide the VIEW CART etc buttons for cpgshop for users that is not logged in ? With other words visitors cant see this buttons ...

Please help

If you scroll up a bit in this thread - instructions included to suppress the view cart and checkout buttons when cart is empty - which would include unlogged users initially.
It does allow unlogged users to add items to their cart still - which would then make the 'view cart' and 'checkout' buttons visible - which would require logging on to complete.

If that meets your need:
Quote from: gmc on January 03, 2014, 07:14:49 PM
To suppress display of 'view cart' button when the cart is empty - in codebase.php:
find:

  //Add view cart & checkout buttons
  if ($item_in_cart > -1 && $CONFIG['cpgshop_enable']) {

and replace with: (just changing -1 to 0... with comments)

  //Add view cart & checkout buttons
  //* GMC - alter compare to suppress cart and checkout buttons if cart is empty..
  if ($item_in_cart > 0 && $CONFIG['cpgshop_enable']) {  //* GMC changed compare to > 0

Remember you will need to redo this change any time you upgrade CPGShop.
Thanks!
Greg
My Coppermine Gallery
Need a web hosting account? See my gallery for an offer for CPG Forum users.
Send me money

JohannM

I tried that code, but it intervere with the plugin Final Extraxt in some way

JohannM

Stramm ... or anybody else who knows how to get hold of stramm, please send me an email, I want the full version ... thanx.

JohannM

I have a problem ...

If I put amounts in to charge per country (for when you confirm the order) ... the shop does nod add the country fee ...

Does anyone know how to fix ?

Thanx in advance

JohannM

Adding a tracking number ?

Hi ... wounder if someone can help perhaps ...

I have a extra field in my table "orders" with the field name of "tracking"

On the admin page of ORDER MANAGER I added a text input field to be able to add a tracking number to the database, but I am not sure where and what code I have to implement ... I tried several ways but could not get the thing working ...

Any help perhaps ?

Thanx in advance

tupense

hi can i got the full version of cpgshop i can give some donation ,like you have suggested....

JohannM

Hi

How can we get hold of Stramm for the full version ????

Anybody ???

anaximander

Hi Stramm,

I also would like to get the full version of your plugin (for a donnation).

anaximander

Aeronautic

Is there anyone in the Dev community that knows Stramm personally who can update those of us seeking to purchase the full version of the plug-in?

I began asking in March of this year and a few others have followed. If it is a closed project, that would be helpful to know too.

Many thanks!

Hhappy

Quote from: Hhappy on April 13, 2014, 07:27:17 PM
Would love to get the full version as well.
Thanks
Was just wondering if it's still possible to get the full version (purchase)??
It has been a while..

phill104

Stramm hasn't visited for a while now. I will ping him a PM and see if he responds.
It is a mistake to think you can solve any major problems just with potatoes.

blackhawk

Bug Report:
Using this plugin in coppermine standlone seems to work great.  After I bridged coppermine to smf20 the add to cart stopped working.  The cart kept returning empty even tho I added an item to the cart.

To fix this go to libs/cpgDB.class.php

find this line of code:
return mysql_insert_id();

and replace with the following
return cpg_db_last_insert_id();

this fix works in either standalone or bridged with smf20.  I did not test other apps that coppermine will bridge with.

I'd be interested in the full version of this plugin if the author ever returns.

Hhappy

Quote from: Phill Luckhurst on July 18, 2014, 07:48:26 PM
Stramm hasn't visited for a while now. I will ping him a PM and see if he responds.

any news?
still hoping to be able to get my hands on a full version

Stramm

If someone is still interested in the full version, please let me know.

blackhawk

yes, I am, I have PM turned on but I can't send a message.  thanks, 

Hhappy

Quote from: Stramm on September 02, 2014, 06:30:53 PM
If someone is still interested in the full version, please let me know.
Welcome back and yes please :)

Hhappy

Thank you for the pm (can't reply as i'm not allowed (yet) to sent pm's..

wp180

Hi Stramm.

I'm also interesting in the full version.

Thx a lot.
wp180

Aeronautic

Welcome back Stramm!

Please get in touch about buying the full version.

Thanks

shafeeq

Hey Stramm,

Can you please get in touch about buying the full version?

Thanks,
Shafeeq