WebsiteBaker Support (2.8.x) > Bakery Shop

Bakery: Small Shop Module (ORIGINAL TOPIC)

<< < (19/167) > >>

erikp01:
FreeSbee,

thank your for the code improvement about the view_cart button, it is indeed better.

Now I am trying to make a snippet that shows a minicart.

Thanks again

erik

Ruud:

--- Quote ---Which taxe rate would be applied to a eg. shipping based on a flat amount / number of items / percentage of subtotal...
Can anybody advise?
--- End quote ---

I would suggest to have just one tax rate for shipping. (select rate 1,2,3 or none)
I don't think there will be many shops using different tax rates for shipping.

Just calcuate the total shipping, and add the percentage.
So if shipping = €5.00,  the tax (dutch 19%) would be 5*.19=0.95 added to the tax and to the total.
(asuming the shop was set to pricing excl tax)


Thanks,

Ruud

erikp01:
Freesbee,

to have the cart content visbile at step 1 (form entry name and address) I did 2 things:

1°) downloaded view_cart.php and renamed to mini_cart.php. Deleted the code for the buttom display at 2 places. Saved and uploaded.
2°) in view.php  around line 228 I include the mini_cart.php just before the view_form.php include.

Code looks like this:

// MAKE ORDER    
        case $MOD_BAKERY['TXT_SUBMIT_ORDER']:
            include('mini_cart.php');
            include('view_form.php');
            return;
            break;

Works fine for me.

dhdesign:
I'd been playing around with version 0.81, making cosmetic changes in the shop's appearance, and everything was working fine - I could add products, add them to the cart, view the cart, etc.

This AM I uninstalled the module, then reinstalled the latest version of the module (0.82), did the general and page settings, added one product, and went to test things out. Whenever I try to add an item to the cart, all I get is a blank white page with this message "No input file specified." - I have to hit the back button in the browser to see the shop page again.

This is happening with a clean install of the module, not an upgrade.

Any ideas on what the problem might be?

freeSbee:
@dhdesign

I am certain this is not a Bakery message and fairly certain it is not a WB message at all. I suppose it is a server message.
Have a look at Bakeries file list and check if there are files missing on the server or may be corrupted. If true, upgrade to v0.83 I am going to post later on.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version