Page 2 of 2

Re: Store logo in PDF and some translation problem

Posted: 14 Aug 2023, 15:51
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

Re: Store logo in PDF and some translation problem

Posted: 19 Aug 2023, 19:36
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

Re: Store logo in PDF and some translation problem

Posted: 21 Aug 2023, 16:29
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

Re: Store logo in PDF and some translation problem

Posted: 22 Aug 2023, 13:52
by Nidzo
O.K. Case closed.

Re: Store logo in PDF and some translation problem

Posted: 23 Aug 2023, 15:03
by Jan
Ok