Product with different prices to add to basket / Developer / Forums - Share eZ Publish! The eZ Publish Community

Forums / Developer / Product with different prices to add to basket

Product with different prices to add to basket

Author Message

Lo' F.

Wednesday 13 April 2011 1:17:29 am

Hi there,

Here's the scenario.

I need to create a webshop with some special requirements:

- Each product needs to have different prices:

* 3 different prices depending on the logged user belonging to a specific group of clients

* and 3 different prices for the single item and for the boxes of 6 and 12 of those items

The thing is that my client doesn't want to work on percentages but feel free to manually enter each of the prices with no rules (in other words, it has to be totally up to him).

So I made up a product class with 9 different attributes for the price. And in the template override for that class showed each price for the single item and for the boxes of 6 and 12 items, depending on the logged user. And each price has its own addToBasket button with its own form.

To the basket page, which currently shows only the first entered object's price of the price attribute, I need to pass the product name and the submitted choice (single/box of 6/box of 12) with its specific price.

If I submit those attributes values through hidden input fields in each form I should need to customize the action script to pass those values to the basket.tpl..

Where can I find the script file that takes care of this operation?

Besides, do you think this is the best way I can accomplish my tasks?

loredanaebook.it

Sandra Parente

Wednesday 13 April 2011 1:34:39 am

Didn't you considered the possibility of using different price lists? I mean, managing price lists is simpler than managing nine prices for a single product. Every user/user group shall be associated to a specific price list. Of course you'll have to customize the price datatype for getting the price from different lists when the customer is logged in.

Sandra Parente
www.netbliss.it

eZ debug

Timing: Feb 18 2025 03:07:15
Script start
Timing: Feb 18 2025 03:07:15
Module start 'content'
Timing: Feb 18 2025 03:07:15
Module end 'content'
Timing: Feb 18 2025 03:07:16
Script end

Main resources:

Total runtime0.7523 sec
Peak memory usage2,048.0000 KB
Database Queries141

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0084 614.2188180.8125
Module start 'content' 0.00840.0063 795.031393.8516
Module end 'content' 0.01460.7376 888.8828525.1875
Script end 0.7522  1,414.0703 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00400.5299200.0002
Check MTime0.00180.2369200.0001
Mysql Total
Database connection0.00060.086410.0006
Mysqli_queries0.06839.07621410.0005
Looping result0.00070.09971390.0000
Template Total0.737198.010.7371
Template load0.00090.122810.0009
Template processing0.736297.857710.7362
Override
Cache load0.00070.090410.0007
Sytem overhead
Fetch class attribute can translate value0.00050.062310.0005
XML
Image XML parsing0.00030.035110.0003
General
dbfile0.625783.1786200.0313
String conversion0.00000.000730.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs