News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Coupon for guest / not registered users

Started by ereallstaff, January 09, 2015, 13:36:04 PM

Previous topic - Next topic

ereallstaff

I can't fine how to workout what in topic Coupon for guest / not registered users . Customers are already difficult to arrive to website , than I don't want to add the difficulty of registering too to use discount

Is it possible anywhere or anyway to set this?

THank you
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ì
Try out our new joomla background rotator ( for joomla 1.x or 2.x), for only 14,99 eur @ innovailweb.it

ereallstaff

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ì
Try out our new joomla background rotator ( for joomla 1.x or 2.x), for only 14,99 eur @ innovailweb.it

jenkinhill

A coupon code can be used just with guest registration. No need for full registration.   
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

ereallstaff

Thanks for your reply

So that means that the following code I find in following snippet was added by template creator?   :°°

All Files   templates/flexible_stylemart/html/com_virtuemart/cart/helper.php

$user = VmModel::getModel('user');
        if ($user->_id == null || $user->_id == 0) {
            return array('coupon_verified_not_logged', 'is_logged');
        } else {
            $this->cart->couponCode = $coupon_code;
            $this->cart->setCartIntoSession();
            $msg = JText::_('COM_VIRTUEMART_CART_COUPON_VALID');
            return array($msg, 'not_logged');
        }
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ì
Try out our new joomla background rotator ( for joomla 1.x or 2.x), for only 14,99 eur @ innovailweb.it

GJC Web Design

didn't even know you could over ride the helper in the template -  - but doesn't exist in core VM2.6
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

jenkinhill

That code does not exist in VM3.0.3 either.
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum