Jump to content

Use CubeCart without any payment processing?


Guest Pangdene

Recommended Posts

Guest Pangdene

Hi everyone,

I was wondering if I could use CubeCart as a product catalogue without taking any payments - is there a way to switch all that off so it's invisible to the end user and just have a product catalogue that someone can maintain?

Thanks,

Mark :)

Link to comment
Share on other sites

Guest degsey69

Ok Evilhomers mod seems to have vanished into the mists of time.

So I did a little thinking, modded 3 files and hey presto! A cataloge site with no shoping cart and payment options.

Click here to see it in action.

How to achieve this?

Find skins\your skin\styleTemplates\global\index.tpl

Open it in a text editor and delete {SHOPPING_CART} and {CURRENCY} and save.

Next find skins\your skin\styleTemplates\content\viewProd.tpl

Open it in a text editor and find this block of text and delete it

<!-- BEGIN: buy_btn -->

	<div style="position: relative; text-align: right;">{LANG_QUAN} 

	<input name="quan" type="text" value="1" size="2" class="textbox" style="text-align:center;" />

	<a href="java script:submitDoc('addtobasket');" class="txtButton">{BTN_ADDBASKET}</a>

	</div>

	<!-- END: buy_btn -->


Save file and upload.



Next find skins\your skin\styleTemplates\content\viewCat.tpl



Open in a text editor and find this block of text and delete it




	<!-- BEGIN: buy_btn -->

	<input type="hidden" name="add" value="{PRODUCT_ID}" />

	<input type="hidden" name="quan" value="1" /><a href="java script:submitDoc('prod{PRODUCT_ID}');" target="_self" class="txtButton">{BTN_BUY}</a><!-- END: buy_btn -->

I would recomend that you rename the original files and keep them on the server so that you can make your "cataloge" back into a working shopping cart one day.

Remember to backup your website before modding it:D

Link to comment
Share on other sites

Guest Pangdene

Brilliant - thanks degsey69!

Being able to easily re-instate the cart/buy stuff is what I was hoping for!

Going off to play!

Cheers,

Mark ;)

Link to comment
Share on other sites

Guest degsey69

No problem Mark

This Mod has now been put into a text file and can be downloaded from the free mods section of cubecart.org ;)

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...