WebsiteBaker Support (2.8.x) > Bakery Shop
Bakery: Small Shop Module (ORIGINAL TOPIC)
edodi:
--- Quote ---Hi edodi
It is possible but you need basic knowledge of PHP.
Alter the $cust_info and $length arrays in the show_form.php files.
Furthermore you have to make some modifications in the view_summary.php file to omit notices like "Undefined offset" or "Undefined index"...
--- End quote ---
thanks,
i'm not an expert in php, but i know some. i thougt maybe someone did it allready or something similer
because it's to complicate for me.
i looked allready in those files,
so thanks again.
i will try to play with it...
mercator:
Hi Folks,
This is just a great module! I love it. I have a couple of questions/suggestions:
- Is it possible to get rid of the "Terms and Conditions"/"AGB" for the user to tick in case there is, e.g., no link defined in the general settings?
- I only have one shipping/payment option. Would it be possible to remove step 3 of the payment process?
- Is there a way of chaning the mesage the user gets upon completion of the shopping tour (the one that says we have just sent him/her a mail)? I mean, chaning on a "per shop" basis?
- I have stock items I cannot backorder. Is it possible: If there are X items in stock and the users orders more than that, put just the X items in the basket and tell the user?
- Is it possible NOT to display items that are out of stock?
- Is there a reason I do not get the German Umlaute right: I get "Zürich" instead of Zürich (and I get it right everywhere else in my WB installation)
Thanks for your help,
Mercator
freeSbee:
Hi Mercator
--- Quote from: mercator on March 16, 2009, 08:55:44 AM ---- Is it possible to get rid of the "Terms and Conditions"/"AGB" for the user to tick in case there is, e.g., no link defined in the general settings?
--- End quote ---
Do so by modifying the view_summary.php file:
--- Code: ---<td height="40" colspan="5" align="right" valign="bottom"><input type="checkbox" name="agree" id="agree" value="yes" /> <a href="<?PHP echo $setting_tac_url ?>" target="_blank"><?PHP echo $MOD_BAKERY['TXT_AGREE']." ".$setting_shop_name ?> </a> <input type="submit" name="final" class="mod_bakery_bt_order_f" value="<?PHP echo $MOD_BAKERY['TXT_SUBMIT_ORDER'] ?>" onclick="return checkTaC()" /></td>
--- End code ---
...and change to:
--- Code: ---<input type="submit" name="final" class="mod_bakery_bt_order_f" value="<?PHP echo $MOD_BAKERY['TXT_SUBMIT_ORDER'] ?>" /></td>
--- End code ---
--- Quote from: mercator on March 16, 2009, 08:55:44 AM ---- I only have one shipping/payment option. Would it be possible to remove step 3 of the payment process?
- I have stock items I cannot backorder. Is it possible: If there are X items in stock and the users orders more than that, put just the X items in the basket and tell the user?
--- End quote ---
Wait for the next version for this features will be implemented.
--- Quote from: mercator on March 16, 2009, 08:55:44 AM ---- Is there a way of chaning the mesage the user gets upon completion of the shopping tour (the one that says we have just sent him/her a mail)? I mean, chaning on a "per shop" basis?
--- End quote ---
Modify all language strings in the /bakery/languages/DE.php file for German or EN.php file for English strings.
--- Quote from: mercator on March 16, 2009, 08:55:44 AM ---- Is there a reason I do not get the German Umlaute right: I get "Zürich" instead of Zürich (and I get it right everywhere else in my WB installation)
--- End quote ---
Wrong charset. PM me a link to the shop so I can check.
Regards Christoph
mercator:
Thanks. That helped a lot. The wrong charset can be ignored. I found a post saying thing go wrong if I do not use ISO... (I used UTF-8). Changed it to ISO. However, I do nto understand why there are problems if I use UTF-8 as it works everywhere else...
DANKE!
terrajohn:
I don't know I'm in the right topic - but I'm using bakery as a kind of catalogue for my products. It seems that when having a WYSIWYG section and a bakery section on one page - the overview does not fit within the template. When clicking on the item - to see a detail - this detail is showed in a correct way.
Example: http://www.touletvanbael.be/newsite/pages/nl/produkten/gadgets_test.php?lang=NL
What is wong - do I need to introduce new wrappers? Can I change the existing ones (it seems they are not in the CSS sheet)?
Can anyone help?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version