Jump to content

Customizing Cubecart 3


Guest

Recommended Posts

I need to remove the following from Cubecart 3

1. Featured product

2. Information

3. Currency

4. Featured Product

5. Image box ( product )

I need to customize cubecart 3 to show complete menus for each restaurant in in my site. I need to show the entire menu for each restaurant.

Can anyone help me customize Cubecart to show the menus?

I do not need to show the boxes listed above ( 1 thru 5 )

Domain: inhomeroomservice.com

Thank You

Exotic Flowers

Link to comment
Share on other sites

I need to customize cubecart 3 to show complete menus for each restaurant in in my site. I need to show the entire menu for each restaurant.

Can anyone help me customize Cubecart to show the menus?

Not exactly following - are you trying to display the menus so that people can order from them? Like have each menu item as a cubecart item or just have a html page displaying the menus?

If the former, just add the menu name as a category and add each item. If the later, just use documents and insert each menu into one.

Link to comment
Share on other sites

I need to customize cubecart 3 to show complete menus for each restaurant in in my site. I need to show the entire menu for each restaurant.

Can anyone help me customize Cubecart to show the menus?

Not exactly following - are you trying to display the menus so that people can order from them? Like have each menu item as a cubecart item or just have a html page displaying the menus?

If the former, just add the menu name as a category and add each item. If the later, just use documents and insert each menu into one.

I want to display the entire menu after selecting the restaurant. Each menu will then show the products and information and allow you to order each product. I am currently using the restaurant name for each category. I also need to display the menu horizontal not vertical.

I also need to remove the image box for each product, and sale items link.

Link to comment
Share on other sites

Just make each restaurant a category and list each item on the menu as a product.

You will need to edit viewCat.tpl in the templates folder to make the products horizontal and not vertical (though I'm not sure what you want to do exactly) .

To delete the sale items, delete:

	if($config['saleMode']>0){



		$box_content->assign("LANG_SALE_ITEMS",$lang['front']['boxes']['sale_items']);



		$box_content->parse("categories.sale");		



	}

around line 124 from /includes/boxes/categories.inc.php

Link to comment
Share on other sites

Just make each restaurant a category and list each item on the menu as a product.

You will need to edit viewCat.tpl in the templates folder to make the products horizontal and not vertical (though I'm not sure what you want to do exactly) .

To delete the sale items, delete:

	if($config['saleMode']>0){



		$box_content->assign("LANG_SALE_ITEMS",$lang['front']['boxes']['sale_items']);



		$box_content->parse("categories.sale");		



	}

around line 124 from /includes/boxes/categories.inc.php

I need to make the following changes to the cart and also add new skins.

1. Latest Products ( show all restaurant images ) - I want to change Latest Products to Ft. Lauderdale Restaurants with links to each restaurant menu.

2. Display menu layout for each restaurant selected. I need to show the entire menu for each restaurant in a horizontal layout for the products.

3. How do I remove the image box for the products?

I currently changes my skin and need help asap to customize my store.

Please reference www.entreelink.com for a sample layout of the menus.

Link to comment
Share on other sites

As I said above, you need to change you template files for whatever page you want to display. You can removed the image box for the products in the viewCat.tpl and viewProd.tpl files. You can change the display of the items in viewCat.tpl.

To make the changes you want to latest products, I would just modify and hand code index.tpl to remove the latest products box and change it to whatever you want.

If you want someone to customize it for you, you can check cubecart.org and ask for a designer to help you.

Link to comment
Share on other sites

open:

skins/YOURSKIN/styleTemplates/global/index.tpl

and remove the {BOX_NAME} tags. */*

Featured Product is not in there.

Where in the code do I remove just the image box for the products?

I downloaded both files viewCat.tpl and viewProd.tpl and just need help editing the file for the image boxes.

I am currently using the Killer skin at www.inhomeroomservice.com

Link to comment
Share on other sites

open:

skins/YOURSKIN/styleTemplates/global/index.tpl

and remove the {BOX_NAME} tags. ;)

Featured Product is not in there.

Where in the code do I remove just the image box for the products?

I downloaded both files viewCat.tpl and viewProd.tpl and just need help editing the file for the image boxes.

I am currently using the Killer skin at www.inhomeroomservice.com

Not sure which image box you want to remove - the thumbnails on the category page or the large images on the product page?

Basically, look for the line that has "<img src=" in it. That's the call for an image, so if you delete that part of the code, the image will not display.

You have had Mysty on a monopoly for 4 days now LOL :)

I forgive you, as you have Greek food in there "Greek Islands Taverna" ;)

Hehehe - so where's my gyro???? Extra feta cheese and sauce please ;)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...