Minimum Number of products purchased

  • Andy Ticehurst
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 5 months ago #51263 by Andy Ticehurst
Minimum Number of products purchased was created by Andy Ticehurst
I need to create an attribute that makes some products only able to be purchased in multiable quantities.

ie 30 at a time.

How do i do this.

Regards

Andy

Please Log in or Create an account to join the conversation.

  • Giang Dinh Truong
  • Offline
  • Administrator
  • Administrator
More
9 years 5 months ago #51275 by Giang Dinh Truong
Replied by Giang Dinh Truong on topic Minimum Number of products purchased
Hello Andy,
In latest version 1.3.2 of EShop, you have option to do that. When you edit a product, you should enter Product Minimum Quantity. Example: if you enter 30, then customer must add at least 30 products to the cart to check it out.
Hope that this is useful.
Sincerely, Giang

Please Log in or Create an account to join the conversation.

  • Andy Ticehurst
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 5 months ago - 9 years 5 months ago #51281 by Andy Ticehurst
Replied by Andy Ticehurst on topic Minimum Number of products purchased

Giang Dinh Truong wrote: Hello Andy,
In latest version 1.3.2 of EShop, you have option to do that. When you edit a product, you should enter Product Minimum Quantity. Example: if you enter 30, then customer must add at least 30 products to the cart to check it out.
Hope that this is useful.
Sincerely, Giang


I changed as you said...... got this error on checkout
SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data

OK

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">



<html prefix="og: ogp.me/ns# " xmlns=" www.w3.org/1999/xhtml " xml:lang="en-gb" lang="en-gb">



<head>

<meta property="og:title" content="Streaming Australia"/>

<meta property="og:site_name" content=""/>

<meta name="og:url" content=" streamingaustralia.com.au/index.php?opti...rs&view=registration " />

<script type="text/javascript">
var siteurl='/';
var tmplurl='/templates/ja_methys/';
var isRTL = false;
</script>

<base href=" streamingaustralia.com.au/index.php " />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="generator" content="Joomla! - Open Source Content Management" />
<title>Streaming Australia</title>
<link href=" streamingaustralia.com.au/index.php/shop...in?view=registration " rel="canonical" />
<link href=" streamingaustralia.com.au/index.php/comp...h/?format=opensearch " rel="search" title="Search Streaming Australia" type="application/opensearchdescription+xml" />
<link rel="stylesheet" href="/t3-assets/css_4a3ef.css" type="text/css" />
<link rel="stylesheet" href="/t3-assets/css_534aa.css" type="text/css" />
<script src="/t3-assets/js_5ed55.js" type="text/javascript"></script>
<script src="/components/com_k2/js/k2.js?v2.6.6&amp;sitepath=/" type="text/javascript"></script>
<script src="/t3-assets/js_09220.js" type="text/javascript"></script>
<script src=" api.recaptcha.net/js/recaptcha_ajax.js " type="text/javascript">
<script src="/t3-assets/js_e9bcd.js" type="text/javascript"></script>
<script type="text/javascript">
window.setInterval(function(){var r;try{r=window.XMLHttpRequest?new XMLHttpRequest():new ActiveXObject("Microsoft.XMLHTTP")}catch(e){}if(r){r.open("GET","./",true);r.send(null)}},840000);
jQuery(function($) {
$('.hasTip').each(function() {
var title = $(this).attr('title');
if (title) {
var parts = title.split('::', 2);
$(this).data('tip:title', parts[0]);
$(this).data('tip:text', parts[1]);
}
});
var JTooltips = new Tips($('.hasTip').get(), {"maxTitleChars": 50,"fixed": false});
});

function showRecaptcha(){
Recaptcha.create("6Le8BM0SAAAAAHnGJXJJYFzBvG_85WBWp3DYHaR6", "recaptcha", {
theme: "clean"
});
}
$K2(document).ready(function() {
showRecaptcha();
});


function isBrowserIE()
{
return navigator.appName=="Microsoft Internet Explorer";
}

function jInsertEditorText( text, editor )
{
tinyMCE.execCommand('mceInsertContent', false, text);
}

var global_ie_bookmark = false;

function IeCursorFix()
{
if (isBrowserIE())
{
tinyMCE.execCommand('mceInsertContent', false, '');
global_ie_bookmark = tinyMCE.activeEditor.selection.getBookmark(false);
}
return true;
}
</script>
<script type="text/javascript">
(function() {
var strings = {"JLIB_FORM_FIELD_INVALID":"Invalid field:&#160"};
if (typeof Joomla == 'undefined') {
Joomla = {};
Joomla.JText = strings;
}
else {
Joomla.JText.load(strings);
}
})();
</script>
<script type="text/javascript" src=" streamingaustralia.com.au/media/editors/tinymce/tinymce.min.js ">
<script type="text/javascript">
tinyMCE.init({
// General
directionality: "ltr",
language : "en",
mode : "specific_textareas",
autosave_restore_when_empty: false,
skin : "lightgray",
theme : "modern",
schema: "html5",
selector: "textarea.mce_editable",
// Cleanup/Output
inline_styles : true,
gecko_spellcheck : true,
entity_encoding : "raw",
valid_elements : "",
extended_valid_elements : "hr[id|title|alt|class|width|size|noshade]",
force_br_newlines : false, force_p_newlines : true, forced_root_block : 'p',
toolbar_items_size: "small",
invalid_elements : "script,applet,iframe",
// Plugins
plugins : "table link image code hr charmap autolink lists importcss",
// Toolbar
toolbar1: "bold italic underline strikethrough | alignleft aligncenter alignright alignjustify | formatselect | bullist numlist",
toolbar2: "outdent indent | undo redo | link unlink anchor image code | hr table | subscript superscript | charmap",
removed_menuitems: "newdocument",
// URL
relative_urls : true,
remove_script_host : false,
document_base_url : " streamingaustralia.com.au/ ",
// Layout
content_css : " streamingaustralia.com.au/templates/system/css/editor.css ",
importcss_append: true,
// Advanced Options
resize: "both",
height : "550",
width : "",

});
</script>

<!--[if ie]><link href="/plugins/system/jat3/jat3/base-themes/default/css/template-ie.css" type="text/css" rel="stylesheet" /><![endif]-->
<!--[if ie 7]><link href="/plugins/system/jat3/jat3/base-themes/default/css/template-ie7.css" type="text/css" rel="stylesheet" /><![endif]-->
<!--[if ie 7]><link href="/templates/ja_methys/css/template-ie7.css" type="text/css" rel="stylesheet" /><![endif]-->
<!--[if ie 8]><link href="/templates/ja_methys/css/template-ie8.css" type="text/css" rel="stylesheet" /><![endif]-->




<link href="/templates/ja_methys/images/favicon.ico" rel="shortcut icon" type="image/x-icon" />



<style type="text/css">
/*dynamic css*/

body.bd .main {width: 960px;}
body.bd #ja-wrapper {min-width: 960px;}
</style></head>



<body id="bd" class="bd fs3 com_users">

<a name="Top" id="Top"></a>

<div id="ja-wrapper">





<div id="ja-top-panel"
class="wrap ">
<div class="main clearfix">
<div class="ja-healineswrap">

<em>Headlines:</em>

<div id="jalh-modid78" class="ja-headlines ">

<div style="white-space:nowrap; " id="jahl-wapper-items-jalh-modid78">

<!-- HEADLINE CONTENT -->

<div class="ja-headlines-item jahl-horizontal" style="visibility:visible">

<a title=" streamingaustralia.com.au/speedtest/mini/index-php.html " href="/index.php/91-pages/142-speed-test">Speed Test

</a>

</div>

<div class="ja-headlines-item jahl-horizontal" style="visibility:hidden">

<a title="Streaming Australia owns all its own equipment in Australia's newest data center facilities in Sydney. Coupled with experienced staff and outstanding customer service your project is in good hands.

We UnderstandToday’s mobile market is exploding, and the demand for high-quality online media has n..." href="/index.php/91-pages/141-about-us"><span>About Us</span>

</a>

</div>

<div class="ja-headlines-item jahl-horizontal" style="visibility:hidden">

<a title="Speak to one of our friendly staff about the many package offers we have available.All of our plans are very flexible and designed to keep your budget in mind. Just tell us about your business, your project, your needs and how to best reach you. After we determine more of your needs we can give you ..." href="/index.php/89-sa-pages/140-pricing"><span>Pricing</span>

</a>

</div>

<div class="ja-headlines-item jahl-horizontal" style="visibility:hidden">

<a title="Stand up and give yourself three cheers – what an awesome effort by you tonight, letting people like us (who are 4+ hours away) and my son (Thomas Duggan, Max Croker was using Thomas’s engine!!) who is on an overseas school excursion to America be able to tune in and hear every race, score every..." href="/index.php/90-testimonials/139-u21-and-u16-350cc-solo-speedway-championships"><span>Congrats and Well Done</span>

</a>

</div>

<div class="ja-headlines-item jahl-horizontal" style="visibility:hidden">

<a title="Hi guys.I just thought I'd take the time to thank you for the coverage of the solo championships today.I joined after all the riders had had 3 races each so I don't know what happened prior this point, however the coverage I did hear was excellent. The signal did drop a couple of times but this di..." href="/index.php/90-testimonials/138-australian-u21-and-u16-350cc-solo-speedway-championships"><span>Outstanding</span>

</a>

</div>

<div class="ja-headlines-item jahl-horizontal" style="visibility:hidden">

<a title="2013 AUSTRALIAN U21 AND U16 350cc SOLO SPEEDWAY CHAMPIONSHIPS19th January 2013Hi guys.I just thought I'd take the time to thank you for the coverage of the solo championships today.I joined after all the riders had had 3 races each so I don't know what happened prior this point, however the coverage..." href="/index.php/14-sample-data-articles/137-testimonials"><span>Testimonials</span>

</a>

</div>

<div class="ja-headlines-item jahl-horizontal" style="visibility:hidden">

<a title="Streaming Australia is one of Australia's leading provider of internet based radio transmissions.

Live Streaming represents the cornerstone of our services. We can seamlessly broadcast your content in real time with our outstanding new technology. We broadcast your event live to all devices, deskto..." href="/index.php/89-sa-pages/136-deliver-to-the-world"><span>Deliver To the World</span>

</a>

</div>

<div class="ja-headlines-item jahl-horizontal" style="visibility:hidden">

<a title="Already recording your show but cant get it out to the world. Streaming Australia can supply the uplink.Today’s mobile market is exploding, and the demand for high-quality online media has never been greater. Streaming Australia provides breakthrough levels of quality and service for live and on..." href="/index.php/89-sa-pages/135-already-recording"><span>Already Recording</span>

</a>

</div>

<div class="ja-he
Last edit: 9 years 5 months ago by Andy Ticehurst.

Please Log in or Create an account to join the conversation.

  • Giang Dinh Truong
  • Offline
  • Administrator
  • Administrator
More
9 years 5 months ago #51282 by Giang Dinh Truong
Replied by Giang Dinh Truong on topic Minimum Number of products purchased
Hello Andy,
That is strange and seem it is an outstanding issue. Can you please submit a new ticket to EShop category so I can help you to check and resolve the problem?
Hope to hear back from you soon.
Sincerely, Giang

Please Log in or Create an account to join the conversation.

Moderators: Giang Dinh Truong