Store logo in PDF and some translation problem

Phoca Cart - complex e-commerce extension
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Store logo in PDF and some translation problem

Post by Jan »

Hi, for this, e.g. module needs to be written.

To make it simple, such module should only read the event:

Code: Select all

PluginHelper::importPlugin('pcv');
$results                               = Factory::getApplication()->triggerEvent('onPCVonCheckoutAfterCart', array('com_phocacart.checkout', $this->a, &$this->p, $this->t['total']));
echo trim(implode("\n", $results));
The plugin is rendered in this event, so if module will include such event, then even in this module, this information will be displayed.

Jan
If you find Phoca extensions useful, please support the project
User avatar
Nidzo
Phoca Professional
Phoca Professional
Posts: 387
Joined: 07 Nov 2018, 14:55

Re: Store logo in PDF and some translation problem

Post by Nidzo »

Jan wrote: 29 Jul 2023, 14:25
opening times - this feature only affects the ordering process not the add to cart (as it is e.g. possible that customers adds the item to cart and wait for the opening times). There are different parameters to hide the add to cart (zero price, out of stock, product on demand, ...) but unfortunately noone is affilated to opening times :-(
Jan
I am looking for automatic or dumb proof method for client to have option for easily close options for orders. Any idea?

Can Opening time and Catalog Options Display Add to Cart button be connected somehow? 8)


Image
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Store logo in PDF and some translation problem

Post by Jan »

Hi, as written above, for now there is no such option as items in cart can stay there for long time. So even user is viewing website which currently does not accept orders, he/she still can have the items in cart (even button is not displayed) so the main part which can prevent from ordering is checkout. Having no button stil does not mean, that user cannot have items in cart (e.g. from previous time).

Jan
If you find Phoca extensions useful, please support the project
User avatar
Nidzo
Phoca Professional
Phoca Professional
Posts: 387
Joined: 07 Nov 2018, 14:55

Re: Store logo in PDF and some translation problem

Post by Nidzo »

O.K. Case closed.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Store logo in PDF and some translation problem

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
Post Reply